Releases: coldbox-modules/cbstorages
Releases · coldbox-modules/cbstorages
3.5.0
3.4.0
Added
getSessionKey()is now part of the storage interface and each storage can override it as it exists in theAbstractStorageclass. This allows for a more consistent way of getting the session key for each storage.
3.3.0
Fixed
- Default the new
encryptionKeysetting due to non deep overrides
3.2.0
Changed
- ColdBox 6 auto-testing, as it has entered security fixes phase now.
Added
- Harder encryption to AES for the
CookieStorage - New
CookieStoragesettingencryptionKeyto allow for a custom encryption key for the cookie value - BoxLang certification
- Adobe 2023 certification
3.1.0
Added
- Github actions updates
- Github support files
- Contribution guidelines
- Adobe 2023 builds
- Lucee 6 builds
Fixed
- Consolidated
lockNamesso there are no missing ones used by the abstract cache.
v3.0.1
Fixed
- Cookie is being set twice. Appears twice in response headers, one of them does not have the attributes (only the value)
v3.0.0
Added
- New ortus module support
Changed
- Removed ACF 2016 support
v2.5.0
v2.4.0
v2.3.0
[2.3.0] => 2020-NOV-13
Added
- Changelog publishing
- Refactored lock timeouts to be part of the
AbstractStoragethanks to @wpdebruin
Fixed
- Invalid argument when using
getOrSetthanks to @wpdebruin - Apply cookies in reverse order so the one with all the attributes is last and is persisted by Eric Peterson eric@elpete.com