chore(release): prepare v0.2.0 - #61
Conversation
Encoder-side RFC 8878 parity work since v0.1.2: the 128 KiB single-block input limit lifted to 128 MiB via multi-block encoding (#59, closes #1), dictionary-free entropy coding and RLE forms (#59), Content_Checksum validation and opt-in emission (#57), and Dictionary_ID validation (#58). One additive public-API change: Zstd.compress gained an opt-in checksum: Boolean = false parameter, defaulting to unchanged wire output for every existing call site. No other API or wire-format changes. Signed-off-by: James Rich <james.a.rich@gmail.com>
|
Warning Review limit reached
Next review available in: 30 minutes Limit details: You’ve used all 1 included review currently available under your plan. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Version bump only, following the same pattern as #45/#11 — VERSION, gradle.properties (VERSION_NAME), CHANGELOG heading move + compare links. No source changes.
Encoder-side RFC 8878 parity work since v0.1.2: the 128 KiB single-block input limit lifted to 128 MiB via multi-block encoding (#59, closes #1), dictionary-free entropy coding and RLE forms (#59), Content_Checksum validation and opt-in emission (#57), and Dictionary_ID validation (#58).
One additive public-API change:
Zstd.compressgained an opt-inchecksum: Boolean = falseparameter, defaulting to unchanged wire output for every existing call site —api/kzstd.api/api/kzstd.klib.apiwere already refreshed in #57. No other API or wire-format changes.Merging this does not publish anything — per RELEASING.md the actual release triggers on pushing a
vX.Y.Ztag (or running the Release workflow manually), which I'll hold off on until you confirm.