What's Changed
- Fix cfgs by @kornelski in #441
- update CI to use new wasi target by @oyvindln in #444
- Implement
Clone
forCompressError
andDecompressError
by @mkrasnitski in #445 - Update LICENSE-MIT by @maximevtush in #448
- feat: replace custom u16 le parser with existent rust method by @CosminPerRam in #450
- Fix CI by @Byron in #449
- Do not use cloudflare-zlib-sys 0.3.4 by @jongiddy in #451
- Increase minimum compiler version to 1.67 by @jongiddy in #452
- deps: bump miniz_oxide to 0.8.4 by @CosminPerRam in #459
- deps(dev): update rand to 0.9 by @CosminPerRam in #458
- docs: fix spelling mistake in flate2::zlib::write::ZlibDecoder by @CosminPerRam in #455
- feat: remove explicit default impls by @CosminPerRam in #457
- Change private bounds from
R: Read
toR: BufRead
by @JonathanBrouwer in #453 - feat: replace manual copy loop with rust-provided function by @CosminPerRam in #456
- feat: reduce CrcReader::sum calls in GzEncoder::read_footer by @CosminPerRam in #454
- feat: remove redundant if guard on option value match by @CosminPerRam in #464
- feat: add Error associated type in zio::Ops to handle multiple errors by @CosminPerRam in #461
- feat: remove explicit redundant lifetime by @CosminPerRam in #465
- feat: impl From to MZFlush by @CosminPerRam in #462
- upgrade zlib-rs to version
0.4.2
by @folkertdev in #466
New Contributors
- @mkrasnitski made their first contribution in #445
- @maximevtush made their first contribution in #448
- @CosminPerRam made their first contribution in #450
- @JonathanBrouwer made their first contribution in #453
Full Changelog: 1.0.35...1.1.0