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

Changelog History
Page 2

  • v0.6.0 Changes

    April 10, 2017
    • ๐Ÿ‘ better compression on 1MiB+ files
    • โšก๏ธ update "common" API to make dictionary fetching more flexible
    • ๐Ÿ›  fix decoder bug #502
    • faster compression on mid-low quality levels
    • โšก๏ธ update Python wrapper #479, etc.
    • ๐Ÿ›  fix encoder q10-11 slowdown after long copy #468
    • introduce Brotli*TakeOutput API

    ๐Ÿ—„ C API is expected to be final. The only difference in v1.0.0 will be the removal of methods (and constants) marked as deprecated.

  • v0.5.2 Changes

    August 11, 2016
    • Extracted common parts: constants, dictionary, etc.
    • Converted encoder to plain C
    • ๐Ÿ‘Œ Supported build systems: Bazel, CMake, Premake