Skip to content

Update dependency org.xerial.snappy:snappy-java to v1.1.10.8#21

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/org.xerial.snappy-snappy-java-1.x
Open

Update dependency org.xerial.snappy:snappy-java to v1.1.10.8#21
renovate[bot] wants to merge 1 commit intomainfrom
renovate/org.xerial.snappy-snappy-java-1.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Jun 3, 2023

This PR contains the following updates:

Package Change Age Confidence
org.xerial.snappy:snappy-java 1.1.8.41.1.10.8 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

xerial/snappy-java (org.xerial.snappy:snappy-java)

v1.1.10.8

What's Changed

🚀 Features
🐛 Bug Fixes
🔗 Dependency Updates
🛠 Internal Updates
📚 Docs
Other Changes

New Contributors

Full Changelog: xerial/snappy-java@v1.1.10.7...v1.1.10.8

v1.1.10.7

What's Changed

🔗 Dependency Updates
🛠 Internal Updates
Other Changes

Full Changelog: xerial/snappy-java@v1.1.10.6...v1.1.10.7

v1.1.10.6

What's Changed

🚀 Features
🔗 Dependency Updates
🛠 Internal Updates
📚 Docs

New Contributors

Full Changelog: xerial/snappy-java@v1.1.10.5...v1.1.10.6

v1.1.10.5

What's Changed

🚀 Features
  • Feature: Add Windows arm64 (e.g., Surface Pro X, Surface Pro 9 with 5G, etc.) support by @​imsudiproy in #​511
  • Linux ppc64-le: Use an LTS-version of cross-compiler to support GLIBC_2.28 by @​xerial in #​516
🐛 Bug Fixes
🔗 Dependency Updates

New Contributors

Full Changelog: xerial/snappy-java@v1.1.10.4...v1.1.10.5

v1.1.10.4

What's Changed

Security Fix
  • CVE-2023-43642 Fixed SnappyInputStream so as not to allocate too large memory when decompressing data with an extremely large chunk size by @​tunnelshade (code change)
    • This does not affect users only using Snappy.compress/uncompress methods
🚀 Features
  • feature: Upgrade the internal snappy version to 1.1.10 (1.1.8 was wrongly used before) by @​xerial in #​508
  • Support JDK21 (no internal change)
🔗 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
  • Fix the GLIBC_2.32 not found issue of libsnappyjava.so in certain Linux distributions on s390x by @​kun-lu20 in #​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

  • Removed snappy debug assertion with -DNDEBUG c++ flag @​xerial (#​386) It produces smaller native libraries

🐛 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:

  • Win32/64 (Only Intel)
  • Mac64 (Intel, M1, M2). We no longer support Mac32
  • Linux32, 64 (Intel, Arm), arm, armv6, armv7
  • android-arm32
  • ppc64le, ppc64

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

  • Removed pure-java support @​xerial (#​381) because it may cause data corruption.

Bug Fixes

🔗 Dependency Updates

🛠 Internal Updates

📚 Docs

Full Changelog: xerial/snappy-java@1.1.8.4...v1.1.9


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/org.xerial.snappy-snappy-java-1.x branch from 01349e8 to 680ba20 Compare June 17, 2023 05:16
@renovate renovate Bot changed the title Update dependency org.xerial.snappy:snappy-java to v1.1.10.0 Update dependency org.xerial.snappy:snappy-java to v1.1.10.1 Jun 17, 2023
@renovate renovate Bot changed the title Update dependency org.xerial.snappy:snappy-java to v1.1.10.1 Update dependency org.xerial.snappy:snappy-java to v1.1.10.2 Jul 14, 2023
@renovate renovate Bot force-pushed the renovate/org.xerial.snappy-snappy-java-1.x branch from 680ba20 to 5b786bd Compare July 14, 2023 02:42
@renovate renovate Bot changed the title Update dependency org.xerial.snappy:snappy-java to v1.1.10.2 Update dependency org.xerial.snappy:snappy-java to v1.1.10.3 Jul 22, 2023
@renovate renovate Bot force-pushed the renovate/org.xerial.snappy-snappy-java-1.x branch from 5b786bd to 19627bb Compare July 22, 2023 05:25
@renovate renovate Bot force-pushed the renovate/org.xerial.snappy-snappy-java-1.x branch from 19627bb to bd1cae2 Compare September 24, 2023 05:08
@renovate renovate Bot changed the title Update dependency org.xerial.snappy:snappy-java to v1.1.10.3 Update dependency org.xerial.snappy:snappy-java to v1.1.10.4 Sep 24, 2023
@renovate renovate Bot changed the title Update dependency org.xerial.snappy:snappy-java to v1.1.10.4 Update dependency org.xerial.snappy:snappy-java to v1.1.10.5 Sep 28, 2023
@renovate renovate Bot force-pushed the renovate/org.xerial.snappy-snappy-java-1.x branch from bd1cae2 to 795bdb3 Compare September 28, 2023 04:55
@renovate renovate Bot force-pushed the renovate/org.xerial.snappy-snappy-java-1.x branch from 795bdb3 to b569864 Compare August 8, 2024 02:47
@renovate renovate Bot changed the title Update dependency org.xerial.snappy:snappy-java to v1.1.10.5 Update dependency org.xerial.snappy:snappy-java to v1.1.10.6 Aug 8, 2024
@renovate renovate Bot force-pushed the renovate/org.xerial.snappy-snappy-java-1.x branch from b569864 to 85628ad Compare September 11, 2024 05:40
@renovate renovate Bot changed the title Update dependency org.xerial.snappy:snappy-java to v1.1.10.6 Update dependency org.xerial.snappy:snappy-java to v1.1.10.7 Sep 11, 2024
@renovate renovate Bot force-pushed the renovate/org.xerial.snappy-snappy-java-1.x branch from 85628ad to dd38439 Compare September 28, 2024 06:38
@renovate renovate Bot force-pushed the renovate/org.xerial.snappy-snappy-java-1.x branch from dd38439 to f780d58 Compare July 20, 2025 02:34
@renovate renovate Bot changed the title Update dependency org.xerial.snappy:snappy-java to v1.1.10.7 Update dependency org.xerial.snappy:snappy-java to v1.1.10.8 Jul 20, 2025
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.

0 participants