Skip to content

0.5.0

Compare
Choose a tag to compare
@d-k-bo d-k-bo released this 07 Jun 17:07

Added

  • Optional asynchronous gotify client AsyncGotify that works similar to the synchronous one
  • Both Gotify and AsyncGotify can be used as a (asynchronous) context manager to reuse the HTTP session

Changed

  • Move test server setup from noxfile to a pytest fixture.
  • Use httpx instead of requests

Removed

  • Removed transitional support for gotify.gotify and module-level functions. To use the (synchronous) interface it is now required to use the Gotify class