All Versions
12
Latest Version
Avg Release Cycle
134 days
Latest Release
1337 days ago

Changelog History
Page 1

  • v1.0.9 Changes

    August 27, 2020

    ๐Ÿ”’ SECURITY: decoder: fix integer overflow when input chunk is larger than 2GiB

    Other changes:

    • โž• add support WASM (emscripten) build
    • brotli -v now reports raw / compressed size
    • ๐Ÿšง build files / docs maintenance
    • โฌ‡๏ธ reduce sources tarball size
    • decoder: minor speed / memory usage improvements
    • encoder: fix rare access to uninitialized data in ring-buffer
    • ๐Ÿ‘ encoder: improve support for platforms that does not have log2
    • encoder: better support for MSVC (replacement for __builtin_clz and __builtin_ctzll
    • python: decompress now reports error if there is unused after the end of compressed input
  • v1.0.8 Changes

    August 26, 2020

    ๐Ÿ”’ SECURITY: decoder: fix integer overflow when input chunk is larger than 2GiB

    Other changes:

    • โž• add support WASM (emscripten) build
    • brotli -v now reports raw / compressed size
    • ๐Ÿšง build files / docs maintenance
    • โฌ‡๏ธ reduce sources tarball size
    • decoder: minor speed / memory usage improvements
    • encoder: fix rare access to uninitialized data in ring-buffer
    • ๐Ÿ‘ encoder: improve support for platforms that does not have log2
    • encoder: better support for MSVC (replacement for __builtin_clz and __ builtin_ctzll
    • python: decompress now reports error if there is unused after the end of compressed input
  • v1.0.7 Changes

    October 23, 2018
    • ๐Ÿ‘ cross compilation support:
      • added ability to run cross-compiled ARM tests in qemu
      • added arm-linux-gnueabihf-gcc entry to Travis build matrix
    • faster decoding on ARM:
      • implemented prefetching HuffmanCode entry as uint32_t if target platform is ARM
      • fixed NEON extension detection
      • combed Huffman table building code for better readability
    • ๐Ÿ‘Œ improved precision of window size calculation in CLI
    • ๐Ÿ›  minor fixes:
      • fixed typos
      • improved internal comments / parameter names
      • fixed BROTLI_PREDICT_TRUE/_FALSE detection for SunPro compiler
      • unburdened JNI (Bazel) builds from fetching the full JDK
  • v1.0.6 Changes

    September 19, 2018

    No API / ABI changes.

    ๐Ÿ›  Fixes

    • ๐Ÿ›  fix unaligned 64-bit accesses on AArch32
    • โž• add missing files to the sources list
    • โž• add ASAN/MSAN unaligned read specializations
    • ๐Ÿ›  fix CoverityScan "unused assignment" warning
    • ๐Ÿ›  fix JDK 8<->9 incompatibility
    • ๐Ÿ— unbreak Travis builds
    • ๐Ÿ›  fix auto detect of bundled mode in cmake
  • v1.0.5 Changes

    June 27, 2018

    No API / ABI changes.

    Other changes:

    • ๐Ÿ‘Œ improve q=1 compression on small files
    • inverse Bazel workspace tree
    • โž• add rolling-composite-hasher for large-window mode
    • โž• add tools to download and transform static dictionary data
  • v1.0.4 Changes

    April 10, 2018
    • ๐Ÿ›  fix unaligned access for aarch64-cross-armhf build
    • ๐Ÿ›  fix aarch64 target detection
    • ๐Ÿ‘ allow CLI to compress with enabled "large window" feature
    • โž• add NPOSTFIX / NDIRECT encoder parameters
    • ๐Ÿ‘ automatic NDIRECT/NPOSTFIX tuning (better compression)
    • ๐Ÿ›  fix "memory leak" in python tests
    • ๐Ÿ›  fix bug in durchschlag
    • ๐Ÿ›  fix source file lists (add params.h)
    • ๐Ÿ›  fix Bazel/MSVC compilator options
    • ๐Ÿ›  fix "fall though" warnings
  • v1.0.3 Changes

    March 02, 2018

    Key changes:

    • ๐Ÿ†• new feature: "Large Window Brotli"
    • ๐Ÿ†• new dictionary generator

    Other changes:

    • ๐Ÿ‘Œ improved compression ratio: sub-blocks stitching
    • ๐Ÿ‘Œ improved compression ratio: eliminated floating numbers rounding
    • ๐Ÿ‘Œ improved compression ratio: make the zopflification aware of NDIRECT, NPOSTFIX
    • ๐Ÿ‘Œ improve automake build
    • ๐Ÿ‘Œ improve BrotliEncoderMaxCompressedSize precision
    • ๐Ÿ›  fix API documentation / typos
    • ๐Ÿ›  fix code style
    • ๐Ÿ‘‰ make hashers host-endianness-independent
    • Java: added "eager" decoding both to JNI wrapper and pure decoder
    • CLI: window size is auto-adjusted
    • โž• added dictionaryless compressed dictionary
  • v1.0.2 Changes

    November 29, 2017

    ๐Ÿš€ This is a build-maintenance release. Major changes:

    • โž• added Autotools build files
    • switched shared library version to libtool scheme

    ๐Ÿš€ In this release semantic suffix and libtool suffix are the same: 1.0.2. Don't expect them to match in future releases.

    Minor changes:

    • BrotliDictionary members are not const now
    • ZopfliNode distance could be up to 128MiB
    • ๐Ÿ›  fixed API documentation typos
    • total_out is always set by decoder
    • fixed BROTLI_ENSURE_CAPACITY macro; no-op in preprocessed output

    Other changes:

    • ๐Ÿ›  fixed scripts for oss-fuzz, test them with Travis
    • โœ… made Bazel JNI tests less messy
    • ๐Ÿ›  fixed linter warnings in JS decoder
    • ๐Ÿ›  fixed permissions of various files
    • โž• added Bazel build to Appveyor matrix
    • โž• added Sieve dictionary generator
  • v1.0.1 Changes

    September 22, 2017

    ๐Ÿš€ This is a source-only release. Binaries (except version) are the same

    • โšก๏ธ updated README.md
    • ๐Ÿ›  fixed parallel exeuction of CMake "compatibility" tests
  • v1.0.0 Changes

    September 21, 2017

    API changes

    • ๐Ÿ†• new CLI; bro -> brotli; + man page
    • โœ‚ remove "custom dictionary" support
    • โž• add ability to side-load brotli RFC dictionary
    • โž• add decoder API to avoid ringbuffer reallocation
    • ๐Ÿ‘ PY streaming decompression support
    • PY wrapper accepts memview

    ๐Ÿ†• New features

    • C# decoder (transpiled from Java)
    • JS decoder (transpiled from Java)
    • JNI wrappers

    ๐Ÿ‘Œ Improvements

    • speedup Java decoder
    • speedup compression of RLE-ish data