Releases: thingsdb/ThingsDB
Releases · thingsdb/ThingsDB
v1.2.6
v1.2.5
v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.2.0
- Fixed allocation bug in reverse buffer, issue #253.
- Added
if..else
as statement (markedif()
as deprecated), issue #254. - Added
return
as statement (markedreturn()
as deprecated), issue #255. - Added
for..in
withbreak
andcontinue
statements, issue #257. - Fixed memory leak with re-assigning closure variable, issue #259.
- Upgrade to libcleri v1.0.0, issue #263.
- Configurable
deep
value per scope and changed defaults, issue #261. - Set time zone per scope instead of collection only, issue #260.
- Syntax changes, pr #264.
- Added
dup(..)
andcopy(..)
to set, list and tuple type, issue #265.
v1.1.2
- Added
is_time_zone(..)
function, issue #247. - Fixed task scheduling when restoring from file, issue #248.
- Prevent restore when tasks are created in the
@thingsdb
scope, issue #249. - Added support for slice and index notation on bytes, issue #251.
- Fixed bug with slice and index notation on internal names, issue #252.
v1.1.1
- Remove scope restriction from
time_zones_info()
function, issue #236. - Function
deep(..)
can now be used to set the deep value, issue #237. - Remove the deprecated hash (
#..
) syntax, issue #232. - Added
all
action to themod_type(..)
function, issue #235. - Fixed unexpected behavior with unassigned typed things, issue #239.
- Added
restrict(..)
function and restrictions on non-typed things, issue #210. - Added
restriction()
function, issue #240. - Fixed bug with deploying static module files, issue #241.
- Fixed memory leak when deleting a locked value from a (dict) thing, issue #242.
- Fixed generating Id for wrapped thing in list, issue #243.
- Added optional limit argument to
set().remove(..)
, issue #244. - Added
remove()
function for non-typed things, issue #245.
v1.1.0
- Replace
timers
withtasks
, pr #230. - Fixed bug in checking arguments for scheduled tasks, issue #225.
- Fixed bug with updating properties in different threads, issue #226.
- Fixed bug with
log()
in a scheduled closure, issue #224. - Added
things
to string conversion, issue #231. - Store task errors so they can be viewed, issue #227.
- Deprecate the hash (
#..
) syntax, issue #232. - Removed deprecated
READ
,MODIFY
,EVENT
andWATCH
, issue #233. - Removed deprecated
test()
on typestr
, issue #234.