Skip to content

Releases: thingsdb/ThingsDB

v1.7.5

04 Sep 12:49
Compare
Choose a tag to compare
  • Added match() function and global (g) flag for regular expressions, pr #409.
  • Added ? prefix flag to exclude nil values, pr #411.

v1.7.4

24 May 19:41
Compare
Choose a tag to compare
  • Added bit_count() function, pr #405.
  • Allow return; statement without arguments (implicitly return nil), pr #404.
  • Function nse(); should not error when a side-effect outside nse() is enforced, pr #406.
  • Improve error message when wrong action in mod_type(), issue #407.

v1.7.3

16 Jan 16:22
Compare
Choose a tag to compare
  • Improve destroy websocket when unexpected disconnect.
  • Fix in recursive for-each loop.

v1.7.2

09 Jan 11:48
Compare
Choose a tag to compare
  • Fix writing large packages over websockets, pr #403 (reported by @ivomans).

v1.7.1

21 Dec 15:31
Compare
Choose a tag to compare
  • Use smaller fragments when writing WebSocket data, pr #400 (@ivomans).
  • Pin gcloud image as gsutil is not working in latest (gcloud build only).
  • Add default boolean syntax to allow a default true value, pr #402.

v1.7.0

10 Dec 21:02
Compare
Choose a tag to compare

v1.6.6

12 Aug 11:18
Compare
Choose a tag to compare
  • Allow user_info() in a collection scope, discussion #385.

v1.6.5

23 May 12:44
Compare
Choose a tag to compare
  • Fixed bug in debug logging when task.del() is called with an error, issue #384.

v1.6.4

16 May 12:07
Compare
Choose a tag to compare
  • Fix using task.del() within the task callback, issue #383.

v1.6.3

14 May 13:46
Compare
Choose a tag to compare
  • Honor key restrictions with JSON load function, issue #382.