Skip to content

Commit caf0f35

Browse files
committed
snappy-java 1.1.7.6 release notes
1 parent a89a36b commit caf0f35

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Milestone.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Since version 1.1.0.x, Java 6 (1.6) or higher is required.
22

3+
## snappy-java-1.1.7.6 (2020-06-26)
4+
* Added an experimental support of pure-java Snappy https://github.com/xerial/snappy-java#using-pure-java-snappy-implementation
5+
* Pure-java snappy doesn't support Snappy.isValidCompressedBuffer methods, but the other methods, Snappy.compress, uncompress, SnappyInput/OutputStream, SnappyFramedInput/OutputStream, etc., should work as expected.
6+
* Changed the minimum JVM requirement to JDK 1.8
7+
38
## snappy-java-1.1.7.5 (2020-05-06)
49
* Fixes java.lang.NoClassDefFoundError: org/xerial/snappy/pool/DefaultPoolFactory in 1.1.7.4
510

0 commit comments

Comments
 (0)