python-hyper / brotlicffi

Python bindings to the Brotli compression library
MIT License
147 stars 27 forks source link

brotli 1.0.1 #129

Closed felixonmars closed 4 years ago

felixonmars commented 7 years ago

Will there be an update for brotlipy soon? There's brotli version 1.0.0 and 1.0.1.

thedrow commented 5 years ago

Now on 1.0.7.

rathann commented 5 years ago

Starting from 1.0.0, the support for custom dictionaries was removed, so at a minimum, there needs to be a version check and ifdefs around each use of BrotliEncoderSetCustomDictionary and BrotliDecoderSetCustomDictionary.

sethmlarson commented 4 years ago

We're going to update to 1.0.7.