Skip to content

Releases: penumbra-x/rquest

v1.1.1

30 Dec 08:29
Compare
Choose a tag to compare

What's Changed

  • perf(tls): Use Bytes to optimize session key storage space by @0x676e67 in #231
  • perf: default_headers will swap default headers by @0x676e67 in #232
  • perf: Improve unnecessary convert when setting cookies by @0x676e67 in #233
  • fix(decoder): fix decoding extra empty frame by @0x676e67 in #234

Full Changelog: v1.1.0...v1.1.1

v1.1.0

27 Dec 11:30
Compare
Choose a tag to compare

What's Changed

  • alpn order by @dairoot in #226
  • fix: Using basic_auth()/bearer_auth() overrides the username in the URL by @0x676e67 in #228
  • feat: without compression enabled, no compression header is sent by @0x676e67 in #229
  • feat(request): Insert when json/form does not have CONTENT_TYPE header by @0x676e67 in #230

Full Changelog: v1.0.0...v1.1.0