Update dependency org.xerial.snappy:snappy-java to v1.1.10.4 #45
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.
This PR contains the following updates:
1.1.8.4
->1.1.10.4
By merging this PR, the issue #46 will be automatically resolved and closed:
Release Notes
xerial/snappy-java (org.xerial.snappy:snappy-java)
v1.1.10.4
What's Changed
Security Fix
🚀 Features
🔗 Dependency Updates
🛠 Internal Updates
Other Changes
Full Changelog: xerial/snappy-java@v1.1.10.3...v1.1.10.4
v1.1.10.3
What's Changed
🐛 Bug Fixes
GLIBC_2.32 not found
issue oflibsnappyjava.so
in certain Linux distributions on s390x by @kun-lu20 in https://github.com/xerial/snappy-java/pull/481🔗 Dependency Updates
New Contributors
Full Changelog: xerial/snappy-java@v1.1.10.2...v1.1.10.3
v1.1.10.2
What's Changed
🐛 Bug Fixes
🔗 Dependency Updates
🛠 Internal Updates
Full Changelog: xerial/snappy-java@v1.1.10.1...v1.1.10.2
v1.1.10.1
What's Changed
🐛 Bug Fixes
🔗 Dependency Updates
🛠 Internal Updates
New Contributors
Full Changelog: xerial/snappy-java@v1.1.10.0...v1.1.10.1
v1.1.10.0
What's Changed
Upgraded the underlying Snappy version to 1.1.10. Since this version, the version number implies (original snappy version).(patch version).
🚀 Features
🔗 Dependency Updates
🛠 Internal Updates
New Contributors
Full Changelog: xerial/snappy-java@v1.1.9.1...v1.1.10.0
v1.1.9.1
What's Changed
🐛 Bug Fixes
🔗 Dependency Updates
🛠 Internal Updates
Full Changelog: xerial/snappy-java@v1.1.9.0...v1.1.10
v1.1.9.0
What's Changed
This version upgrades the native libraries to Snappy 1.1.9. Currently, only a limited number of platforms are supported, including:
If you need more platform support, send a PR to build a native library with a docker-based cross compiler (See Makefile and Makefile.common for the reference). If a cross compiler for your platform is not available, create a PR with a native library built with
make native
command.🚀 Features
👋 Deprecated
Bug Fixes
🔗 Dependency Updates
🛠 Internal Updates
📚 Docs
Full Changelog: xerial/snappy-java@1.1.8.4...v1.1.9