Releases: thingsdb/ThingsDB
Releases · thingsdb/ThingsDB
v1.7.5
- Added
match()
function and global (g
) flag for regular expressions, pr #409.
- Added
?
prefix flag to exclude nil
values, pr #411.
v1.7.4
- 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
- Improve destroy websocket when unexpected disconnect.
- Fix in recursive
for-each
loop.
v1.7.2
- Fix writing large packages over websockets, pr #403 (reported by @ivomans).
v1.7.1
- 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
- Fix incorrect value error when user or token is not found, pr #390 (@rickmoonex).
- Implement optional name for a room, pr #393.
- Use MessagePack Extension to internally store names, issue #394.
- Added whitelist support for both "procedures" and "rooms", pr #395.
- Added option for a default enumerator member in a type definition, pr #396.
- New functions:
v1.6.6
- Allow
user_info()
in a collection scope, discussion #385.
v1.6.5
- Fixed bug in debug logging when
task.del()
is called with an error, issue #384.
v1.6.4
- Fix using
task.del()
within the task callback, issue #383.
v1.6.3
- Honor key restrictions with JSON load function, issue #382.