v2.15.0-alpha9

This commit is contained in:
Peter Taoussanis 2019-01-06 14:17:15 +01:00
parent 23276ac910
commit 4dc1e121e9
3 changed files with 7 additions and 5 deletions

View file

@ -1,13 +1,15 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
## v2.15.0-alpha1 / 2018 Sep 8
## v2.15.0-alpha9 / 2019 Jan 6
```clojure
[com.taoensso/nippy "2.15.0-alpha1"]
[com.taoensso/nippy "2.15.0-alpha9"]
```
> This is is a maintenance release, and should be non-breaking but **please report any problems** - thanks!
> This is a major feature release. It should be non-breaking but **please report any problems** - thanks!
* [#113 #114] **New**: Support object arrays (@isaksky)
* [#101] **Change**: Switch default encryptor from AES-CBC to AES-GCM (faster, includes integrity check)
* **Impl**: Update a number of dependencies
* **Impl**: Refactor encryption utils for extra flexibility in future

View file

@ -5,7 +5,7 @@
```clojure
[com.taoensso/nippy "2.14.0"] ; Stable
[com.taoensso/nippy "2.15.0-alpha3"] ; Dev, see CHANGELOG for details
[com.taoensso/nippy "2.15.0-alpha9"] ; Dev, see CHANGELOG for details
```
> Please consider helping to [support my continued open-source Clojure/Script work]?

View file

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