Skip to content

Releases: deedy5/primp

v0.4.1

02 May 16:05
Compare
Choose a tag to compare

What's Changed

  • CI: use manylinux=2_28 for linux builds, add musllinux builds by @deedy5 in #8
  • Migrate to nightly rust-toolchain by @deedy5 in #9

Full Changelog: v0.4.0...v0.4.1

v0.4.0

02 May 00:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.4.0

v0.3.2

30 Apr 12:05
Compare
Choose a tag to compare
  • Bugfix sending data= parameter in post, put, patch function
  • Update requirements
  • Readme: add safari17_4_1 impersonate info
  • update tests

Full Changelog: v0.3.1...v0.3.2

v0.3.1

v0.3.0

25 Apr 11:43
3ac3d47
Compare
Choose a tag to compare

What's Changed

  • v0.3.0 | The Client is now thread-safe by @deedy5 in #5
  1. [Bugfix] Remove trust_dns (сauses 300 megabytes of memory consumption and 100 percent CPU core utilization during request execution)
  2. Precompiled wheels: build abi3 wheels, which are compatible with multiple versions
  3. Precompiled wheels: add a build for linux armv7
  4. Update Readme

Full Changelog: v0.2.3...v0.3.0

v0.2.3

24 Apr 19:11
Compare
Choose a tag to compare

What's Changed

  • Response with Pytypes by @deedy5 in #4
  • Update Readme (remove response.raw)

Full Changelog: v0.2.2...v0.2.3

v0.2.2

v0.2.1

v0.2.0

16 Apr 14:52
Compare
Choose a tag to compare

What's Changed

  • Implement struct Response,
  • add methods content and json,
  • cache text and content,
  • release the gil during request and extracting text or json,
  • CI: trigger on all branches,
  • pytest: add retries,
  • add benchmark.

Full Changelog: v0.1.3...v0.2.0

v0.1.3

14 Apr 14:21
Compare
Choose a tag to compare
  • Client: add parameters auth, auth_bearer, params, follow_redirects, max_redirects,
  • Client.request(): add parameters headers, params, content, data, files, auth, auth_bearer,
  • update tests,
  • update README.

Full Changelog: v0.1.2...v0.1.3