Skip to content

Releases: thingsdb/python-thingsdb

v1.1.5

09 Jan 22:13
Compare
Choose a tag to compare
  • Honor timeout with ensure_write.
  • Clear requests for when websocket connections are lost.

v1.1.4

08 Jan 20:57
Compare
Choose a tag to compare
  • Incleased max_size for websocket connections

v1.1.3

03 Dec 15:55
Compare
Choose a tag to compare
  • Added support for room joining by name

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.