Skip to content

chore(release): prepare v0.2.0 - #61

Merged
jamesarich merged 1 commit into
mainfrom
chore/release-v0.2.0
Aug 17, 2026
Merged

chore(release): prepare v0.2.0#61
jamesarich merged 1 commit into
mainfrom
chore/release-v0.2.0

Conversation

@jamesarich

Copy link
Copy Markdown
Collaborator

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.compress gained an opt-in checksum: Boolean = false parameter, defaulting to unchanged wire output for every existing call site — api/kzstd.api/api/kzstd.klib.api were 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.Z tag (or running the Release workflow manually), which I'll hold off on until you confirm.

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>
@coderabbitai

coderabbitai Bot commented Aug 17, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@jamesarich, you've reached your PR review limit, so we couldn't start this review.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: c648fe46-073a-46bf-a5f5-1d6944411153

📥 Commits

Reviewing files that changed from the base of the PR and between 1dcc507 and ef781d9.

📒 Files selected for processing (3)
  • CHANGELOG.md
  • VERSION
  • gradle.properties

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@jamesarich
jamesarich enabled auto-merge August 17, 2026 22:04
@jamesarich
jamesarich added this pull request to the merge queue Aug 17, 2026
Merged via the queue into main with commit d0a61bd Aug 17, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Multi-block encoding: lift the 128 KiB single-block input limit

1 participant