release: v0.6.3 - #401
Merged
Merged
Conversation
Bump workspace version from 0.6.2 to 0.6.3 across pjson-rs, pjson-rs-domain, pjs-wasm, pjs-demo, and pjs-bench (inherited via workspace.package.version). - Consolidate the CHANGELOG Unreleased section into 0.6.3, merging duplicate Changed headers and dating the release - Bump pjs-js-client to 0.3.0-alpha.2 to pick up the WASM/Node.js init fixes and dictionary compression corrections landed since 0.3.0-alpha.1 - Update CONTRIBUTING.md and SECURITY.md to drop the removed jemalloc allocator feature and reflect the currently supported version range - Refresh dependency requirements (simd-json, tokio-tungstenite, tower-http, regex) and Cargo.lock to their latest compatible versions
…onfig - README.md's Security section called a nonexistent PriorityStream.withSecurityConfig static method; only PjsParser has that constructor. PriorityStream takes a SecurityConfig via the instance method setSecurityConfig instead - crates/pjs-wasm/README.md never documented SecurityConfig at all, even though #326/#355 fixed its array/object-count limits to actually be enforced during parsing rather than silently ignored; added a Security Limits section - Refreshed the two stale "0.1.0" version() example outputs to match the current release
bug-ops
enabled auto-merge (squash)
August 17, 2026 22:12
WASM Bundle Size Report
|
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
Checklist
After PR merge:
git tag v0.6.3 && git push origin v0.6.3