Releases: thingsdb/ThingsDB
Releases · thingsdb/ThingsDB
v1.3.1
12 Sep 08:48
Compare
Sorry, something went wrong.
No results found
Fixed potential memory bug with relations, issue #302 .
v1.3.0
31 Aug 13:44
Compare
Sorry, something went wrong.
No results found
Removed deprecated functions return(..) and if(..), pr #297 .
Added Id ('#') definition for Id mapping on typed things, issue #296 .
Added map shortcut functions, issue #298 .
Changed the default deep value back to 1 (one), issue #300 .
Allow & to prefix a definition for the same deep level when wrapping a thing , issue #301 .
v1.2.9
03 Aug 21:24
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed using log(..) within a future, issue #282 .
v1.2.5
29 Apr 06:05
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed restriction mismatch after type removal, issue #277 .
Added to_thing() function, issue #278 .
v1.2.3
15 Feb 15:16
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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 .