Releases: jenca-adam/httpy
v2.1.2
2.1.2
fixed a stupid misconfiguration in pyproject.toml that caused the pypi package to be useless
Full Changelog: v2.1.1...v2.1.2
2.1.1
2.1.1
This release is a bugfix.
I forgot to test async streams.
What's new
- async streams work now
- readme fixes
Commits
- fix async streams, sorry about that by @jenca-adam in #7
Full Changelog: v2.1.0...v2.1.1
v2.1.0
2.1.0
This update adds new features.
Things that are new
- Request streaming
cert,verify,check_hostnameattributes that get passed to the ssl context
Also i finally switched to pyproject.toml
v2.0.3
2.0.2
2.0.2
This update fixes bugs.
What's new
- Added more sslobj extraction methods because it was failing.
- Reworked
Dirfunctionality
Full Changelog: v2.0.1...v2.0.2
2.0.1
2.0.1
This update fixes bugs
Fixed installation bugs (forgot to include a module in setup.py)
Full Changelog: v2.0.0...v2.0.1
2.0.0
2.0.0
This update adds new features. Please read the description below for further details.
Added HTTP/2 support. The HTTP version is negotiated using ALPN, so you don't have to make any adjustments to your code unless you specifically want to use HTTP/1.1. Consult the documentation for more information.
Asynchronous requests added.
Sessions added.
Debugger fixed.
What's Changed
- 2.0 finished by @jenca-adam in #1
Full Changelog: v1.8.2...v2.0.0
1.8.2
1.8.2
This update adds new features. Please read the description for more details
Things that are new:
force_keep_aliveattribute ofrequest()added. If set toFalse, HTTPy will retry request upon connection in keep-alive mode being closed.
1.8.1
1.8.1
🐛 This update is a bugfix. That means that no changes to the API took place.
Fixed documentation on https://httpy.readthedocs.io as it was not rendering the Sphinx autodoc properly.
Things that are new:
- Removed setting
context.post_handshake_auth, as I don't intend to implement it in the future, and it caused the required Python version rise from 3.6 to 3.8
1.8.1
1.8.1
🐛This update is a bugfix. That means that no changes to the API took place.
Fixed documentation on httpy.readthedocs.io as it was not rendering the Sphinx autodoc properly.
Things that are new:
- Removed setting
context.post_handshake_auth, as I don't intend to implement it in the future, and it caused the required Python version rise from 3.6 to 3.8