What's Changed
- feat: reuse zlib's decoder buffer by @Vaiz in #532
- feat: add reset method for read::GzDecoder and buffered::GzDecoder by @Vaiz in #534
- Drop cloudflare-zlib by @kornelski in #539
- Add a wrapper for the
Crcstruct by @MikkelPaulson in #540 - Bump miniz_oxide to 0.9 by @oscargus in #543
- Upgrade miniz_oxide and add unit tests of the different flush kinds by @fintelia in #498
- Fix infinite loop in writing gzip header/footer by @Shnatsel in #547
- test: generate corrupt gzip fixture at runtime by @nanookclaw in #550
- Reject oversized gzip extra fields by @Byron in #553
- Reject incomplete deflate streams at EOF by @Guflly in #556
- Include
README.mdin a private module by @bushrat011899 in #562 - Add
no_stdsupport using nightlyalloc_ioby @bushrat011899 in #559 - Update
get_mut()documentation to make clear how 'inner` can be used by @Byron in #558
New Contributors
- @Vaiz made their first contribution in #532
- @MikkelPaulson made their first contribution in #540
- @oscargus made their first contribution in #543
- @nanookclaw made their first contribution in #550
- @Guflly made their first contribution in #556
- @bushrat011899 made their first contribution in #562
Full Changelog: 1.1.9...1.1.10