This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
v0.6.5
Features
- Support for driving
BufferedProtocol
instances usingsock_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
- #68, #70, #71, #72, #74, #75, #77, #79, #80, #81, #82, #83, #84, #85, #86, #90, #91, #92, #93, #94, #95, #96, #97, #98, #99, #100, #101, #103, #104, #105, #106, #107, #108, #109, #112, #113, #114, #115, #118, #119, #120, #121, #122, #123, #124, #125, #126, #127, #128, #129, #130, #131, #132, #133, #134, #135