ADd 1.1.8.3 release notes

This commit is contained in:
Taro L. Saito 2021-01-20 11:51:39 -08:00
parent 822513dbe6
commit 44db30a72e
No known key found for this signature in database
GPG Key ID: 42575E0CCD6BA16A
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
Since version 1.1.0.x, Java 6 (1.6) or higher is required.
## snappy-java-1.1.8.3 (2021-01-20)
* Make pure-java Snappy thread-safe [#271](https://github.com/xerial/snappy-java/pull/271)
* Improved SnappyFramedInput/OutputStream performance by using java.util.zip.CRC32C [#269](https://github.com/xerial/snappy-java/pull/269)
## snappy-java-1.1.8.2 (2020-11-28)
* Support Apple Silicon (M1, Mac-aarch64)
* Fixed the pure-java Snappy fallback logic when no native library for your platform is found.