build(deps): Bump zstd.version from 0.10 to 0.11 - #312
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps `zstd.version` from 0.10 to 0.11. Updates `io.github.dfa1.zstd:zstd` from 0.10 to 0.11 - [Release notes](https://github.com/dfa1/zstd-java/releases) - [Changelog](https://github.com/dfa1/zstd-java/blob/main/CHANGELOG.md) - [Commits](dfa1/zstd-java@v0.10...v0.11) Updates `io.github.dfa1.zstd:zstd-platform` from 0.10 to 0.11 - [Release notes](https://github.com/dfa1/zstd-java/releases) - [Changelog](https://github.com/dfa1/zstd-java/blob/main/CHANGELOG.md) - [Commits](dfa1/zstd-java@v0.10...v0.11) --- updated-dependencies: - dependency-name: io.github.dfa1.zstd:zstd dependency-version: '0.11' dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.github.dfa1.zstd:zstd-platform dependency-version: '0.11' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
3 tasks
Owner
|
Superseded by #318, which bumps straight to the latest stable (0.12) instead of 0.11. |
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
dfa1
added a commit
that referenced
this pull request
Jul 26, 2026
Latest stable io.github.dfa1.zstd:zstd/zstd-platform. v0.11 and v0.12 migrated several public APIs (compression level, byte sizes, window log, frame header fields, Zstd.version()) from naked int/long/String to validated value types (ZstdByteSize, ZstdCompressionLevel, ZstdWindowLog, ZstdVersion, ...), but every API vortex-java actually calls - the zero-copy MemorySegment compress/decompress overloads, Zstd.compress(byte[]), ZstdDictionary.of(byte[]) - kept its signature unchanged across both releases, so no source changes are needed here. Verified: full reactor build, full unit test suite (including the zstd encoder/decoder/binding-guard tests), and the Rust-interop javaWriter_rustReader_zstd_* integration tests (real libzstd 0.12 native binding) all pass unmodified. Supersedes dependabot PR #312 (0.10 -> 0.11). Co-Authored-By: Claude Sonnet 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.
Bumps
zstd.versionfrom 0.10 to 0.11.Updates
io.github.dfa1.zstd:zstdfrom 0.10 to 0.11Release notes
Sourced from io.github.dfa1.zstd:zstd's releases.
Changelog
Sourced from io.github.dfa1.zstd:zstd's changelog.
Commits
f54693brelease: 0.11f6e2c5cdocs: zero-copy mmap-vs-jni story, JMH-backed (#101)f0581cafeat: replace naked int/long byte sizes with ZstdByteSize (#98)4a86470feat: replace raw int compression level with ZstdCompressionLevel (#97)77bea85build(deps): Bump io.airlift:aircompressor-v3 (#90)07ac5cddocs: add ADR 0016 - RFC 9842 module split and naming54fe46aci: release-smoke - run smoke checks as real JUnit@Testmethods (#89)742ba66ci: release-smoke - every leg gates, results table cleanup (#88)9aa510fci: release-smoke - run a real Maven build instead of jbang/javac+java (#87)Updates
io.github.dfa1.zstd:zstd-platformfrom 0.10 to 0.11Release notes
Sourced from io.github.dfa1.zstd:zstd-platform's releases.
Changelog
Sourced from io.github.dfa1.zstd:zstd-platform's changelog.
Commits
f54693brelease: 0.11f6e2c5cdocs: zero-copy mmap-vs-jni story, JMH-backed (#101)f0581cafeat: replace naked int/long byte sizes with ZstdByteSize (#98)4a86470feat: replace raw int compression level with ZstdCompressionLevel (#97)77bea85build(deps): Bump io.airlift:aircompressor-v3 (#90)07ac5cddocs: add ADR 0016 - RFC 9842 module split and naming54fe46aci: release-smoke - run smoke checks as real JUnit@Testmethods (#89)742ba66ci: release-smoke - every leg gates, results table cleanup (#88)9aa510fci: release-smoke - run a real Maven build instead of jbang/javac+java (#87)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)