Skip to content

build(deps): Bump zstd.version from 0.6 to 0.7#191

Merged
dfa1 merged 2 commits into
mainfrom
dependabot/maven/zstd.version-0.7
Jun 28, 2026
Merged

build(deps): Bump zstd.version from 0.6 to 0.7#191
dfa1 merged 2 commits into
mainfrom
dependabot/maven/zstd.version-0.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 28, 2026

Copy link
Copy Markdown
Contributor

Bumps zstd.version from 0.6 to 0.7.
Updates io.github.dfa1.zstd:zstd from 0.6 to 0.7

Release notes

Sourced from io.github.dfa1.zstd:zstd's releases.

v0.7

Changed

  • Breaking: renamed public types to spell out abbreviations, matching the Zstd<Compress|Decompress><Stream|Parameter> family and zstd's own prose ("compression context", "dictionary"): ZstdCompressCtxZstdCompressContext, ZstdDecompressCtxZstdDecompressContext, ZstdCompressDictZstdCompressDictionary, ZstdDecompressDictZstdDecompressDictionary.
Changelog

Sourced from io.github.dfa1.zstd:zstd's changelog.

[0.7] - 2026-06-28

Changed

  • Breaking: renamed public types to spell out abbreviations, matching the Zstd<Compress|Decompress><Stream|Parameter> family and zstd's own prose ("compression context", "dictionary"): ZstdCompressCtxZstdCompressContext, ZstdDecompressCtxZstdDecompressContext, ZstdCompressDictZstdCompressDictionary, ZstdDecompressDictZstdDecompressDictionary.
Commits
  • f28690a release: 0.7
  • 354261a refactor!: spell out abbreviated type names (#49)
  • b05ee34 test: hoist shared helpers into ZstdTestSupport
  • 592928e docs: move AI-assisted note to the end
  • bbc719d docs: say 'all supported platforms', not 'any platform'
  • ae70a9f ci: fix sonar security findings in release-smoke
  • 8aba38f docs: reframe intro as FFM alternative to zstd-jni
  • b4d5a40 docs: lead the README with examples + performance (#48)
  • eb8de7d ci: probe glibc linux natives on musl/Alpine (#46)
  • 99423dc ci: use Zulu for the release smoke (fixes windows-aarch64) (#45)
  • Additional commits viewable in compare view

Updates io.github.dfa1.zstd:zstd-platform from 0.6 to 0.7

Release notes

Sourced from io.github.dfa1.zstd:zstd-platform's releases.

v0.7

Changed

  • Breaking: renamed public types to spell out abbreviations, matching the Zstd<Compress|Decompress><Stream|Parameter> family and zstd's own prose ("compression context", "dictionary"): ZstdCompressCtxZstdCompressContext, ZstdDecompressCtxZstdDecompressContext, ZstdCompressDictZstdCompressDictionary, ZstdDecompressDictZstdDecompressDictionary.
Changelog

Sourced from io.github.dfa1.zstd:zstd-platform's changelog.

[0.7] - 2026-06-28

Changed

  • Breaking: renamed public types to spell out abbreviations, matching the Zstd<Compress|Decompress><Stream|Parameter> family and zstd's own prose ("compression context", "dictionary"): ZstdCompressCtxZstdCompressContext, ZstdDecompressCtxZstdDecompressContext, ZstdCompressDictZstdCompressDictionary, ZstdDecompressDictZstdDecompressDictionary.
Commits
  • f28690a release: 0.7
  • 354261a refactor!: spell out abbreviated type names (#49)
  • b05ee34 test: hoist shared helpers into ZstdTestSupport
  • 592928e docs: move AI-assisted note to the end
  • bbc719d docs: say 'all supported platforms', not 'any platform'
  • ae70a9f ci: fix sonar security findings in release-smoke
  • 8aba38f docs: reframe intro as FFM alternative to zstd-jni
  • b4d5a40 docs: lead the README with examples + performance (#48)
  • eb8de7d ci: probe glibc linux natives on musl/Alpine (#46)
  • 99423dc ci: use Zulu for the release smoke (fixes windows-aarch64) (#45)
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `zstd.version` from 0.6 to 0.7.

Updates `io.github.dfa1.zstd:zstd` from 0.6 to 0.7
- [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.6...v0.7)

Updates `io.github.dfa1.zstd:zstd-platform` from 0.6 to 0.7
- [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.6...v0.7)

---
updated-dependencies:
- dependency-name: io.github.dfa1.zstd:zstd
  dependency-version: '0.7'
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.github.dfa1.zstd:zstd-platform
  dependency-version: '0.7'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 28, 2026
zstd 0.7 renamed the FFM binding classes: ZstdCompressCtx → ZstdCompressContext,
ZstdDecompressCtx → ZstdDecompressContext, ZstdDecompressDict →
ZstdDecompressDictionary. Method signatures are unchanged, so the encoder/decoder
just track the new names.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@dfa1 dfa1 merged commit 6409937 into main Jun 28, 2026
6 checks passed
@dfa1 dfa1 deleted the dependabot/maven/zstd.version-0.7 branch June 28, 2026 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant