Releases: deedy5/primp
Releases · deedy5/primp
v0.6.5
What's Changed
- Bump rquest to v0.26 by @deedy5 in #45
- Readme: impersonate parameter - add "chrome_130"
Full Changelog: v0.6.4...v0.6.5
v0.6.4
What's Changed
- ca_cert_file: updated the code to match the changes in the upstream package by @deedy5 in #44
- Bump html2text to v0.13
Full Changelog: v0.6.3...v0.6.4
v0.6.3
v0.6.2
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- Use Exception to raise error by @deedy5 in #40
- CI: [linux] [x_86_64] - use
zig
to build for manylinux_2_17 by @deedy5 in #41 - params data, json: replace clone() with as_unbound()
- recode headers
- Remove PyException
- README: update precompiled wheels compatibility info
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- CI: bugfix after dependencies update by @deedy5 in #33
- Use
anyhow
for error handling by @deedy5 in #34 - Improve response code by @deedy5 in #35
- [Client]: add
ca_cert_file
parameter by @deedy5 in #36 - [Utils] Recode fn
json_dumps
,json_loads
,url_encode
by @deedy5 in #37 - [html2text] Response object: 1) add attribute text_rich
- [logging]: send Rust log messages to Python
- small code improvements
Full Changelog: v0.5.5...v0.6.0
v0.5.5
v0.5.4
v0.5.3
What's Changed
- [html2text] Response object: 1) add attribute
text_plain
, 2) rename attributeplaintext
totext_markdown
by @deedy5 in #27 - README: add Features section
Full Changelog: v0.5.2...v0.5.3