v1.0.0-rc.1
Pre-release
Pre-release
What's Changed
- chore: remove dead code by @0x676e67 in https://github.com/penumbra-x/rquest/pull/182
- chore: Macros simplify some debug implement by @0x676e67 in https://github.com/penumbra-x/rquest/pull/183
- chore: static calc extension permutation by @0x676e67 in https://github.com/penumbra-x/rquest/pull/184
- fix(http2): Fix http2 header frame initial
stream_id
settings by @0x676e67 in https://github.com/penumbra-x/rquest/pull/185 - feat: hyper v1 upgrade by @0x676e67 in https://github.com/penumbra-x/rquest/pull/187
- feat: Support request setting HTTP override ALPN by @0x676e67 in https://github.com/penumbra-x/rquest/pull/188
- fix: fix http protocol auto-negotiation by @0x676e67 in https://github.com/penumbra-x/rquest/pull/189
- deps(tokio-util): v0.7.0 by @0x676e67 in https://github.com/penumbra-x/rquest/pull/190
- chore: Remove unused code by @0x676e67 in https://github.com/penumbra-x/rquest/pull/191
- chore(pool): Use
Mutex
types that do not poison themselves by @0x676e67 in https://github.com/penumbra-x/rquest/pull/192 - chore: Simplified TLS TCP stream abstraction by @0x676e67 in https://github.com/penumbra-x/rquest/pull/193
- chore: Cleaned up some unnecessary code by @0x676e67 in https://github.com/penumbra-x/rquest/pull/194
- feat(client): Add the maximum safe retry count for HTTP/2 connections by @0x676e67 in https://github.com/penumbra-x/rquest/pull/196
- chore: refactor connect layer detail handle by @0x676e67 in https://github.com/penumbra-x/rquest/pull/198
- feat(client): Export
http1
/http2
Builder as public API by @0x676e67 in https://github.com/penumbra-x/rquest/pull/199 - feat(client): Add impl
Service<http::Request<Body>>
forClient
by @0x676e67 in https://github.com/penumbra-x/rquest/pull/202 - chore: Disable the exposure of internal connect dst API by @0x676e67 in https://github.com/penumbra-x/rquest/pull/203
- chore: Removed TLS config examples to prevent misconfigurations by inexperienced users by @0x676e67 in https://github.com/penumbra-x/rquest/pull/205
- chore: By default, impersonate from a string is disabled by @0x676e67 in https://github.com/penumbra-x/rquest/pull/206
- chore(tls): compile-time calculation of extended permutation by @0x676e67 in https://github.com/penumbra-x/rquest/pull/207
- chore(tls): Disable custom TLS builder by @0x676e67 in https://github.com/penumbra-x/rquest/pull/208
- Fix header order by @dairoot in https://github.com/penumbra-x/rquest/pull/209
- chore: refactor connect network request extension by @0x676e67 in https://github.com/penumbra-x/rquest/pull/210
- feat(client): Request specific proxy override by @0x676e67 in https://github.com/penumbra-x/rquest/pull/211
Full Changelog: penumbra-x/rquest@v0.33.5...v1.0.0-rc.1