Skip to content

chore: release v0.18.0#629

Open
skakri wants to merge 2 commits into
mainfrom
release-plz-2026-07-12T09-25-35Z
Open

chore: release v0.18.0#629
skakri wants to merge 2 commits into
mainfrom
release-plz-2026-07-12T09-25-35Z

Conversation

@skakri

@skakri skakri commented Jul 12, 2026

Copy link
Copy Markdown
Member

🤖 New release

  • rag-rat-core: 0.17.0 -> 0.18.0 (⚠ API breaking changes)
  • rag-rat-mcp: 0.17.0 -> 0.18.0 (⚠ API breaking changes)
  • rag-rat: 0.17.0 -> 0.18.0

rag-rat-core breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field ImpactSurfaceReport.papertrail_rationale_items in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/query/impact/mod.rs:103
  field IndexStatus.papertrail in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/index/mod.rs:232
  field IndexStatus.papertrail in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/index/mod.rs:232
  field RepoBriefMetrics.papertrail_ref_count in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/query/repo_brief.rs:121
  field PapertrailSyncReport.bindings in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/index/papertrail/mod.rs:149
  field PapertrailRef.tracker in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/index/papertrail/mod.rs:185
  field PapertrailRef.project in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/index/papertrail/mod.rs:186
  field PapertrailRef.item_key in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/index/papertrail/mod.rs:187
  field PapertrailRef.item_kind in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/index/papertrail/mod.rs:188
  field PapertrailStatus.change_requests in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/index/papertrail/mod.rs:110
  field PapertrailStatus.capabilities in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/index/papertrail/mod.rs:113
  field Papertrail.evidence in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/index/papertrail/mod.rs:218
  field Papertrail.fallback_evidence in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/index/papertrail/mod.rs:220
  field Config.trackers in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/config/types.rs:25
  field Config.papertrail in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/config/types.rs:26
  field Config.trackers in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/config/types.rs:25
  field Config.papertrail in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/config/types.rs:26
  field RepoMemoryBindTarget.tracker in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/query/memory/mod.rs:210
  field RepoMemoryBindTarget.project in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/query/memory/mod.rs:211
  field RepoMemoryBindTarget.item_key in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/query/memory/mod.rs:212
  field ItemsPage.backfill_boundary in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/index/papertrail/mod.rs:349
  field ScoreComponents.papertrail in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/search/lexical.rs:82
  field PapertrailContext.trackers in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/index/papertrail/mod.rs:40
  field PapertrailItem.tags in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/index/papertrail/mod.rs:283
  field RepoMemoryBinding.tracker in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/query/memory/mod.rs:121
  field RepoMemoryBinding.project in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/query/memory/mod.rs:123
  field RepoMemoryBinding.item_key in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/query/memory/mod.rs:125
  field PapertrailSyncError.tracker in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/index/papertrail/mod.rs:156
  field PapertrailSyncError.project in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/index/papertrail/mod.rs:157
  field PapertrailSyncError.item_key in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/index/papertrail/mod.rs:158
  field PapertrailEvidence.tracker in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/index/papertrail/mod.rs:198
  field PapertrailEvidence.project in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/index/papertrail/mod.rs:199
  field PapertrailEvidence.item_key in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/index/papertrail/mod.rs:202
  field PapertrailEvidence.doc_kind in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/index/papertrail/mod.rs:204
  field PapertrailEvidence.comment_id in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/index/papertrail/mod.rs:206
  field PageCursor.stream in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/index/papertrail/mod.rs:316
  field PageCursor.updated_before in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/index/papertrail/mod.rs:320
  field PageCursor.provider_state in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/index/papertrail/mod.rs:326

--- failure constructible_struct_adds_private_field: struct no longer constructible due to new private field ---

Description:
A struct constructible with a struct literal has a new non-public field. It can no longer be constructed using a struct literal outside of its crate.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/constructible_struct_adds_private_field.ron

Failed in:
  field PapertrailContext.transport_options in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/index/papertrail/mod.rs:41

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/enum_missing.ron

Failed in:
  enum rag_rat_core::index::papertrail::PapertrailSyncAction, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/index/papertrail/mod.rs:95

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/enum_variant_added.ron

Failed in:
  variant ConfigError:TrackerProviderMissing in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/config/mod.rs:144
  variant ConfigError:UnknownTrackerProvider in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/config/mod.rs:149
  variant ConfigError:JiraTrackerRequiresProject in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/config/mod.rs:151
  variant ConfigError:InvalidTrackerProject in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/config/mod.rs:153
  variant ConfigError:TrackerAuthExactlyOne in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/config/mod.rs:155
  variant ConfigError:TrackerBaseUrlNotHttp in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/config/mod.rs:157
  variant ConfigError:TrackerBaseUrlHasCredentials in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/config/mod.rs:159
  variant ConfigError:PapertrailSchedulingNotSupported in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/config/mod.rs:164
  variant ConfigError:PapertrailRateLimitReserveOutOfRange in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/config/mod.rs:169

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/inherent_method_missing.ron

Failed in:
  IndexDatabase::papertrail_sync_from_refs, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/index/query_api/history.rs:150
  IndexDatabase::papertrail_sync_from_refs_with_progress, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/index/query_api/history.rs:154
  IndexDatabase::papertrail_sync_issue, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/index/query_api/history.rs:183
  IndexDatabase::papertrail_sync_from_refs, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/index/query_api/history.rs:150
  IndexDatabase::papertrail_sync_from_refs_with_progress, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/index/query_api/history.rs:154
  IndexDatabase::papertrail_sync_issue, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/index/query_api/history.rs:183
  ItemKind::as_str, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/index/papertrail/mod.rs:158

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters, not counting the receiver (self) parameter.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/method_parameter_count_changed.ron

Failed in:
  rag_rat_core::index::IndexDatabase::set_papertrail_context takes 2 parameters in /tmp/.tmpAD64GX/rag-rat-core/src/index/lifecycle.rs:384, but now takes 1 parameters in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/index/lifecycle.rs:384
  rag_rat_core::IndexDatabase::set_papertrail_context takes 2 parameters in /tmp/.tmpAD64GX/rag-rat-core/src/index/lifecycle.rs:384, but now takes 1 parameters in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-core/src/index/lifecycle.rs:384

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/struct_missing.ron

Failed in:
  struct rag_rat_core::index::papertrail::PapertrailSyncProgress, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/index/papertrail/mod.rs:84
  struct rag_rat_core::index::papertrail::GitHubClient, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/index/papertrail/mod.rs:312

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field github of struct IndexStatus, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/index/mod.rs:232
  field github of struct IndexStatus, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/index/mod.rs:232
  field github_ref_count of struct RepoBriefMetrics, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/query/repo_brief.rs:121
  field github of struct ScoreComponents, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/search/lexical.rs:82
  field github_rationale_issues_prs of struct ImpactSurfaceReport, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/query/impact/mod.rs:103
  field pulls of struct PapertrailStatus, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/index/papertrail/mod.rs:56
  field reviews of struct PapertrailStatus, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/index/papertrail/mod.rs:57
  field review_comments of struct PapertrailStatus, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/index/papertrail/mod.rs:58
  field capability of struct PapertrailStatus, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/index/papertrail/mod.rs:60
  field default_repo of struct PapertrailContext, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/index/papertrail/mod.rs:29
  field gh_available of struct PapertrailContext, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/index/papertrail/mod.rs:31
  field owner of struct PapertrailRef, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/index/papertrail/mod.rs:105
  field repo of struct PapertrailRef, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/index/papertrail/mod.rs:106
  field number of struct PapertrailRef, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/index/papertrail/mod.rs:107
  field github_owner of struct RepoMemoryBinding, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/query/memory/mod.rs:121
  field github_repo of struct RepoMemoryBinding, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/query/memory/mod.rs:123
  field github_number of struct RepoMemoryBinding, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/query/memory/mod.rs:125
  field owner of struct PapertrailSyncError, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/index/papertrail/mod.rs:76
  field repo of struct PapertrailSyncError, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/index/papertrail/mod.rs:77
  field number of struct PapertrailSyncError, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/index/papertrail/mod.rs:78
  field owner of struct PapertrailEvidence, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/index/papertrail/mod.rs:117
  field repo of struct PapertrailEvidence, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/index/papertrail/mod.rs:118
  field number of struct PapertrailEvidence, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/index/papertrail/mod.rs:119
  field item_id of struct PapertrailEvidence, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/index/papertrail/mod.rs:121
  field github_evidence of struct Papertrail, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/index/papertrail/mod.rs:133
  field fallback_github_evidence of struct Papertrail, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/index/papertrail/mod.rs:135
  field github_owner of struct RepoMemoryBindTarget, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/query/memory/mod.rs:210
  field github_repo of struct RepoMemoryBindTarget, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/query/memory/mod.rs:211
  field github_number of struct RepoMemoryBindTarget, previously in file /tmp/.tmpAD64GX/rag-rat-core/src/query/memory/mod.rs:212

rag-rat-mcp breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field MemoryBindArgs.tracker in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-mcp/src/tools/requests.rs:629
  field MemoryBindArgs.project in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-mcp/src/tools/requests.rs:630
  field MemoryBindArgs.item_key in /tmp/.tmpXm4L9O/rag-rat/crates/rag-rat-mcp/src/tools/requests.rs:631

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field github_owner of struct MemoryBindArgs, previously in file /tmp/.tmpAD64GX/rag-rat-mcp/src/tools/requests.rs:626
  field github_repo of struct MemoryBindArgs, previously in file /tmp/.tmpAD64GX/rag-rat-mcp/src/tools/requests.rs:627
  field github_number of struct MemoryBindArgs, previously in file /tmp/.tmpAD64GX/rag-rat-mcp/src/tools/requests.rs:628
Changelog

rag-rat-core

0.18.0 - 2026-07-14

Added

  • (account) finish C1 authority projection and query seams (#604) (#641)
  • (papertrail) add native GitHub project mirror (#638)
  • (papertrail) add shared provider transport (#633)
  • (papertrail) add tracker config and provider ref grammar (#631)
  • (papertrail) add provider-neutral schema (#632)
  • (account) C1 candidate-DAG storage — ingest, refold + branch selection (V059) (#627)

Fixed

  • (account) bound candidate ingest work (#634)

Other

  • tiered god-module sweep (watch, config, mcp, embed_loop) (#630)
  • explain Codex MCP approval for reviews (#628)

rag-rat-mcp

0.18.0 - 2026-07-14

Added

  • (account) finish C1 authority projection and query seams (#604) (#641)
  • (papertrail) add native GitHub project mirror (#638)
  • (papertrail) add shared provider transport (#633)
  • (papertrail) add tracker config and provider ref grammar (#631)
  • (papertrail) add provider-neutral schema (#632)
  • (account) C1 candidate-DAG storage — ingest, refold + branch selection (V059) (#627)

Fixed

  • (account) bound candidate ingest work (#634)

Other

  • tiered god-module sweep (watch, config, mcp, embed_loop) (#630)
  • explain Codex MCP approval for reviews (#628)

rag-rat

0.18.0 - 2026-07-14

Added

  • (account) finish C1 authority projection and query seams (#604) (#641)
  • (papertrail) add native GitHub project mirror (#638)
  • (papertrail) add shared provider transport (#633)
  • (papertrail) add tracker config and provider ref grammar (#631)
  • (papertrail) add provider-neutral schema (#632)
  • (account) C1 candidate-DAG storage — ingest, refold + branch selection (V059) (#627)

Fixed

  • (account) bound candidate ingest work (#634)

Other

  • tiered god-module sweep (watch, config, mcp, embed_loop) (#630)
  • explain Codex MCP approval for reviews (#628)


This PR was generated with release-plz.

@github-actions

github-actions Bot commented Jul 12, 2026

Copy link
Copy Markdown

SCIP oracle — resolution report

Heuristic→compiler edge resolution per corpus. Δ compares resolved-after to the main baseline (only when the corpus profile + tool version match).

corpus tool edges resolved (heuristic → compiler) precision recall monikers Δ vs main
c-libuv scip-clang 12283 37.8% → 47.8% 89.3% 48.7% 679 +0.0pp
cpp-yaml scip-clang 9223 43.2% → 73.1% 83.0% 40.0% 1039 +0.0pp
py-django scip-python 12937 29.8% → 73.5% 93.7% 84.1% 3036 +0.0pp
py-rich scip-python 8383 27.6% → 92.3% 95.0% 81.3% 1098 +0.0pp
rust-time rust-analyzer 11040 37.5% → 58.7% 68.7% 83.6% 510 +0.0pp
ts-rxjs scip-typescript 7875 39.6% → 94.9% 87.3% 77.4% 626 +0.0pp

resolved = Exact/Syntactic + compiler upgrades + resolved-external, over edge candidates with a callee range. precision/recall are the oracle eval metrics.

@codecov

codecov Bot commented Jul 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@github-actions

github-actions Bot commented Jul 12, 2026

Copy link
Copy Markdown

🐰 Bencher Report

Branchrelease-plz-2026-07-12T09-25-35Z
Testbedubuntu-latest

⚠️ WARNING: No Threshold found!

Without a Threshold, no Alerts will ever be generated.

Click here to create a new Threshold
For more information, see the Threshold documentation.
To only post results if a Threshold exists, set the --ci-only-thresholds flag.

Click to view all benchmark results
BenchmarkEstimated Cyclescycles x 1e6Instructionsinstructions x 1e6L1 Hitshits x 1e6LL Hitshits x 1e6RAM Hitshits x 1e3Total read+writereads/writes x 1e6
rag_pipeline::pipeline::index cargo_resolver:resolver_config()📈 view plot
⚠️ NO THRESHOLD
2,348.27 x 1e6📈 view plot
⚠️ NO THRESHOLD
1,535.34 x 1e6📈 view plot
⚠️ NO THRESHOLD
2,090.00 x 1e6📈 view plot
⚠️ NO THRESHOLD
42.54 x 1e6📈 view plot
⚠️ NO THRESHOLD
1,301.61 x 1e3📈 view plot
⚠️ NO THRESHOLD
2,133.84 x 1e6
rag_pipeline::pipeline::query_cold cargo_resolver:resolver_built_config()📈 view plot
⚠️ NO THRESHOLD
350.36 x 1e6📈 view plot
⚠️ NO THRESHOLD
232.76 x 1e6📈 view plot
⚠️ NO THRESHOLD
334.43 x 1e6📈 view plot
⚠️ NO THRESHOLD
2.98 x 1e6📈 view plot
⚠️ NO THRESHOLD
29.92 x 1e3📈 view plot
⚠️ NO THRESHOLD
337.44 x 1e6
rag_pipeline::pipeline::query_warm cargo_resolver:resolver_index()📈 view plot
⚠️ NO THRESHOLD
336.45 x 1e6📈 view plot
⚠️ NO THRESHOLD
223.71 x 1e6📈 view plot
⚠️ NO THRESHOLD
321.53 x 1e6📈 view plot
⚠️ NO THRESHOLD
2.81 x 1e6📈 view plot
⚠️ NO THRESHOLD
25.63 x 1e3📈 view plot
⚠️ NO THRESHOLD
324.36 x 1e6
🐰 View full continuous benchmarking report in Bencher

@github-actions

github-actions Bot commented Jul 12, 2026

Copy link
Copy Markdown

🐰 Bencher Report

Branchrelease-plz-2026-07-12T09-25-35Z
Testbedubuntu-latest
Click to view all benchmark results
BenchmarkLatencyBenchmark Result
seconds (s)
(Result Δ%)
Upper Boundary
seconds (s)
(Limit %)
index_time/full_rebuild_cargo📈 view plot
🚷 view threshold
5.04 s
(-12.88%)Baseline: 5.78 s
7.64 s
(65.93%)
🐰 View full continuous benchmarking report in Bencher

@skakri skakri force-pushed the release-plz-2026-07-12T09-25-35Z branch 2 times, most recently from 6ef7dd4 to 165c2e0 Compare July 12, 2026 19:59
@skakri skakri changed the title chore: release v0.17.1 chore: release v0.18.0 Jul 12, 2026
@skakri skakri force-pushed the release-plz-2026-07-12T09-25-35Z branch 5 times, most recently from e91a5b6 to dab428b Compare July 13, 2026 22:14
@skakri skakri force-pushed the release-plz-2026-07-12T09-25-35Z branch from 28dd940 to e54ef07 Compare July 14, 2026 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant