brotli v1.0.2 Release Notes

Release Date: 2017-11-29 // over 6 years ago
  • ๐Ÿš€ 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