Skip to content

Releases: thingsdb/ThingsDB

v1.8.2

10 Nov 15:56

Choose a tag to compare

  • Allow converting mpdata to bytes, issue #427.
  • Fixed: map cache for nested structure not cleared, issue #428.
  • Add global enum definition, issue #429.
  • Add anonymous wrap only type syntax (&{..}), pr #430.
  • Added ano() function, pr #430.
  • Definition *str now exposes enumerator keys, issue #431.

v1.8.1

06 Nov 20:56

Choose a tag to compare

  • Implemented formatting C-string checks and fixed typo, pr #426.

v1.8.0

06 Nov 17:55

Choose a tag to compare

v1.7.6

24 Oct 11:56

Choose a tag to compare

  • Fixed maximum enumerators per collection, issue #412.
  • Added ! prefix flag to exclude values which evaluate to false, pr #413.

v1.7.5

04 Sep 12:49

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

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

Choose a tag to compare

  • Improve destroy websocket when unexpected disconnect.
  • Fix in recursive for-each loop.

v1.7.2

09 Jan 11:48

Choose a tag to compare

  • Fix writing large packages over websockets, pr #403 (reported by @ivomans).

v1.7.1

21 Dec 15:31

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

Choose a tag to compare