Skip to content

Tags: xerial/snappy-java

Tags

v1.1.10.7

Toggle v1.1.10.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update sbt-sonatype to 3.11.3 (#592)

v1.1.10.6

Toggle v1.1.10.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add GraalVM support (#590)

v1.1.10.5

Toggle v1.1.10.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update native libraries for 4b2c1e8 (#521)

Co-authored-by: xerial <[email protected]>

v1.1.10.4

Toggle v1.1.10.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request from GHSA-55g7-9cwv-5qfv

* Validate chunk size to be within a configured maximum

* Add constructors to have max size configurable

* Code cleanup

* Use 512MB for consistency

---------

Co-authored-by: Taro L. Saito <[email protected]>

v1.1.10.3

Toggle v1.1.10.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update native libraries for de674f6 (#482)

Co-authored-by: xerial <[email protected]>

v1.1.10.2

Toggle v1.1.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update airframe-log to 23.7.2 (#479)

v1.1.10.1

Toggle v1.1.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
CI Fix to Prevent Checks Dealing with Large Array Sizes (#459)

* Fix spacing with comment

* Updated code

* Test: Added Assume catches for each failed tests

* Added and implemented separate method to check if System CI is false

* Added a null check to ensure assumingCIIsFalse() method runs locally as well

* Changed assumeTrue to assumeFalse

v1.1.10.0

Toggle v1.1.10.0's commit message

Verified

This commit was signed with the committer’s verified signature.
xerial Taro L. Saito
Add a note about creating new releases

v1.1.9.1

Toggle v1.1.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix java8 compatibility (#390)

* ByteBuffer.limit() compiled with JDK9+ shows  java.lang.NoSuchMethodError: java.nio.ByteBuffer.limit(I)Ljava/nio/ByteBuffer; error in JDK8
* Set --release 8 JDK option
* Do not use --release 8 option in JDK8

v1.1.9.0

Toggle v1.1.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add release automation workflow (#384)