Skip to content

v0.2.0

Compare
Choose a tag to compare
@andrewthetechie andrewthetechie released this 31 Dec 05:45
· 677 commits to main since this release
c103d5f

What's Changed

Context Managers are a new feature. Each of the Client and AsyncClient can now be used as a Context Manager.
Additionally, the CheckTrap context manager is a new feature. Using CheckTrap, you can wrap other python code and report its status back to a healthcheck. See Usage.rst for more info on using these context managers.

Full Changelog: v0.1.1...v0.2.0