Skip to content

Commit 99a12e6

Browse files
authored
Merge pull request #4297 from facebook/changelog157
update changelog for v1.5.7
2 parents 22c39b9 + c26bde1 commit 99a12e6

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
V1.5.7 (Feb 2025)
2+
fix: compression bug in 32-bit mode associated with long-lasting sessions
3+
api: new method `ZSTD_compressSequencesAndLiterals()` (#4217, #4232)
4+
api: `ZSTD_getFrameHeader()` works on skippable frames (#4228)
5+
perf: substantial compression speed improvements (up to +30%) on small data, by @TocarIP (#4144) and @cyan4973 (#4165)
6+
perf: improved compression speed (~+5%) for dictionary compression at low levels (#4170)
7+
perf: much faster speed for `--patch-from` at high compression levels (#4276)
8+
perf: higher `--patch-from` compression ratios, notably at high levels (#4288)
9+
perf: better speed for binaries on Windows (@pps83) and when compiled with Visual Studio (@MessyHack)
10+
perf: slight compression ratio improvement thanks to better block boundaries (#4136, #4176, #4178)
11+
perf: slight compression ratio improvement for `dfast`, aka levels 3 and 4 (#4171)
12+
perf: runtime bmi2 detection enabled on x86 32-bit mode (#4251)
13+
cli: multi-threading as default CLI setting, by @daniellerozenblit
14+
cli: new `--max` command (#4290)
15+
build: improve `msbuild` version autodetection, support VS2022, by @ManuelBlanc
16+
build: fix `meson` build by @artem and @Victor-C-Zhang, and on Windows by @bgilbert
17+
build: compatibility with Apple Framework, by @Treata11
18+
build: improve icc/icx compatibility, by @josepho0918 and @luau-project
19+
build: improve compatibility with Android NDK, by Adenilson Cavalcanti
20+
portability: linux kernel branch, with improved support for Sequence producers (@embg, @gcabiddu, @cyan4973)
21+
portability: improved qnx compatibility, suggested by @rainbowball
22+
portability: improved install script for FreeBSD, by @sunpoet
23+
portability: fixed test suite compatibility with gnu hurd, by @diegonc
24+
doc: clarify specification, by @elasota
25+
misc: improved tests/decodecorpus validation tool (#4102), by antmicro
26+
127
V1.5.6 (Mar 2024)
228
api: Promote `ZSTD_c_targetCBlockSize` to Stable API by @felixhandte
329
api: new `ZSTD_d_maxBlockSize` experimental parameter, to reduce streaming decompression memory, by @terrelln

0 commit comments

Comments
 (0)