Skip to content

v2.0.0

Compare
Choose a tag to compare
@FabioGNR FabioGNR released this 26 Apr 15:50
· 26 commits to master since this release

2.0.0

Added

Changed

  • Aiohttp session is now reused to cache DNS responses
  • On loungeScreenDisconnected event the lounge token is invalidated.
  • BREAKING: the API must now be closed after use to properly clean up aiohttp sessions. Either use the with statement or manually call .close().
  • BREAKING: the API will now raise unexpected exceptions instead of capturing them.