v2.15.0-RC1
This commit is contained in:
parent
7ea7bc5247
commit
ee31c1c64b
3 changed files with 6 additions and 5 deletions
|
|
@ -1,15 +1,16 @@
|
||||||
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
|
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
|
||||||
|
|
||||||
## v2.15.0-alpha9 / 2019 Jan 6
|
## v2.15.0-RC1 / 2019 Feb 16
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
[com.taoensso/nippy "2.15.0-alpha9"]
|
[com.taoensso/nippy "2.15.0-RC1"]
|
||||||
```
|
```
|
||||||
|
|
||||||
> This is a major feature release. It 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)
|
* [#113 #114] **New**: Support object arrays (@isaksky)
|
||||||
* [#101] **Change**: Switch default encryptor from AES-CBC to AES-GCM (faster, includes integrity check)
|
* [#101] **Change**: Switch default encryptor from AES-CBC to AES-GCM (faster, includes integrity check)
|
||||||
|
* [#116] **Impl**: Update lz4 lib: 1.3->1.5 (@johnmcconnell)
|
||||||
* **Impl**: Update a number of dependencies
|
* **Impl**: Update a number of dependencies
|
||||||
* **Impl**: Refactor encryption utils for extra flexibility in future
|
* **Impl**: Refactor encryption utils for extra flexibility in future
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
[com.taoensso/nippy "2.14.0"] ; Stable
|
[com.taoensso/nippy "2.14.0"] ; Stable
|
||||||
[com.taoensso/nippy "2.15.0-alpha9"] ; Dev, see CHANGELOG for details
|
[com.taoensso/nippy "2.15.0-RC1"] ; Dev, see CHANGELOG for details
|
||||||
```
|
```
|
||||||
|
|
||||||
> Please consider helping to [support my continued open-source Clojure/Script work]?
|
> Please consider helping to [support my continued open-source Clojure/Script work]?
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject com.taoensso/nippy "2.15.0-alpha9"
|
(defproject com.taoensso/nippy "2.15.0-RC1"
|
||||||
:author "Peter Taoussanis <https://www.taoensso.com>"
|
:author "Peter Taoussanis <https://www.taoensso.com>"
|
||||||
:description "High-performance serialization library for Clojure"
|
:description "High-performance serialization library for Clojure"
|
||||||
:url "https://github.com/ptaoussanis/nippy"
|
:url "https://github.com/ptaoussanis/nippy"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue