Releases: 0x676e67/rnet
Releases · 0x676e67/rnet
v1.5.5
What's Changed
- chore: Simplify some type conversions by @0x676e67 in #94
- feat(client): allow setting TLS version range by @0x676e67 in #95
- perf(ws): Optimize websocket message processing by @0x676e67 in #96
- perf: Improved streaming body delivery by @0x676e67 in #97
- perf(client): Remove duplicate type conversions by @0x676e67 in #98
- feat(ws): return error when sending/receiving after websocket disconnect by @0x676e67 in #99
Full Changelog: v1.5.2...v1.5.5
v1.5.2
v1.5.0
v1.3.1
What's Changed
- feat(async_impl): Remove
__anext__
redundantOption
wrapper by @0x676e67 in #78 - build(deps): Remove unused dependencies by @0x676e67 in #79
- feat: adapt bytes stream body and upload by @0x676e67 in #80
- feat(ws): Add response code attribute to WebSocket response by @0x676e67 in #82
- tests: Added send body request tests by @0x676e67 in #83
- feat: Adapt sync bytes stream body and upload by @0x676e67 in #84
- perf: Implementing the Python Buffer Protocol by @0x676e67 in #85
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- perf(blocking): Stream iteration abandons the GIL lock by @0x676e67 in #72
- refactor: Reorganized module exports by @0x676e67 in #73
- fix: change
&'a mut
self to&self
to avoid runtime errors by @0x676e67 in #75 - feat: Implement context management for HTTP Response by @0x676e67 in #76
- feat: Implement context management for WebSocket Response by @0x676e67 in #77
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- feat(client): Optional DNS lookup ip strategy by @0x676e67 in #65
- style: fmt code by @0x676e67 in #66
- fix(deps): Fix
no_proxy
on Windows by @0x676e67 in #67 - refactor: Reorganized module exports by @0x676e67 in #68
- feat: Blocking API and client support by @0x676e67 in #70
- perf(blocking): Send a request to relinquish the GIL by @0x676e67 in #71
Full Changelog: v1.0.1...v1.2.0
v1.0.1
v1.0.0
What's Changed
- build: fix windows aarch64 using
pyo3/generate-import-lib
by @0x676e67 in #53 - build: Added support for Windows arm64 wheel package by @0x676e67 in #54
- feat: Added max redirects option parameter by @0x676e67 in #55
- perf(http): Optimize the overhead of boundary checks for streaming types by @0x676e67 in #56
- perf(http): Release locks early during stream iteration by @0x676e67 in #57
- build: fix windows using
pyo3/generate-import-lib
by @0x676e67 in #58 - feat(ws): Ensure websocket connection is released when closed by @0x676e67 in #59
- build(deps): update rquest requirement from 2.1.5 to 2.1.6 by @0x676e67 in #60
- tests: Added alps new endpoint test by @0x676e67 in #61
Full Changelog: v0.6.1...v1.0.0