Skip to content

v0.6.5

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 May 04:43
cce40f6

Features

  • Support for driving BufferedProtocol instances using sock_recv_into was added. (#58)
  • Support for Python 3.12 was added. (#76)
  • Support for Python 3.13 was added. (#76)

Bugfixes

  • Support for using a generator as a co-routine has been removed, in line with the change in behavior in Python 3.12. Python 3.11 and earlier will still support this usage, but it is no longer verified as part of GBulb. (#78)

Backward Incompatible Changes

  • Support for Python 3.7 was removed. (#137)

Documentation

  • The README badges were updated to display correctly on GitHub. (#136)

Misc