v2.0.0
What's Changed
- feat: Send
json
to avoid repeated query ofCONTENT_TYPE
by @0x676e67 in #311 - feat(mimic): Added possibility to choose Client and OS to impersonate by @UwUDev in #290
- style: format code style by @0x676e67 in #314
- style: Destructive updates, standard naming style by @0x676e67 in #315
- revert
feat(proxy): remove system proxy cache
by @0x676e67 in #317 - feat: remove internal headers cache by @0x676e67 in #318
- feat: Disable boring module exports by @0x676e67 in #319
- refactor: Simplify client internal settings by @0x676e67 in #320
- refactor: Refactor client and impersonate configurations by @0x676e67 in #321
- deps(tower-layer): Remove unused deps by @0x676e67 in #322
- fix typo "Akkmai" by @bkn9hs in #328
- deps(hyper2): Pin 1.5.0 version by @0x676e67 in #330
- deps(boring2): Pin 4.13.0 version by @0x676e67 in #331
- fix(network): Fix
NetworkScheme
debug format by @0x676e67 in #332 - perf: Improve network scheme to avoid unnecessary clone by @0x676e67 in #333
- feat: Add
read_timeout
option with override support in Request by @0x676e67 in #334 - chore: Optional enable http2 tracing by @0x676e67 in #335
- feat: Remove impersonate from
str
feature by @0x676e67 in #350 - feat: Add tests for
3DES
andDH2048
cipher support by @0x676e67 in #351 - feat:
Impersonate
/ImpersonateOS
impl serde by @0x676e67 in #352 - feat: Rename
RootCertsStore
toRootCertStore
by @0x676e67 in #353 - chore: Move macros to lib mod by @0x676e67 in #354
- chore(tls): Move
tls/ext/cert
totls/cert
by @0x676e67 in #355 - chore(tls): Load and wrap the certificate into
RootCertStore
by @0x676e67 in #356
New Contributors
Full Changelog: v1.5.0...v2.0.0