Skip to content

Brotli v1.0.0

Compare
Choose a tag to compare
@eustas eustas released this 21 Sep 08:44
· 343 commits to master since this release

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