Skip to content

Compression dictionary support added to block bindings

Compare
Choose a tag to compare
@jonathanunderwood jonathanunderwood released this 09 Jun 11:35
· 266 commits to master since this release
5e9bfbd

Changes in this release:

  • It's now possible to specify a compession dictionary for block compression. Thanks to @mkuyper for this work.
  • The bundled LZ4 libraries have been updated to 1.8.2
  • A compatibility fix for 2.x memoryview objects has been added. Thanks to @XeCycle for this work.
  • Various flake8 cleanups and test additions.