v3.2.0-RC1 2022-06-23

This commit is contained in:
Peter Taoussanis 2022-06-23 12:38:11 +02:00
parent a2bb1d3de4
commit c6948ea40d
3 changed files with 35 additions and 3 deletions

View file

@ -1,12 +1,42 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
## v3.2.0-RC1 / 2022 Jun 23
```clojure
[com.taoensso/nippy "3.2.0-RC1"]
```
> This is a non-breaking maintenance release.
> See [here](https://github.com/ptaoussanis/encore#recommended-steps-after-any-significant-dependency-update) for recommended steps when updating any Clojure/Script dependencies.
#### New since `v3.1.2`
* [#144] [New] Add `org.joda.time.DateTime` to `default-thaw-serializable-allowlist` (@slipset)
* [#146] [New] Add Graal native configurations (@FieryCod)
#### Changes since `v3.1.2`
* Bump dependencies, incl. minimum Encore version
#### Fixes since `v3.1.1`
* [#89 #150] [Fix] Boxed Booleans incorrectly freezing to primitive `true` (@RolT)
The bug fixed with this release has been around since the first version of Nippy and
is mostly relevant to users doing Java interop. For more info see:
https://github.com/ptaoussanis/nippy/commit/8909a32bdd654a136da385e0e09c9cc44416f964
## v3.1.2 / 2022 Jun 23
```clojure
[com.taoensso/nippy "3.1.2"]
```
> This is a non-breaking, bugfix release.
> This is a non-breaking, bugfix release.
> See [here](https://github.com/ptaoussanis/encore#recommended-steps-after-any-significant-dependency-update) for recommended steps when updating any Clojure/Script dependencies.
#### Fixes since `v3.1.1`
* [#89 #150] [Fix] Boxed Booleans incorrectly freezing to primitive `true` (@RolT)
@ -14,6 +44,7 @@ The bug fixed with this release has been around since the first version of Nippy
is mostly relevant to users doing Java interop. For more info see:
https://github.com/ptaoussanis/nippy/commit/8909a32bdd654a136da385e0e09c9cc44416f964
## v3.1.1 / 2020 Nov 18
```clojure

View file

@ -4,7 +4,8 @@
**[CHANGELOG]** | [API] | current [Break Version]:
```clojure
[com.taoensso/nippy "3.1.2"] ; See CHANGELOG for details
[com.taoensso/nippy "3.1.2"] ; Stable
[com.taoensso/nippy "3.2.0-RC1"] ; Dev, see CHANGELOG for details
```
<!-- ![build status](https://github.com/ptaoussanis/nippy/workflows/build/badge.svg?branch=master) -->

View file

@ -1,4 +1,4 @@
(defproject com.taoensso/nippy "3.1.2"
(defproject com.taoensso/nippy "3.2.0-RC1"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "High-performance serialization library for Clojure"
:url "https://github.com/ptaoussanis/nippy"