Releases: thingsdb/python-thingsdb
Releases · thingsdb/python-thingsdb
v0.6.20
- Update build-in function calls, issue #25.
v0.6.19
- Changed re-connect behavior, issue #28.
v0.6.17
- Fixed watching a single thing
- Added
cnscope(..)
util for extracting the collection name from a collection scope.
v0.6.15
- Correct handle updates while watching a strict model.
- Added
CustomError
to distinguish this exceptions from other ThingsDB exception.
v0.6.14
- Added handlers for
rename_enum
, rename_type
, rename_procedure
, issue #17
v0.6.13
- Fixed bug in
any
type definition when used with sets or lists, issue #16.
v0.6.12
- Added
mod_type_wpo
event, issue #14.
v0.6.11
- Compliant with Type methods, issue #13.
v0.6.10
- Fixed bug in Emitter class which did not accept an empty emitter string, issue #12.
v0.6.9
- Fixed bug in Emitter class which could modify event data, issue #11.
- Added support for the Enum type to be defined by more than one collection, issue #10.