Skip to content

Releases: 0x676e67/rnet

v2.3.9

04 Jul 11:22
Compare
Choose a tag to compare

What's Changed

  • docs(response): Fix return type of Response.json() method by @owocado in #253
  • feat(header): allow default fallback in Response.headers.get() by @0x676e67 in #254

New Contributors

Full Changelog: v2.3.8...v2.3.9

v2.3.8

01 Jul 08:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.7...v2.3.8

v2.3.7

28 Jun 01:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.6...v2.3.7

v2.3.6

27 Jun 08:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.3...v2.3.6

v2.3.3

23 Jun 19:21
Compare
Choose a tag to compare

What's Changed

  • bench: Introduce initial benchmark to evaluate HTTP client throughput and latency by @0x676e67 in #229
  • feat(enums): Add Chrome137 and Firefox139 impersonate by @0x676e67 in #230
  • docs(proxy): document proxy parameter accepting HeaderMap by @0x676e67 in #232
  • docs: fix proxy class typing by @0x676e67 in #234

Full Changelog: v2.3.1...v2.3.3

v2.3.1

19 Jun 11:16
Compare
Choose a tag to compare

What's Changed

  • feat: Add Opera 116/117/118/119 impersonate by @0x676e67 in #228

Full Changelog: v2.3.0...v2.3.1

v2.3.0

18 Jun 11:01
Compare
Choose a tag to compare

What's Changed

  • docs: try to resolve Pylance trigger issues by @0x676e67 in #216
  • revert: remove Unpack[TypedDict] from class init method by @0x676e67 in #217
  • build(jemallocator): exclude dependency on Linux GNU targets by @0x676e67 in #224

Full Changelog: v2.2.12...v2.3.0

v2.2.12

10 Jun 13:03
Compare
Choose a tag to compare

What's Changed

  • docs: Refine and simplify parameter documentation by @0x676e67 in #213
  • feat(impersonate): implement random built-in ImpersonateOption by @0x676e67 in #214

Full Changelog: v2.2.11...v2.2.12

v2.2.11

30 May 03:47
Compare
Choose a tag to compare

What's Changed

  • feat: Python bindings now support subclass inheritance for classes by @0x676e67 in #209
  • ci: release Python 3.14 wheels by @0x676e67 in #211

Full Changelog: v2.2.10...v2.2.11

v2.2.10

24 May 15:12
Compare
Choose a tag to compare

What's Changed

  • build(deps): update pyo3 requirement from 0.24.2 to 0.25.0 by @dependabot in #200
  • style: fmt lifecycle identifiers by @0x676e67 in #205
  • refactor(async_impl): Use async style for Response.close() to match async conventions by @0x676e67 in #206
  • docs(ws): update WebSocket message property type by @0x676e67 in #207

Full Changelog: v2.2.9...v2.2.10