Skip to content

Releases: dropbox/rust-brotli

1.0.57

25 Nov 23:22
Compare
Choose a tag to compare
bump version numbers

1.0.55

25 Nov 20:32
Compare
Choose a tag to compare
fix issue with magic number header and transition from uncompressed t…

…o compressed data block

1.0.53

22 Nov 09:53
Compare
Choose a tag to compare
new, more ergonomic, exported C functions, plus a transparent fallbac…

…k from multithreaded to single threaded if num_threads=1

1.0.51

22 Nov 08:48
Compare
Choose a tag to compare
handle null pointer in slice constructor

1.0.49

21 Nov 10:20
Compare
Choose a tag to compare
add a verify mode where it can scan a hard disk:

1.0.47

21 Nov 09:10
Compare
Choose a tag to compare
some negative tests. Expose BrotliDecoderVersion information

1.0.45

20 Nov 23:34
Compare
Choose a tag to compare
use standard layout for referenced golang packages in tests

1.0.44

20 Nov 19:24
Compare
Choose a tag to compare
keep things simple: return buffer type, and simply double buffer unti…

…l right size is reached-- user can parse their own size if they wish

1.0.43

20 Nov 18:43
Compare
Choose a tag to compare
attempt to decompress

1.0.41

06 Nov 09:00
Compare
Choose a tag to compare
why not go static