This repository was archived by the owner on Dec 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change log
22
3+ ## 1.5.1
4+
5+ - [ #135 ] ( https://github.com/lz4/lz4-java/issues/135 )
6+ Updated the JNI binding for Win32/amd64 from old LZ4 r123
7+ to LZ4 1.8.3. (Rei Odaira)
8+
9+ - [ #134 ] ( https://github.com/lz4/lz4-java/issues/134 )
10+ Added Automatic-Module-Name to the manifest to support
11+ the Java 9 modularity. (Rei Odaira)
12+
13+ - [ #131 ] ( https://github.com/lz4/lz4-java/issues/131 )
14+ Made the StreamingXXHash* JNI methods synchronized to avoid
15+ a rare-case race condition with GC. (Roman Leventov, Rei Odaira)
16+
17+ - [ #128 ] ( https://github.com/lz4/lz4-java/pull/128 )
18+ Changed the Maven Central download link from a direct link
19+ to a search link. (Adam Retter)
20+
321## 1.5.0
422
523 - Upgraded LZ4 to 1.8.3. Updated JNI bindings for Linux/amd64,
Original file line number Diff line number Diff line change @@ -119,8 +119,8 @@ You can download released artifacts from [Maven Central](https://search.maven.or
119119
120120# Documentation
121121
122- - [ lz4] ( https://lz4.github.io/lz4-java/1.5.0 /docs/net/jpountz/lz4/package-summary.html )
123- - [ xxhash] ( https://lz4.github.io/lz4-java/1.5.0 /docs/net/jpountz/xxhash/package-summary.html )
122+ - [ lz4] ( https://lz4.github.io/lz4-java/1.5.1 /docs/net/jpountz/lz4/package-summary.html )
123+ - [ xxhash] ( https://lz4.github.io/lz4-java/1.5.1 /docs/net/jpountz/xxhash/package-summary.html )
124124 - [ changelog] ( https://github.com/lz4/lz4-java/blob/master/CHANGES.md )
125125
126126# Performance
@@ -130,8 +130,8 @@ hashing performance can depend a lot on the input (there are lies, damn lies
130130and benchmarks), here are some benchmarks that try to give a sense of the
131131speed at which they compress/decompress/hash bytes.
132132
133- - [ lz4 compression] ( https://lz4.github.io/lz4-java/1.5.0 /lz4-compression-benchmark/ )
134- - [ lz4 decompression] ( https://lz4.github.io/lz4-java/1.5.0 /lz4-decompression-benchmark/ )
133+ - [ lz4 compression] ( https://lz4.github.io/lz4-java/1.5.1 /lz4-compression-benchmark/ )
134+ - [ lz4 decompression] ( https://lz4.github.io/lz4-java/1.5.1 /lz4-decompression-benchmark/ )
135135 - [ xxhash hashing] ( https://lz4.github.io/lz4-java/1.3.0/xxhash-benchmark/ )
136136
137137# Build
You can’t perform that action at this time.
0 commit comments