v2.7.1
This commit is contained in:
parent
26c01c799a
commit
55e8a4f012
3 changed files with 11 additions and 2 deletions
|
|
@ -1,5 +1,14 @@
|
||||||
> 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.7.1 / 2014 Nov 27
|
||||||
|
|
||||||
|
> This is a **minor maintenance release** & should be a safe upgrade for users of v2.7.0/RC-1.
|
||||||
|
|
||||||
|
* **CHANGE**: Improve some error messages by exposing trapped throwables when possible (@kul).
|
||||||
|
* **FIX**: Nippy v1 thaw compatibility was broken in some cases.
|
||||||
|
* Bumped dependencies.
|
||||||
|
|
||||||
|
|
||||||
## v2.7.0 / 2014 Oct 6
|
## v2.7.0 / 2014 Oct 6
|
||||||
|
|
||||||
No changes from `v2.7.0-RC1`.
|
No changes from `v2.7.0-RC1`.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
**[API docs][]** | **[CHANGELOG][]** | [other Clojure libs][] | [Twitter][] | [contact/contrib](#contact--contributing) | current [Break Version][]:
|
**[API docs][]** | **[CHANGELOG][]** | [other Clojure libs][] | [Twitter][] | [contact/contrib](#contact--contributing) | current [Break Version][]:
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
[com.taoensso/nippy "2.7.0"] ; Please see CHANGELOG for details
|
[com.taoensso/nippy "2.7.1"] ; Please see CHANGELOG for details
|
||||||
```
|
```
|
||||||
|
|
||||||
v2.7 is a major, **mostly backwards-compatible** release focused on improved performance and a new default compression scheme (LZ4). See the [CHANGELOG][] for details. Thanks to [mpenet](https://github.com/mpenet) for his work on the LZ4 support!
|
v2.7 is a major, **mostly backwards-compatible** release focused on improved performance and a new default compression scheme (LZ4). See the [CHANGELOG][] for details. Thanks to [mpenet](https://github.com/mpenet) for his work on the LZ4 support!
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject com.taoensso/nippy "2.7.0"
|
(defproject com.taoensso/nippy "2.7.1"
|
||||||
:author "Peter Taoussanis <https://www.taoensso.com>"
|
:author "Peter Taoussanis <https://www.taoensso.com>"
|
||||||
:description "Clojure serialization library"
|
:description "Clojure serialization library"
|
||||||
:url "https://github.com/ptaoussanis/nippy"
|
:url "https://github.com/ptaoussanis/nippy"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue