release: v0.5.1 (dependency-refresh point release)#101
Merged
Conversation
Dependency-refresh point release on top of v0.5.0. The only published-artifact change is zeroize 1.8.2 -> 1.9.0 (secret zeroing in powdb-auth/powdb-server); everything else since v0.5.0 is CI/dev/docs (explicit nightly fuzz toolchain, postgres + @types/node dev bumps, backlog docs). No runtime or wire-protocol changes. - Cargo workspace 0.5.0 -> 0.5.1 (all 8 crates via workspace.package) - TS client package.json + CLIENT_VERSION -> 0.5.1 (kept in sync for the ci.yml ts-client consistency gate) - CHANGELOG [0.5.1] entry; RELEASES.md current-release pointer - Cargo.lock regenerated Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Summary
Cuts v0.5.1 on top of the shipped v0.5.0 foundation. This is a dependency-refresh point release — the only change that reaches a published artifact is the
zeroize1.8.2 → 1.9.0 bump (used for in-memory secret scrubbing inpowdb-authandpowdb-server). Everything else that landed onmainsince thev0.5.0tag is CI/dev/docs only.What's in v0.5.1
zeroize1.8.2 → 1.9.0 (#100)powdb-auth,powdb-servernightlyfuzz toolchain pin (#98)dtolnay/rust-toolchainSHA bump (#99)postgrestest-harness +@types/nodedev bumps (#100)No runtime or wire-protocol changes. PowQL, SQL frontend, storage format, and the wire protocol are byte-for-byte identical to v0.5.0.
Version bumps
0.5.0→0.5.1(all 8 crates viaworkspace.package)package.jsonversion +CLIENT_VERSION→0.5.1(kept in sync for theci.ymlts-client consistency gate)CHANGELOG.md[0.5.1]entry +RELEASES.mdcurrent-release pointerCargo.lockregeneratedVerification
cargo check --workspaceclean (all crates report0.5.1)tscbuild clean;package.json/src/distall reportCLIENT_VERSION = "0.5.1"git log v0.5.0..main— no published change is over- or under-claimedAfter merge: tag
v0.5.1→release.yml(build + smoke gate + GitHub release + Docker), thenpublish.yml(crates.io, dry-run first) andnpm publishfor the TS client.🤖 Generated with Claude Code
Need help on this PR? Tag
/codesmithwith what you need. Autofix is disabled.