Skip to content

Releases: beeware/gbulb

v0.6.5

05 May 04:43
cce40f6
Compare
Choose a tag to compare

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

v0.6.4

07 Feb 02:31
bfac178
Compare
Choose a tag to compare

Features

  • Support for Python 3.11 was added. (#61)
  • Initial support for Python 3.12 was added. (#69)

Bugfixes

  • The GTK event loop no longer forces the use of the default GLib main context on every instance. (#59)

Misc

v0.6.3

20 Feb 01:46
51c3422
Compare
Choose a tag to compare

Bugfixes

  • Corrected the import of InvalidStateError to fix an error seen on Python 3.8+. (#56)

  • Reverted the fix from #47; that change led to file descriptor leaks. (#52)

v0.6.2

24 Oct 00:51
6499a07
Compare
Choose a tag to compare

Project maintainership transferred to the BeeWare project.

##Features

  • Added support for Python 3.8, 3.9, 3.10. (#50)

Bugfixes

  • Corrects a problem where a socket isn't forgotten and causes 100% CPU load. (#47)