SnappyIndexer
for parallel compression/decompression- CUI commands (snap/unsnap)
Since vesion 1.1.0.x, Java 6 (1.6) or higher is required.
- Upgrade native snappy version
- 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