Sourced from flate2's releases.
1.0.34
What's Changed
- Add minimum build test back in to CI by
@jongiddy
in rust-lang/flate2-rs#426- docs: fix compression level range from 0-9 to 0-10 by
@ByteBaker
in rust-lang/flate2-rs#427- Document backend differences in compression levels by
@Shnatsel
in rust-lang/flate2-rs#430- Upgrade zlib-rs to 0.3.0 to get multiple bugfixes by
@Shnatsel
in rust-lang/flate2-rs#428- Better wording in compression level docs by
@Shnatsel
in rust-lang/flate2-rs#431New Contributors
@ByteBaker
made their first contribution in rust-lang/flate2-rs#427@Shnatsel
made their first contribution in rust-lang/flate2-rs#430Full Changelog: https://github.com/rust-lang/flate2-rs/compare/1.0.33...1.0.34
1a28821
Merge pull request #431
from Shnatsel/better-wording2c29780
Merge pull request #428
from Shnatsel/upgrade-zlib-rs423981a
Better wording in compression level docsda5c8cf
Bump versioneeee4c6
Merge pull request #430
from Shnatsel/detailed-level-docs731df32
Update Cargo.toml8210288
Document backend differences1f78c5c
Upgrade zlib-rs to 0.3.0 to get multiple bugfixes:6fbd6d2
Merge pull request #427
from ByteBaker/main936aa35
docs: correctly mention compression levelSourced from reqwest's releases.
v0.12.8
What's Changed
- Add support for SOCKS4 proxies.
- Add
multipart::Form::file()
method for adding files easily.- Add
Body::wrap()
to wrap anyhttp_body::Body
type.- Fix the pool configuration to use a timer to remove expired connections.
New Contributors
@workingjubilee
made their first contribution in seanmonstar/reqwest#2402@NaokiM03
made their first contribution in seanmonstar/reqwest#2106@Xuanwo
made their first contribution in seanmonstar/reqwest#2255@Jaltaire
made their first contribution in seanmonstar/reqwest#2400@Hyask
made their first contribution in seanmonstar/reqwest#2418@Jake-Shadle
made their first contribution in seanmonstar/reqwest#2427@RobMor
made their first contribution in seanmonstar/reqwest#2434Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.7...v0.12.8
Sourced from reqwest's changelog.
v0.12.8
- Add support for SOCKS4 proxies.
- Add
multipart::Form::file()
method for adding files easily.- Add
Body::wrap()
to wrap anyhttp_body::Body
type.- Fix the pool configuration to use a timer to remove expired connections.
95fec09
v0.12.8baf9712
fix: pass pool_timer to hyper_util to enable the idle cleanup task (#2434)d85f44b
Bump rustls-native-certs (#2427)c8665be
tests: use a documented test network for testing964b1c6
tests: bypass the proxy when testing timeouts09884ed
feat: Add support for SOCKS4 (#610)
(#2400)a13a6bc
ci: pin tokio-util for msrv job (#2412)4cc8ec8
feat: Expose streaming
as public API wrap
(#2255)cc3dd51
Add file function to async::multipart (#2106)193ed1f
chore: Depend on wasm-bindgen 0.2.89 or higherb8b5ea7
Bump to 0.4.427a12150
feat: Support adding sparse files to archives (#375)6586ac0
feat: Add Builder::append_writer (#376)97d5033
fix: Don't forget to zero-terminate in octal_into (#374)6adcb40
Update append_dir_all doc test (#364)def682d
Add append_dir_all doc test without renaming (#365)3747caf
fix: Support sparse entries of enormous size (#373)9f9ce52
Ensure directory permissions are correctly applied. (#372)f952189
Add link ownership rules. (#371)cdf5b6f
Add doc hint that default is different than tar
(#366)Sourced from tempfile's changelog.
3.13.0
- Add
with_suffix
constructors for easily creating new temporary files with a specific suffix (e.g., a specific file extension). Thanks to@Borgerr
.- Update dependencies (fastrand & rustix).