Releases: thingsdb/ThingsDB
Releases · thingsdb/ThingsDB
v1.8.2
v1.8.1
v1.8.0
- Added
TI_PROTO_CLIENT_REQ_EMIT_PEERprotocol, 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_idflag 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.
commit(): https://docs.thingsdb.io/v1/collection-api/commit/history(): https://docs.thingsdb.io/v1/thingsdb-api/history/set_history(): https://docs.thingsdb.io/v1/thingsdb-api/set_history/del_history(): https://docs.thingsdb.io/v1/thingsdb-api/del_history/
v1.7.6
v1.7.5
v1.7.4
v1.7.3
v1.7.2
v1.7.1
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:
whitelist_add(): https://docs.thingsdb.io/v1/thingsdb-api/whitelist_add/whitelist_del(): https://docs.thingsdb.io/v1/thingsdb-api/whitelist_del/room.set_name(): https://docs.thingsdb.io/v1/data-types/room/set_name/