Skip to content

Releases: bachya/aioambient

0.3.1

15 Jun 02:36
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Bump python-engineio to 3.8.1 and python-socketio to 4.1.0 (#12)

0.3.0

07 Apr 16:45
Compare
Choose a tag to compare

🚀 Features

  • Add explicit async handler methods (#9)

🐛 Bug Fixes

  • Cancel connect handlers appropriately (#10)

🧰 Maintenance

  • Moved version constant to const.py
  • Pinned minimum python-engineio version to 3.5.1

0.2.0

04 Apr 18:19
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Bump versions of python-engineio and python-socketio (#8)

0.1.3

28 Feb 00:08
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Remove aiodns from requirements (#5)

0.1.2

15 Feb 18:05
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fixed an incorrect version pin for python-engineio.

0.1.1

12 Feb 23:44
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Upgrade python-engineio to 3.2.2 (#4)
  • Pin python-engineio and python-socketio versions.

0.1.0

22 Jan 05:53
575b9b4
Compare
Choose a tag to compare

🚀 Features

  • Add Websocket API (#2)
  • Add REST API (#1)