Releases: 0x676e67/rquest
Releases · 0x676e67/rquest
v0.31.10
What's Changed
- fix(client): Fix http redirect via proxy by @0x676e67 in https://github.com/penumbra-x/rquest/pull/134
- fix(client): Fix redirect header sorting by @0x676e67 in https://github.com/penumbra-x/rquest/pull/135
- fix(client): Fix redirect via connection pool extension by @0x676e67 in https://github.com/penumbra-x/rquest/pull/137
- fix(client): Fix retry request via connection pool extension by @0x676e67 in https://github.com/penumbra-x/rquest/pull/138
Full Changelog: penumbra-x/rquest@v0.31.7...v0.31.10
v0.31.7
What's Changed
- chore(tls): Rename
http_version_pref
toalpn_protos
by @0x676e67 in https://github.com/penumbra-x/rquest/pull/131 - feat(client): Add proxy management APIs: set, append, and clear proxies by @0x676e67 in https://github.com/penumbra-x/rquest/pull/132
Full Changelog: penumbra-x/rquest@v0.31.6...v0.31.7
v0.31.6
What's Changed
- chore: Introduce macro for conditional header initialization by @0x676e67 in https://github.com/penumbra-x/rquest/pull/127
- chore: fix typo by @0x676e67 in https://github.com/penumbra-x/rquest/pull/128
Full Changelog: penumbra-x/rquest@v0.31.5...v0.31.6
v0.31.5
Full Changelog: penumbra-x/rquest@v0.31.5...v0.31.5
What's Changed
- chore(client): Accept request header is appended by default by @0x676e67 in https://github.com/penumbra-x/rquest/pull/125
- fix(connector): Initialize pool key extension when creating a client by @0x676e67 in https://github.com/penumbra-x/rquest/pull/126
Full Changelog: penumbra-x/rquest@v0.31.3...v0.31.5
v0.31.3
What's Changed
- feat(client): Add address/interface level connection pool by @0x676e67 in https://github.com/penumbra-x/rquest/pull/123
- chore: Refactor struct fields to use Cow<'static, T> for better efficiency by @0x676e67 in https://github.com/penumbra-x/rquest/pull/124
Full Changelog: penumbra-x/rquest@v0.31.2...v0.31.3
v0.31.2
What's Changed
- refactor: Do not create default request headers unless necessary by @0x676e67 in https://github.com/penumbra-x/rquest/pull/120
- chore: Cache template request headers by @0x676e67 in https://github.com/penumbra-x/rquest/pull/121
- feat(client): Support proxy-level connection pool by @0x676e67 in https://github.com/penumbra-x/rquest/pull/122
Full Changelog: penumbra-x/rquest@v0.31.0...v0.31.2
v0.31.0
What's Changed
- build: fix
android
/fuchsia
/linux
--no-default-features build by @0x676e67 in https://github.com/penumbra-x/rquest/pull/110 - chore: Undo the dynamic distribution configuration headers by @0x676e67 in https://github.com/penumbra-x/rquest/pull/111
- chore: Disable dynamic distribution loading of certificates by @0x676e67 in https://github.com/penumbra-x/rquest/pull/112
- chore: Disable dynamic distribution loading of connector builder by @0x676e67 in https://github.com/penumbra-x/rquest/pull/113
- feat: support changing cookie provider after initialization by @0x676e67 in https://github.com/penumbra-x/rquest/pull/114
- refactor: reduce
unsafe
scope for improved safety and readability by @0x676e67 in https://github.com/penumbra-x/rquest/pull/115 - chore: remove tunnel proxy user agent setting by @0x676e67 in https://github.com/penumbra-x/rquest/pull/116
- feat(client): Limit number of connections in pool by @0x676e67 in https://github.com/penumbra-x/rquest/pull/118
Full Changelog: penumbra-x/rquest@v0.30.5...v0.31.0
v0.30.5
What's Changed
- feat(client): Greatly improve the speed of creating clients by @0x676e67 in https://github.com/penumbra-x/rquest/pull/108
- chore(tls): Remove redundant settings by @0x676e67 in https://github.com/penumbra-x/rquest/pull/109
Full Changelog: penumbra-x/rquest@v0.30.0...v0.30.5
v0.30.0
What's Changed
- fix: Improve TLS connector creation, fix client creation taking too long by @0x676e67 in https://github.com/penumbra-x/rquest/pull/107
Full Changelog: penumbra-x/rquest@v0.29.9...v0.30.0
v0.29.9
What's Changed
- feat(tls): Dynamically configure WebSocket TLS connection alpn protos by @0x676e67 in https://github.com/penumbra-x/rquest/pull/104
- feat(client): Added async client creation to reduce blocking of async runtime by @0x676e67 in https://github.com/penumbra-x/rquest/pull/105
- chore: cargo clippy --fix by @0x676e67 in https://github.com/penumbra-x/rquest/pull/106
Full Changelog: penumbra-x/rquest@v0.29.0...v0.29.9