Skip to content

Releases: coldbox-modules/cbstorages

3.5.0

18 Sep 16:03

Choose a tag to compare

Added

  • Updated Github actions
  • BoxLang Prime Support

3.4.0

09 May 14:06

Choose a tag to compare

Added

  • getSessionKey() is now part of the storage interface and each storage can override it as it exists in the AbstractStorage class. This allows for a more consistent way of getting the session key for each storage.

3.3.0

20 Feb 09:19
2321c92

Choose a tag to compare

Fixed

  • Default the new encryptionKey setting due to non deep overrides

3.2.0

19 Feb 10:58
0539c0d

Choose a tag to compare

Changed

  • ColdBox 6 auto-testing, as it has entered security fixes phase now.

Added

  • Harder encryption to AES for the CookieStorage
  • New CookieStorage setting encryptionKey to allow for a custom encryption key for the cookie value
  • BoxLang certification
  • Adobe 2023 certification

3.1.0

11 Mar 09:51
9b01af2

Choose a tag to compare

Added

  • Github actions updates
  • Github support files
  • Contribution guidelines
  • Adobe 2023 builds
  • Lucee 6 builds

Fixed

  • Consolidated lockNames so there are no missing ones used by the abstract cache.

v3.0.1

27 Mar 09:32

Choose a tag to compare

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

05 Oct 17:21

Choose a tag to compare

Added

  • New ortus module support

Changed

  • Removed ACF 2016 support

v2.5.0

01 Apr 20:38

Choose a tag to compare

[2.5.0]] => 2021-APR-01

  • Added sameSite argument to setting cookies

v2.4.0

30 Nov 22:18

Choose a tag to compare

[2.4.0]] => 2020-NOV-30

Added

  • Set expires is not defaulted to 0 which eliminates the cookie. It is now expiring as it should using the browser session as the key indicator.

v2.3.0

13 Nov 23:38

Choose a tag to compare

[2.3.0] => 2020-NOV-13

Added

  • Changelog publishing
  • Refactored lock timeouts to be part of the AbstractStorage thanks to @wpdebruin

Fixed

  • Invalid argument when using getOrSet thanks 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