Skip to content

Releases: thingsdb/python-thingsdb

v0.6.22

26 Jan 08:28

Choose a tag to compare

  • Added cancelled exception

v0.6.21

23 Dec 11:42

Choose a tag to compare

  • Added datetime and timeval support.
  • Accept an ID (type int) to initialize an Emitter class instance.

v0.6.20

27 Nov 14:51

Choose a tag to compare

  • Update build-in function calls, issue #25.

v0.6.19

27 Nov 09:01
28682bb

Choose a tag to compare

  • Changed re-connect behavior, issue #28.

v0.6.17

08 Oct 14:24

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

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

Choose a tag to compare

  • Added handlers for rename_enum, rename_type, rename_procedure, issue #17

v0.6.13

25 Aug 12:24

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

Choose a tag to compare

  • Added mod_type_wpo event, issue #14.

v0.6.11

29 Jun 11:59

Choose a tag to compare

  • Compliant with Type methods, issue #13.