SnappyIndexer
for parallel compression/decompression- CUI commands (snap/unsnap)
Since vesion 1.1.0.x, Java 6 (1.6) or higher is required.
- Fixes #88, #89, #90 and #91
- Fixed the broken build of 1.1.1.4 and memory leak bug 1.1.1.5 (so never use these versions)
- Embedded libstdc++ for Linux/amd64 native library (hotfix to 1.0.5.x series)
- Improved the performance of SnappyOutputStream
- Added Snappy framing format support: SnappyFramedInput/OutputStream
- Added native libraries for PowerPC, IBM-AIX 6.4, SunOS.
- Add linux-x86_64 native library, embedding libstdc++
- IBM AIX 6.1 support
- A fix for loading in OSGi in Mac OS X (#76)
- Add PowerPC support (ppc64, ppc64le)
- Building with sbt
- Maintanance release
- Add PowerPC support ppc64le, ppc64 (big-endian)
- Bug fixes and some optimization of SnappyFramedFormat
- Added a native library for ppc64le
- Preview build (without libstdc++ embedded for Linux/x86_64)
- Preview build (without libstdc++ embedded for Linux/x86_64)
- Add SunOS/x86_64 support
- Add Snappy framed format support (SnappyFramedInputStream, SnappyFramedOutputStream)
- Add SunOS support
- Dropped OpenBSD support
- OSGi support
- 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
- Fix linux amd64 build (embed libstdc++)
- Fixes #26
- 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
- Upgrade release for snappy-1.0.5
- Fixes issue 33: Fixes a problem when reading incomplete input stream
- Upgrade to snappy-1.0.4
- Enhanced the Javadoc
- Add support for Oracle JRockit JVM. (issue 28)
- 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)
- Maintenance release (no significant change)
- Refactoring code
- Rebuild win32 binary
- Deprected SnappyException. Instead snappy-java uses IOException to issue errors. This change is necessary to support JNI code injection to a parent class loader.
- JNI interface injection so that multiple applications can share the native code. Issue 21
- Fixes issue 18, issue 19
- Reduces memory footprint (contribution from Arec Wysoker)
- Fixes issue 17
- Upgrade to snappy-1.0.3 done.
- libstdc++ embedding (only for Linux version) done.
- Minor bug fixes
- Primitive array support (e.g.
int[]
,float[]
, etc.) issue 10 - String compression/decompression
- Running tests under win32/mac32, etc.
-
Adding
SnappyOutputStream
SnappyInputStream
issue 3 -
March 29th. Started snappy-java project