2013-10-21 05:06:07 +02:00
|
|
|
Since vesion 1.1.0.x, Java 6 (1.6) or higher is required.
|
|
|
|
|
2017-01-20 08:41:22 +01:00
|
|
|
## snappy-java-1.1.3-M1 (2017-01-19)
|
|
|
|
* This is a preview release. Appreciate your feedback.
|
|
|
|
* Upgraded to snappy 1.1.3 (Minor compression performance improvement)
|
|
|
|
* Added support for armv5, armv6, armv7, android-arm, aarch64, ppc64
|
|
|
|
* Added BitShuffle class for better float value compression
|
|
|
|
* Switched to use docker-based cross compilers for building native libraries
|
|
|
|
* AIX, FreeBSD, SunOS, IBM s390x are still using snappy 1.1.2. Your contirbutions are welcome.
|
|
|
|
|
2016-06-02 19:43:01 +02:00
|
|
|
## snappy-java-1.1.2.6 (2016-06-02)
|
2016-06-02 19:37:53 +02:00
|
|
|
* Fix a bug in SnappyInputStream when reading compressed data that happened to have the same first byte with the stream magic header (#142)
|
2016-06-02 19:43:01 +02:00
|
|
|
* Never use 1.1.2.5 (This is a broken build)
|
2016-06-02 19:37:53 +02:00
|
|
|
|
2016-03-31 05:52:10 +02:00
|
|
|
## snappy-java-1.1.2.4 (2016-03-30)
|
|
|
|
* Improved `SnappyOutputStream.write(byte[], off, len)` performance.
|
|
|
|
|
2016-03-31 03:12:24 +02:00
|
|
|
## snappy-java-1.1.2.3 (2016-03-30)
|
|
|
|
* Improved `SnappyInputStream.read(byte[], off, len)` performance.
|
|
|
|
|
|
|
|
## snappy-java-1.1.2.2 (2016-03-29)
|
2016-03-29 23:22:14 +02:00
|
|
|
* Add AArch64 support
|
|
|
|
|
2016-01-22 10:42:12 +01:00
|
|
|
## snappy-java-1.1.2.1 (2016-01-22)
|
|
|
|
* Fixed #131
|
|
|
|
|
2015-09-22 22:31:33 +02:00
|
|
|
## snappy-java-1.1.2 (22 September 2015)
|
|
|
|
* This is a backward compatible release for 1.1.x.
|
|
|
|
* Add AIX (32-bit) support.
|
|
|
|
* There is no upgrade for the native libraries of the other platforms.
|
|
|
|
* A major change since 1.1.1 is a support for reading concatenated results of SnappyOutputStream(s)
|
|
|
|
|
2015-05-18 11:30:24 +02:00
|
|
|
## snappy-java-1.1.2-RC2 (18 May 2015)
|
|
|
|
* Fix #107: SnappyOutputStream.close() is not idempotent
|
|
|
|
|
2015-05-13 03:59:43 +02:00
|
|
|
## snappy-java-1.1.2-RC1 (13 May 2015)
|
|
|
|
* SnappyInputStream now supports reading concatenated compressed results of SnappyOutputStream
|
|
|
|
* There has been no compressed format change since 1.0.5.x. So You can read the compressed results interchangeablly between these versions.
|
|
|
|
* Fixes a problem when java.io.tmpdir does not exist.
|
|
|
|
|
|
|
|
## snappy-java-1.1.1.7 (14 Apr 2015)
|
2015-04-14 09:00:23 +02:00
|
|
|
* Fixes #100
|
|
|
|
|
2014-10-26 12:45:54 +01:00
|
|
|
## snappy-java-1.1.1.6 (26 Oct 2014)
|
2014-10-26 12:47:16 +01:00
|
|
|
* Fixes #88, #89, #90 and #91
|
2014-10-26 12:45:54 +01:00
|
|
|
* Fixed the broken build of 1.1.1.4 and memory leak bug 1.1.1.5 (so never use these versions)
|
2014-10-23 07:47:42 +02:00
|
|
|
|
2014-09-12 07:38:19 +02:00
|
|
|
## snappy-java-1.0.5.4 (12 September 2014)
|
|
|
|
* Embedded libstdc++ for Linux/amd64 native library (hotfix to 1.0.5.x series)
|
|
|
|
|
2014-07-19 00:02:12 +02:00
|
|
|
## snappy-java-1.1.1.3 (19 July 2014)
|
|
|
|
* Improved the performance of SnappyOutputStream
|
|
|
|
|
2014-07-04 07:01:49 +02:00
|
|
|
## snappy-java-1.1.1 (4 July 2014)
|
|
|
|
* Added Snappy framing format support: SnappyFramedInput/OutputStream
|
|
|
|
* Added native libraries for PowerPC, IBM-AIX 6.4, SunOS.
|
2013-10-21 05:09:33 +02:00
|
|
|
|
2014-07-04 06:50:06 +02:00
|
|
|
# snappy-java-1.1.1-M4 (4 July 2014)
|
2014-07-04 07:01:49 +02:00
|
|
|
* Add linux-x86_64 native library, embedding libstdc++
|
2014-07-04 06:50:06 +02:00
|
|
|
* IBM AIX 6.1 support
|
|
|
|
* A fix for loading in OSGi in Mac OS X (#76)
|
|
|
|
|
2014-06-26 08:02:46 +02:00
|
|
|
# snappy-java-1.1.1-M3 (26 June 2014)
|
|
|
|
* Add PowerPC support (ppc64, ppc64le)
|
|
|
|
* Building with sbt
|
|
|
|
|
2014-06-25 00:09:54 +02:00
|
|
|
# snappy-java-1.0.5.2 (25 June 2014)
|
|
|
|
* Maintanance release
|
|
|
|
* Add PowerPC support ppc64le, ppc64 (big-endian)
|
|
|
|
|
2014-06-12 05:11:31 +02:00
|
|
|
# snappy-java-1.1.1-M2 (12 June 2014)
|
|
|
|
* Bug fixes and some optimization of SnappyFramedFormat
|
2014-06-16 16:54:30 +02:00
|
|
|
* Added a native library for ppc64le
|
2014-06-12 05:11:31 +02:00
|
|
|
* Preview build (without libstdc++ embedded for Linux/x86_64)
|
2014-06-16 16:54:30 +02:00
|
|
|
|
2014-06-12 05:11:31 +02:00
|
|
|
|
2013-12-10 02:47:25 +01:00
|
|
|
## snappy-java-1.1.1-M1
|
|
|
|
* Preview build (without libstdc++ embedded for Linux/x86_64)
|
|
|
|
|
2013-11-07 16:20:29 +01:00
|
|
|
## snappy-java-1.1.0.1 (8 November 2013)
|
|
|
|
* Add SunOS/x86_64 support
|
|
|
|
|
2013-10-17 04:08:19 +02:00
|
|
|
## snappy-java-1.1.0 (17 October 2013)
|
|
|
|
* Add Snappy framed format support (SnappyFramedInputStream, SnappyFramedOutputStream)
|
|
|
|
* Add SunOS support
|
|
|
|
* Dropped OpenBSD support
|
|
|
|
* OSGi support
|
2013-08-20 07:14:33 +02:00
|
|
|
|
|
|
|
## snappy-java-1.1.0-M4 (20 August 2013)
|
|
|
|
* New JNI native code loading mechanism, which does not rely on native code injection.
|
|
|
|
* Add OpenBSD support
|
|
|
|
* Add Framed format support
|
|
|
|
* Recovered 32-bit Mac support
|
|
|
|
* Fixes several issues
|
|
|
|
* Target to Java6 (Java5 will be no longer supported)
|
|
|
|
* Add zero-copy compression, decompression and isValidCompressedData for LArray <https://github.com/xerial/larray>
|
|
|
|
|
2013-03-28 09:41:45 +01:00
|
|
|
## snappy-java-1.1.0-M3 (28 March 2013)
|
|
|
|
* Fix linux amd64 build (embed libstdc++)
|
2013-03-28 07:06:55 +01:00
|
|
|
* Fixes #26
|
|
|
|
|
|
|
|
## snappy-java-1.1.0-M1 (27 March 2013)
|
2013-03-27 09:33:46 +01:00
|
|
|
* Upgrade to snappy-1.1.0
|
|
|
|
* Add zero-copy compression (rawCompress, rawUncompress) that can be used with LArray <https://github.com/xerial/larray>
|
|
|
|
* Drop 32-bit Mac support
|
|
|
|
|
2012-09-27 05:52:18 +02:00
|
|
|
## snappy-java-1.0.5-M2 (27 September 2012)
|
|
|
|
* Upgrade release for snappy-1.0.5
|
|
|
|
|
2012-09-06 03:44:19 +02:00
|
|
|
## snappy-java-1.0.4.1 (5 September 2011)
|
|
|
|
* Fixes issue 33: Fixes a problem when reading incomplete input stream
|
|
|
|
|
|
|
|
## snappy-java-1.0.4 (September 22nd, 2011)
|
|
|
|
* Upgrade to snappy-1.0.4
|
|
|
|
* Enhanced the Javadoc
|
|
|
|
|
|
|
|
## snappy-java-1.0.3.3 (September 10th, 2011)
|
|
|
|
* Add support for Oracle JRockit JVM. (issue 28)
|
|
|
|
|
|
|
|
## snappy-java-1.0.3.2 (August 23rd, 2011)
|
|
|
|
* Upgrade from the previous release is optional
|
|
|
|
* Add system properites to switch sytem installed native library or bundled
|
|
|
|
library (issue 20, issue 26)
|
|
|
|
* source code tar ball (issue 25)
|
|
|
|
* primitive array read/write support (issue 24)
|
|
|
|
|
|
|
|
## snappy-java-1.0.3.1 (August 2nd, 2011)
|
|
|
|
* Maintenance release (no significant change)
|
|
|
|
* Refactoring code
|
|
|
|
* Rebuild win32 binary
|
|
|
|
|
|
|
|
## snappy-java-1.0.3 (July 11st, 2011)
|
|
|
|
* Deprected SnappyException. Instead snappy-java uses IOException to issue
|
|
|
|
errors. This change is necessary to support JNI code injection to a parent
|
|
|
|
class loader.
|
|
|
|
|
|
|
|
## snappy-java-1.0.3-rc4 (June 27th, 2011)
|
|
|
|
* JNI interface injection so that multiple applications can share the native
|
|
|
|
code. Issue 21
|
|
|
|
|
|
|
|
## snappy-java-1.0.3-rc3 (June 21st, 2011)
|
|
|
|
* Fixes issue 18, issue 19
|
|
|
|
* Reduces memory footprint (contribution from Arec Wysoker)
|
|
|
|
|
|
|
|
## snappy-java-1.0.3-rc2 (June 7th, 2011)
|
|
|
|
* Fixes issue 17
|
|
|
|
|
|
|
|
## snappy-java-1.0.3-rc1 (June 4th, 2011)
|
|
|
|
* Upgrade to snappy-1.0.3 done.
|
|
|
|
* libstdc++ embedding (only for Linux version) done.
|
|
|
|
* Minor bug fixes
|
|
|
|
|
|
|
|
## snappy-java-1.0.1-rc4 (April 11th, 2011)
|
|
|
|
* Primitive array support (e.g. `int[]`, `float[]`, etc.) issue 10
|
|
|
|
* String compression/decompression
|
|
|
|
|
|
|
|
## snappy-java-1.0.1-rc3 (April 4th, 2011)
|
|
|
|
* Running tests under win32/mac32, etc.
|
|
|
|
|
|
|
|
## snappy-java-1.0.1-rc2 (April 2nd, 2011)
|
|
|
|
* Adding `SnappyOutputStream` `SnappyInputStream` issue 3
|
|
|
|
|
|
|
|
|
2013-12-10 02:47:25 +01:00
|
|
|
* March 29th. Started snappy-java project
|