Skip to content

Releases: 0x676e67/rquest

v0.31.11

11 Dec 13:05
Compare
Choose a tag to compare

What's Changed

  • chore(request): Delete WASM legacy API by @0x676e67 in #141
  • feat(request): add with_host_header method for populating Host header by @0x676e67 in #142
  • feat(client): Set content-length in advance for header sorting by @0x676e67 in #144

Full Changelog: v0.31.10...v0.31.11

v0.31.10

10 Dec 14:39
Compare
Choose a tag to compare

What's Changed

  • fix(client): Fix http redirect via proxy by @0x676e67 in #134
  • fix(client): Fix redirect header sorting by @0x676e67 in #135
  • fix(client): Fix redirect via connection pool extension by @0x676e67 in #137
  • fix(client): Fix retry request via connection pool extension by @0x676e67 in #138

Full Changelog: v0.31.7...v0.31.10

v0.31.7

10 Dec 03:58
Compare
Choose a tag to compare

What's Changed

  • chore(tls): Rename http_version_pref to alpn_protos by @0x676e67 in #131
  • feat(client): Add proxy management APIs: set, append, and clear proxies by @0x676e67 in #132

Full Changelog: v0.31.6...v0.31.7

v0.31.6

09 Dec 10:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.31.5...v0.31.6

v0.31.5

09 Dec 06:54
Compare
Choose a tag to compare

Full Changelog: v0.31.5...v0.31.5

What's Changed

  • chore(client): Accept request header is appended by default by @0x676e67 in #125
  • fix(connector): Initialize pool key extension when creating a client by @0x676e67 in #126

Full Changelog: v0.31.3...v0.31.5

v0.31.3

09 Dec 05:41
Compare
Choose a tag to compare

What's Changed

  • feat(client): Add address/interface level connection pool by @0x676e67 in #123
  • chore: Refactor struct fields to use Cow<'static, T> for better efficiency by @0x676e67 in #124

Full Changelog: v0.31.2...v0.31.3

v0.31.2

08 Dec 17:31
Compare
Choose a tag to compare

What's Changed

  • refactor: Do not create default request headers unless necessary by @0x676e67 in #120
  • chore: Cache template request headers by @0x676e67 in #121
  • feat(client): Support proxy-level connection pool by @0x676e67 in #122

Full Changelog: v0.31.0...v0.31.2

v0.31.0

08 Dec 05:21
Compare
Choose a tag to compare

What's Changed

  • build: fix android/fuchsia/linux --no-default-features build by @0x676e67 in #110
  • chore: Undo the dynamic distribution configuration headers by @0x676e67 in #111
  • chore: Disable dynamic distribution loading of certificates by @0x676e67 in #112
  • chore: Disable dynamic distribution loading of connector builder by @0x676e67 in #113
  • feat: support changing cookie provider after initialization by @0x676e67 in #114
  • refactor: reduce unsafe scope for improved safety and readability by @0x676e67 in #115
  • chore: remove tunnel proxy user agent setting by @0x676e67 in #116
  • feat(client): Limit number of connections in pool by @0x676e67 in #118

Full Changelog: v0.30.5...v0.31.0

v0.30.5

07 Dec 05:03
Compare
Choose a tag to compare

What's Changed

  • feat(client): Greatly improve the speed of creating clients by @0x676e67 in #108
  • chore(tls): Remove redundant settings by @0x676e67 in #109

Full Changelog: v0.30.0...v0.30.5

v0.30.0

06 Dec 15:36
Compare
Choose a tag to compare

What's Changed

  • fix: Improve TLS connector creation, fix client creation taking too long by @0x676e67 in #107

Full Changelog: v0.29.9...v0.30.0