Skip to content

v2.15.0 / 2020 Jul 24

Choose a tag to compare

@ptaoussanis ptaoussanis released this 24 Jul 17:41
· 214 commits to master since this release
[com.taoensso/nippy "2.15.0"]

This is a major feature release. It may be BREAKING!

BREAKING CHANGES since v2.14.0:

See #130 for details, incl. upgrade instructions.

Big thanks to Timo Mihaljov (@solita-timo-mihaljov) for an excellent report identifying this vulnerability!

New since v2.14.0:

Changes since v2.14.0:

  • [#101] Switch default encryptor from AES-CBC to AES-GCM (faster, includes integrity check)
  • Refactor encryption utils for extra flexibility in future
  • Latest dependencies

Fixes since v2.14.0:

  • [#120] Update freezable? to cover nil