release: v0.4.6 — security hardening#83
Merged
Merged
Conversation
…y enforcement)
Promotes the four [Unreleased] fixes to 0.4.6:
- oversized rows rejected with a clean error instead of aborting the server
- readonly role enforced at the server dispatch layer (fail-closed)
- NULL serialized as bareword null on the wire (was {})
- window aggregates without order use the whole-partition frame
Plus: workspace + inter-crate pins to 0.4.6, SECURITY.md supported-versions
and enforcement wording, user-facing version pins swept (README, docs,
site, deploy examples).
Pre-publish smoke: 17/17 against release binaries (PowQL flow, kill -9
WAL replay, oversized-row attack, readonly enforcement, NULL render,
backup/restore).
Co-Authored-By: Claude Fable 5 <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
Promotes the merged security/correctness fixes (#81) to a release: oversized-row DoS fix, readonly role enforcement, NULL wire format, window-frame semantics. Version bumps (workspace + inter-crate pins), CHANGELOG promotion, SECURITY.md supported-versions + enforcement wording, user-facing pin sweep.
Pre-publish smoke (mandatory gate) — 17/17 PASS against release binaries
row too large: 5015 bytes exceeds max 4070 bytes, server stays up, counts unchangedpermission denied; admin writes OKNULLPost-merge steps (in plan doc)
Tag v0.4.6 → release.yml (binaries + ghcr) → cargo publish ×6 in dependency order → clean-install re-smoke → npm publish TS client 0.4.0.
🤖 Generated with Claude Code