Releases: 0x676e67/rquest
Releases · 0x676e67/rquest
v0.33.6
What's Changed
- chore: remove dead code by @0x676e67 in #182
- chore: Macros simplify some debug implement by @0x676e67 in #183
- chore: static calc extension permutation by @0x676e67 in #184
- fix(http2): Fix http2 header frame initial
stream_id
settings by @0x676e67 in #185 - update header order by @dairoot in #186
Full Changelog: v0.33.5...v0.33.6
v0.33.5
v0.33.3
v0.33.1
v0.33.0
What's Changed
- chore: Do not pre-append
content-length
in non-header sorting state by @0x676e67 in #152 - chore: Macro static creation of impersonate template by @0x676e67 in #156
- feat: Add
Safari 18.1.1
impersonate by @0x676e67 in #157 - feat: Add
Edge 131
impersonate by @0x676e67 in #158 - feat(client): Add support for base URL parameter by @0x676e67 in #159
- deps(async-tungstenite): Downgrade
async-tungstenite
to0.27.0
by @0x676e67 in #161 - chore: To avoid ambiguity,
ca_cert_store
is rename toroot_certs_store
by @0x676e67 in #162 - fix(hickory-dns): Fix initialization when
/etc/resolv.conf
is missing by @0x676e67 in #163 - fix(client): Return an error instead of panic when parsing invalid URL by @0x676e67 in #164
- fix(connect): Unnecessarily panic when parsing invalid URI by @0x676e67 in #166
- chore: simplify root certificate load by @0x676e67 in #169
- feat: Add loading of dynamic root certificate store by @0x676e67 in #170
- feat(client): Request specific cookie store override by @0x676e67 in #171
Full Changelog: v0.32.1...v0.33.0
v0.32.1
What's Changed
- feat: Implement
IntoUrl
forCow<'a, str>
by @0x676e67 in #145 - feat: Impl
IntoUrl
for&Url
by @0x676e67 in #146 - feat(client): Request specific redirect policy override by @0x676e67 in #147
- feat(redirect): Expose method for accessing the previous and next request by @0x676e67 in #148
- chore(client): Client
set_redirect_policy
rename toset_redirect
by @0x676e67 in #149 - refactor: Unified naming API by @0x676e67 in #150
- feat: Add
Safari 18.2
impersonate by @0x676e67 in #151
Full Changelog: v0.31.11...v0.32.1
v0.31.11
v0.31.10
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