Skip to content

Releases: thingsdb/python-thingsdb

v1.1.2

03 Sep 10:41
abfce7d
Compare
Choose a tag to compare
  • Changed asyncio.get_event_loop() with asyncio.get_running_loop() as the former is deprecated.

v1.1.1

15 Apr 12:21
Compare
Choose a tag to compare
  • Added skip_strip_code as query argument for when you want to leave the original code as-is (do not strip white-space and comments from code).

v1.1.0

10 Apr 13:26
975c5c4
Compare
Choose a tag to compare
  • Added optional WebSocket support (requires ThingsDB v1.6.0).
  • Added close_and_wait() method for combining close() + wait_closed().

v1.0.7

26 Jan 11:48
Compare
Choose a tag to compare
  • Implemented and fixed build-in function for the /thingsdb scope. (Thanks @Koos85 )

v1.0.6

20 Jul 18:07
Compare
Choose a tag to compare
  • Replaced logging.warn(..) with logging.warning(..).
  • Fixed build-in functions: del_module(..) and set_log_level(..).
  • Removed unused function.

v1.0.5

11 Nov 21:52
Compare
Choose a tag to compare
  • Added no_join(..) function to Room type (for emit only rooms).
  • Marked function id(..) as deprecated.
  • Raise correct exception when using an empty node pool.

v1.0.4

13 Jul 09:26
Compare
Choose a tag to compare
  • Fixed bug entering an endless wait for connection loop, issue #38.

v1.0.3

26 Jan 16:10
c325e41
Compare
Choose a tag to compare
  • No events during on_join(..), pr #36

v1.0.2

07 Dec 13:13
078e5b2
Compare
Choose a tag to compare
  • Strip white space by default and include emit() handler, pr #35

v1.0.1

22 Sep 12:07
19938f8
Compare
Choose a tag to compare
  • Added debug options and logging, issue #32.
  • Fixed bug: wait join Future is not set to None, issue #33.