Skip to content

Releases: thingsdb/ThingsDB

v1.3.1

12 Sep 08:48

Choose a tag to compare

  • Fixed potential memory bug with relations, issue #302.

v1.3.0

31 Aug 13:44

Choose a tag to compare

v1.2.9

03 Aug 21:24

Choose a tag to compare

  • Fixed rename type when used with restricted things, issue #292.
  • Added enum and union as reserved names, issue #294.
  • Support NO_IDS flag on return statement, issue #293.

v1.2.8

25 Jul 11:22

Choose a tag to compare

  • Fixed gcloud backup return message when failed, issue #288.
  • Added one() function, pr #290.
  • Fixed potential memory leak with keys, issue #291.

v1.2.7

04 Jul 10:43

Choose a tag to compare

  • Reduce indentation from four spaces to a single TAB, issue #284.
  • Implement short syntax for init thing or instance, issue #283.
  • Added vmap(..) function, issue #286.

v1.2.6

20 Jun 14:02

Choose a tag to compare

  • Fixed using log(..) within a future, issue #282.

v1.2.5

29 Apr 06:05

Choose a tag to compare

  • Use /dev/urandom for a seed to initialize random, issue #280.
  • Added search(..) function for debugging purpose, issue #281.

v1.2.4

23 Feb 14:55

Choose a tag to compare

  • Fixed restriction mismatch after type removal, issue #277.
  • Added to_thing() function, issue #278.

v1.2.3

15 Feb 15:16

Choose a tag to compare

  • Added closure(..) function to create closures from string, issue #273.
  • Fixed task replication bug in set_closure(..) function, issue #274.
  • Fixed task replication bug in set_owner(..) function, issue #275.
  • Added the option to restore_tasks explicitly at restore, issue #246.

v1.2.2

07 Feb 12:35

Choose a tag to compare

  • Fixed storing migration change for non-collection scopes, issue #269.
  • Deny revoking your own QUERY privileges to prevent lockout, issue #270.
  • Fixed evaluation from left-to-right, issue #271.