-
Upgraded LZ4 to 1.9.3. Updated the JNI bindings. Minimum glibc version in GNU/Linux platforms: 2.17 on aarch64, 2.2.5 on amd64, 2.17 on ppc64le, 2.2 on s390x.
-
Supported the JNI binding for Darwin aarch64.
-
#174 Fixed NullPointerException when reading a malformed input by LZ4FrameInputStream. (Marco Berlot, Rei Odaira)
-
#169 Added information about requiring ant 1.10.2 or newer. (guru prasad HB, Rei Odaira)
-
#167 Supported using LZ4SafeDecompressor in LZ4DecompressorWithLength. (sahilpaudel-pe, Rei Odaira)
-
#163 Supported JNI binding in old CentOS 6 on amd64. (dcapwell, Rei Odaira)
-
#162 Added copyright notices, required by Apache License, Version 2.0. (Egor Nepomnyaschih, Rei Odaira)
-
#160 Added minimum glibc version to each release. (patelh, Rei Odaira)
-
#146 Improved LZ4FrameInputStream to read InputStream lazily. Instance creation of LZ4FrameInputStream became faster. (Björn Michael, Rei Odaira)
-
Improved the speed of the write methods of LZ4FrameOutputStream by delaying calculating content checksum. (Rei Odaira)
-
Added a debug functionality to not delete a temporary JNI library when either LZ4JAVA_KEEP_TEMP_JNI_LIB or lz4java.jnilib.temp.keep is set to true (will be deleted in the next run). (Rei Odaira)
-
Enabled build with Java 13. The distribution is still built with Java 7. (Rei Odaira)
-
Revised the documentation. (Rei Odaira)
-
More test coverage. (Rei Odaira)
-
#156 Fixed the JNI binding of macOS Darwin/x86_64 to support 10.9 and above. (Takeshi Yamamuro, Lars Francke, Rei Odaira)
-
Added macOS, arm64, and ppc64le support in Travis CI. (Rei Odaira)
-
Upgraded LZ4 to 1.9.2. Updated the JNI bindings.
-
#148 Added changes to release lz4-pure-java artifact. (Evelyn Zhang, Rei Odaira)
-
#144 Added getExpectedContentSize() and isExpectedContentSizeDefined() to LZ4FrameInputStream to expose the content size information. Added a new constructor to LZ4FrameInputStream to specify whether it is going to read only one frame or all of the concatenated frames. (Bastien Fiorentino, Rei Odaira)
-
#143 Improved LZ4BlockInputStream by avoiding throwing an exception when stopOnEmptyBlock == false. (Josh Rosen)
-
#141 Renamed the bundle definition file according to the renamed project. (apirom9, Rei Odaira)
-
#132 Fixed an issue on Windows by deleting old temporary files for the native lib at start-up time. (Brian S. O'Neill, Rei Odaira)
-
#131 Supported close() in StreamingXXHash. (Roman Leventov, Rei Odaira)
-
Raised the javac source and target level to 1.7. (Rei Odaira)
-
Upgraded LZ4 to 1.9.1. Updated the JNI bindings, except for the one for Linux/i386. Decompression speed is improved on amd64.
-
Deprecated use of LZ4FastDecompressor of a native instance because the corresponding C API function is deprecated. See the release note of LZ4 1.9.0 for details. Updated javadoc accordingly.
-
#134 #137 Changed the module name from org.lz4.lz4-java to org.lz4.java to avoid using - in the module name. (severn-everett, Oliver Eikemeier, Rei Odaira)
-
Enabled build with Java 11. Note that the distribution is still built with Java 7. (Rei Odaira)
-
#135 Updated the JNI binding for Win32/amd64 from old LZ4 r123 to LZ4 1.8.3. (Rei Odaira)
-
#134 Added Automatic-Module-Name to the manifest to support the Java 9 modularity. (Rei Odaira)
-
#131 Made the StreamingXXHash*JNI methods synchronized to avoid a rare-case race condition with GC. (Roman Leventov, Rei Odaira)
-
#128 Changed the Maven Central download link from a direct link to a search link. (Adam Retter)
-
Upgraded LZ4 to 1.8.3. Updated JNI bindings for Linux/amd64, Linux/ppc64le, Linux/s390x, Linux/aarch64, and Mac OS Darwin/x86_64. A speed-up is expected on these platforms. Note that the JNI bindings for Linux/i386 and Win32 still work but are based on old LZ4 r123. Contributions of the JNI bindings for these and other platforms are more than welcome.
-
#119 Implemented LZ4CompressorWithLength, which includes the length of the original decompressed data in the output compressed data, and corresponding LZ4DecompressorWithLength. (Rei Odaira)
-
#118 Added build status to README. (Daniel Yu)
-
#116 Changed LZ4BlockOutputStream and LZ4BlockInputStream to non-final for better testing support. (Rei Odaira)
-
#113 Compressor and checksum can be specified for LZ4FrameOutputStream. (Elan Kugelmass)
-
#111 Added lz4 sources as a git submodule. (Daniel Yu)
-
#110 Enabled Travis CI. (Daniel Yu)
-
Better test coverage. (Rei Odaira)
-
Supported build with Java 9. Note that the distribution is still built with Java 7. (Rei Odaira)
-
#120 Fixed LZ4{Block|Frame}InputStream.skip() to return 0 when n <= 0 or EOF. (Xiaoyan Lin)
-
#117 Fixed LZ4FrameInputStream.read() to return a correct value when reading a byte >= 128. (sorenop)
-
#109 Updated xxHash URL in README.md. (lyrachord)
-
Improved the documentation. (Rei Odaira)
-
The project page has been moved to https://github.com/lz4/lz4-java. (Adrien Grand, Yann Collet)
-
groupId and artifactId have been changed from net.jpountz.lz4 and lz4 to org.lz4 and lz4-java, respectively. (Rei Odaira)
-
#105 LZ4BlockInputStream can read concatenated streams. (Takeshi Yamamuro, Davies Liu)
-
#99 LZ4FrameInputStream allows EndMark to be incompressible. (Charles Allen)
-
#95 Added unsafe instance support for aarch64. (Yuqi Gu)
-
#93 Added unsafe instance support for ppc64le. (Madhusudanan Kandasamy)
-
#90 LZ4 Java now supports 64-bit JNI build on Solaris. (cndcourt)
-
#86 Added a pre-built JNI binding for aarch64. (Rocky Zhang)
-
#85 Added a pre-built JNI binding for s390x. (Rei Odaira)
-
#84 Added a pre-built JNI binding for ppc64le. (Rei Odaira)
-
#83 LZ4 Java tries to load a JNI binding from java.library.path first, and then fall back to bundled one. (Jakub Jirutka)
-
#70 and #89 Avoid over-allocating a buffer in LZ4BlockInputStream. (Marko Topolnik)
-
#65 Fixed ByteBuffer methods failing to apply arrayOffset() for array-backed buffers. (Branimir Lambov)
-
#63 All resources are placed under the net.jpountz package to support the maven shade plugin. (Chris Lockfort)
-
#61 Added LZ4 Frame version 1.5.1 support. (Charles Allen)
-
#60 Fixed NullPointerException in LZ4Factory and XXHashFactory when they are loaded by the bootstrap classloader. (Yilong Li)
-
#53 Fixed calling flush on closed LZ4BlockOutputStream. (Will Droste)
-
lz4 r123
-
xxhash r37
-
#49 All compression and decompression routines as well as xxhash can now work with java.nio.ByteBuffer. (Branimir Lambov)
-
#46 Fixed incorrect usage of ReleasePrimitiveArrayCritical. (Xiaoguang Sun)
-
#44 Added support for xxhash64. (Linnaea Von Lavia)
-
#43 The compression level for high compression is now configurable. (Linnaea Von Lavia)
-
#39 The JAR is now a valid OSGI bundle. (Simon Chemouil)
-
#33 The implementation based on Java's sun.misc.Unsafe relies on unaligned memory access and is now only used on platforms that support it. (Dmitry Shohov)
-
lz4 r100
-
#16 Fix violation of the Closeable contract in LZ4BlockOutputStream: double close now works as specified in the Closeable interface documentation. (Steven Schlansker)
-
#17 The JNI HC compressor now supports maxDestLen < maxCompressedLength. (Adrien Grand)
-
#12 Fixed ArrayIndexOutOfBoundsException in the Java HC compressors on highly compressible inputs when srcOff is > 0. (Brian S. O'Neill, @foresteve, Adrien Grand)
-
Decompressors have been renamed to "safe" and "fast" to reflect changes in the C API. (Adrien Grand)
-
#18 Added utility methods that take and return (de)compressed byte[]s. (Adrien Grand)
-
LZ4BlockInputStream does not support mark/reset anymore. (Adrien Grand)
-
LZ4BlockOutputStream supports a new syncFlush parameter to configure whether the flush method should flush pending data or just flush the underlying stream. (Adrien Grand)
-
#14 Fixed misspelled API. (Brian S. O'Neill)
-
#13 Header must be fully read. (Gabriel Ki)
- #11 Fixed bug in LZ4BlockOutputStream.write(int). (Adrien Grand, Brian Moore)
-
lz4 r88
-
#7 LZ4Factory.fastestInstance() only tries to use the native bindings if:
- they have already been loaded by the current class loader,
- or if the current class loader is the system class loader. (Adrien Grand)
-
#5 The native instances unpack a shared library to the temporary directory when they are first used. lz4-java now tries to remove this file on exist but this might fail on systems that don't support removal of open files such as Windows. (Adrien Grand)
-
Added LZ4Factory.fastestJavaInstance() and XXHash.fastestJavaInstance(). (Adrien Grand)
-
Added StreamingXXHash32.asChecksum() to return a java.util.zip.Checksum view. (Adrien Grand)
-
#10 Added LZ4BlockOutputStream which compresses data into fixed-size blocks of configurable size. (Adrien Grand, Brian Moore)
-
#5 Fixed Windows build. (Rui Gonçalves)
-
Fixed Mac build. (Adrien Maglo)
-
#8 Provided pre-built JNI bindings for some major platforms: Windows/64, Linux/32, Linux/64 and Mac Intel/64. (Rui Gonçalves, Adrien Maglo, Adrien Grand)
-
lz4 r87
-
xxhash r6