Releases: thingsdb/ThingsDB
Releases · thingsdb/ThingsDB
v1.8.4
20 Feb 09:07
Compare
Sorry, something went wrong.
No results found
Added --auto-rebuild flag, pr #435 .
Fixed: garbage collect in single node mode, issue #438 .
Added type index for fast type_all(..) requests, pr #439 .
Added WPO, HID and IDX type flags, pr #440 .
v1.8.3
02 Feb 14:50
Compare
Sorry, something went wrong.
No results found
Added the America/Coyhaique time zone, pr #432 .
Optimize del_history task (use single loop) , pr #433 .
Fixed setting MHT flag after using map_type(), issue #434 .
v1.8.2
10 Nov 15:56
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Implemented formatting C-string checks and fixed typo, pr #426 .
v1.8.0
06 Nov 17:55
Compare
Sorry, something went wrong.
No results found
Added TI_PROTO_CLIENT_REQ_EMIT_PEER protocol, pr #414 .
Changed copy() behavior for wrapped type, pr #415 .
Fixed missing wrap-prefix flags after renaming type, issue #416 .
Allow defining nested structure in wrap type, pr #417 .
Self-reference within a wrap-only type is no longer required to be nillable, issue #418 .
Fixed missing hide_id flag in export, pr #419 .
Include export enumerator members of type thing, pr #420 .
Fixed missing "ID" (#) field in export, issue #421 .
Added type_all() function, pr #422 .
Fixed handling non-stored thing with to_type(), issue #424 .
Added commit history with new functions, pr #425 and discussion #423 .
v1.7.6
24 Oct 11:56
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Improve destroy websocket when unexpected disconnect.
Fix in recursive for-each loop.
v1.7.2
09 Jan 11:48
Compare
Sorry, something went wrong.
No results found
Fix writing large packages over websockets, pr #403 (reported by @ivomans ).