Skip to content

Releases: jenca-adam/httpy

v2.1.2

27 Sep 14:42

Choose a tag to compare

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

08 Sep 17:30
4082ff4

Choose a tag to compare

2.1.1

This release is a bugfix.
I forgot to test async streams.

What's new

  • async streams work now
  • readme fixes

Commits

Full Changelog: v2.1.0...v2.1.1

v2.1.0

06 Sep 16:36
00761de

Choose a tag to compare

2.1.0

This update adds new features.

Things that are new

  • Request streaming
  • cert, verify, check_hostname attributes that get passed to the ssl context

Also i finally switched to pyproject.toml

v2.0.3

27 Feb 12:41

Choose a tag to compare

2.0.3

Fixed the async ALPN system

Full Changelog: v2.0.2...v2.0.3

2.0.2

23 Feb 16:25

Choose a tag to compare

2.0.2

This update fixes bugs.

What's new

  • Added more sslobj extraction methods because it was failing.
  • Reworked Dir functionality

Full Changelog: v2.0.1...v2.0.2

2.0.1

21 Feb 19:48
5fa96fa

Choose a tag to compare

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

21 Feb 15:06
bca61ce

Choose a tag to compare

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

Full Changelog: v1.8.2...v2.0.0

1.8.2

01 Oct 08:33

Choose a tag to compare

1.8.2

This update adds new features. Please read the description for more details

Things that are new:

  • force_keep_alive attribute of request() added. If set to False, HTTPy will retry request upon connection in keep-alive mode being closed.

1.8.1

01 Apr 13:32

Choose a tag to compare

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

01 Apr 13:18

Choose a tag to compare

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