Releases: coldbox-modules/cbstorages
Releases · coldbox-modules/cbstorages
v2.0.0
feature
: All storages now implement a common interface :IStorage
feature
: New interface brings new storageWide methods:setMulti(), getOrSet(), getMulti(), deleteMulti(), getSize(), getkeys(), isEmpty()
feature,compat
: ColdBox 4/5 approach to settings instead of in the root, in themoduleSettings
improvement,compat
: All tag based default values where nameddefault
but renamed todefaultValue
to have consistency.improvement
: Dropped Lucee4.5 and ACF11 supportimprovement
: Script migrationsfeature
: Added support for httpOnly and secure cookies in the cookie storage.improvement
: Added option to specify path when deleting a cookie. Without this option, the cookie is never deleted when specifying a path when creating a cookie. #7 (@donbellamy)improvement
: TestBox 3 upgradeimprovement
: Mark all storages asserializable=false
to avoid serialization issuescompat
: RemovedClusterStorage
as this was a lucee only feature that actually never released.compat
: The following methods have been renamed:setVar() => set()
,getVar() => get()
, anddeleteVar() => delete()