Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGE-LOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Release Notes
These are not all encompassing, but we will try and capture noteable differences here.

----

# 4.0
* drop support for Python 3.7 and 3.8 which are now [EOL](https://devguide.python.org/versions/#status-of-python-versions)
* add support for Python 3.12 and 3.13

# 3.1
* expose a `send_chunk` method which will return the bare http response, but will still take care of some of the messier header negotiation
* support for alternative names for optional send headers
Expand Down
Loading