Skip to content

Treq 23.11.0

Latest
Compare
Choose a tag to compare
@twm twm released this 04 Nov 05:30
· 56 commits to trunk since this release

Features

  • When the collector passed to treq.collect(response, collector) throws an exception, that error will now be returned to the caller of collect() via the result Deferred, and the underlying HTTP transport will be closed. (#347)
  • Python 3.11 is now supported. (#364)
  • Python 3.12 is now supported. (#375)
  • PyPy 3.9 is now supported. (#365)
  • PyPy 3.10 is now supported. (#374)

Deprecations and Removals

  • The minimum supported Twisted version has increased to 22.10.0. Older versions are no longer tested in CI. (#374)
  • Support for Python 3.6, which has reached end of support, has been dropped. (#363)
  • Support for Python 3.7, which reaches end of support 2023-06-27, is deprecated. This is the last release with support for Python 3.7. (#361)
  • Support for PyPy 3.7, which has reached end of support, has been removed. (#365)
  • Support for PyPy 3.8, which has reached end of support, is deprecated. This is the last release with support for PyPy 3.8. (#374)

Misc