fix(deps): update dependency org.xerial.snappy:snappy-java to v1.1.10.3 by renovate[bot] · Pull Request #282 · elide-dev/elide

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.xerial.snappy:snappy-java 1.1.8.4 -> 1.1.10.3 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

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

v1.1.10.3

What's Changed

🐛 Bug Fixes
🔗 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: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.