v3.2.0-RC2 / 2022 Jun 23
Pre-release
Pre-release
·
145 commits
to master
since this release
[com.taoensso/nippy "3.2.0-RC2"]This is a non-breaking maintenance release.
See here for recommended steps when updating any Clojure/Script dependencies.
New since v3.1.3
- [#144] [New] Add
org.joda.time.DateTimetodefault-thaw-serializable-allowlist(@slipset) - [#146] [New] Add Graal native configurations (@FieryCod)
Changes since v3.1.3
- Bump dependencies, incl. minimum Encore version
Fixes since v3.1.1
- [#148] [Fix]
tools/freezeshould use*freeze-opts*even for unwrapped vals - [#89 #150] [Fix] Boxed Booleans incorrectly freezing to primitive
true(@RolT)
The boxed Boolean bug has been around since the first version of Nippy and is mostly
relevant to users doing Java interop. For more info see: 8909a32