Skip to content

Releases: thingsdb/python-thingsdb

v0.6.20

27 Nov 14:51
Compare
Choose a tag to compare
  • Update build-in function calls, issue #25.

v0.6.19

27 Nov 09:01
28682bb
Compare
Choose a tag to compare
  • Changed re-connect behavior, issue #28.

v0.6.17

08 Oct 14:24
Compare
Choose a tag to compare
  • Fixed watching a single thing
  • Added cnscope(..) util for extracting the collection name from a collection scope.

v0.6.15

06 Oct 14:49
Compare
Choose a tag to compare
  • Correct handle updates while watching a strict model.
  • Added CustomError to distinguish this exceptions from other ThingsDB exception.

v0.6.14

04 Sep 10:51
22c1b98
Compare
Choose a tag to compare
  • Added handlers for rename_enum, rename_type, rename_procedure, issue #17

v0.6.13

25 Aug 12:24
Compare
Choose a tag to compare
  • Fixed bug in any type definition when used with sets or lists, issue #16.

v0.6.12

10 Jul 12:52
Compare
Choose a tag to compare
  • Added mod_type_wpo event, issue #14.

v0.6.11

29 Jun 11:59
Compare
Choose a tag to compare
  • Compliant with Type methods, issue #13.

v0.6.10

19 Jun 11:41
Compare
Choose a tag to compare
  • Fixed bug in Emitter class which did not accept an empty emitter string, issue #12.

v0.6.9

17 Jun 08:26
Compare
Choose a tag to compare
  • 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.