----
- v0.7.3
- Bugfixes.
- v0.7.2
- Added requests-like exception hierarchy.
- v0.7.1
- Added ``Cookies.get_dict()``, for compatibility with ``requests``.
- Fixed type conversion in C shim, by qishipai.
- Fixed cookie ``subdomains`` attribute.
- v0.7.0
- Added more recent impersonate versions, up to Chrome 124.
- Upgraded ``libcurl`` to 8.7.1.
- Supported custom impersonation.
- Added support for list of tuple in post fields.
- Updated header strategy: always exclude empty headers, never send Expect header.
- Changed default redirect limit to 30.
- Prefer not sending CONNECT for plain http proxy.
- Fix Windows build.
- Fix Safari Stream priority.