release(v0.17.0): bump version + CHANGELOG#545
Merged
Merged
Conversation
First release since v0.16.1, cut to ship the RUSTSEC-2026-0182 wasmtime fix and the feature batch to downstream consumers (gale waits on a release, not main): Security: wasmtime 43 -> 44.0.3 (#542). Added: `rivet check docs` oracle (#541), minimal --no-default-features build (REQ-202/#456), `init --vendor-schemas` (REQ-220/#431), runner-liveness alert (#509). Fixed: next-id git-history awareness (REQ-218/#479), JSON error envelope on parse failure (REQ-219/#500), variant binding-file loader (#539), `accepted` status enum (#525). Confirmed: `cargo build` green, lock synced to 0.17.0, `rivet validate` PASS, `rivet docs check` PASS (0 violations). Trace: skip Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark 'Rivet Criterion Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.20.
| Benchmark suite | Current: b386ca1 | Previous: ee352ce | Ratio |
|---|---|---|---|
traceability_matrix/1000 |
58877 ns/iter (± 965) |
43490 ns/iter (± 119) |
1.35 |
query/10000 |
332836 ns/iter (± 3480) |
241658 ns/iter (± 2756) |
1.38 |
This comment was automatically generated by workflow using github-action-benchmark.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v0.17.0 — first release since v0.16.1
Cut to ship the security fix and feature batch to downstream consumers (gale is waiting on a release, not
main).Security
cargo auditclean.Added
rivet check docsoracle with--format json+--strict(feat(check): addrivet check docsoracle with --format json + --strict (#540) #541)--no-default-featuresbuild excluding serve/MCP/LSP (REQ-202, validate/list (CLI hot path) force a cold build of the entire serve+MCP+LSP stack — no minimal-build feature #456)rivet init --vendor-schemasto pin schemas on-disk (REQ-220, Embedded (builtin) schemas are binary-versioned, not pinned — upgrading rivet silently changes validation (new diagnostics on unchanged artifacts) #431)Fixed
next-idhonors IDs claimed in git history (REQ-218, rivet next-id allocates from the local working tree only — hands out IDs already claimed by open PRs/branches (logical collision, distinct from #422) #479)--format json(REQ-219, Top-level args (--project / --schemas) aren'tglobal—rivet validate --project Xerrors instead of working in any position #500)acceptedstatus enum restored (fix(schema): restoreacceptedto canonical status enum (#522) #525)Changed
Verification
cargo buildgreen,Cargo.locksynced to 0.17.0,rivet validatePASS,rivet docs checkPASS (0 violations). Version bumped inCargo.toml+vscode-rivet/package.json.After merge: push the signed
v0.17.0tag to trigger release.yml (binaries/SBOM/SLSA) + release-npm.yml (npm publish).Trace: skip(release chore).🤖 Generated with Claude Code