4. Changelog
0.2.3
Fixed
Bug in running
StateModelcommit callbacks in a thread with an active asyncio event loop has been fixed. Callbacks are now scheduled within the active event loop if available, otherwise a new event loop is created to execute the callbacks asynchronously (#65)
0.2b2
Fixed
StateModelsubscriber callbacks can now be invoked in threads with an activeasyncioevent loop (#63)
Changed
Bumped packaged
prometheus-clientto0.16.0(#63)
0.2b1
New Features
Fixed
Raise
ModelNotFoundifStateobject is initialized with an unregistered StateModel (#52)
Removed
BaseModelbase class forStateModelabstractions
0.2.0
New Features
Fixed
API Exception documentation
Removed
NullCheckoutErrorandHashNotFoundexceptions