v2.12.0-beta2

This commit is contained in:
Peter Taoussanis 2016-06-10 10:37:29 +07:00
parent eab4b76aee
commit c6c1e1419e
3 changed files with 8 additions and 5 deletions

View file

@ -1,9 +1,9 @@
> 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.12.0-SNAPSHOT / ... ## v2.12.0-beta2 / 2016 Jun 10
```clojure ```clojure
[com.taoensso/nippy "2.12.0-SNAPSHOT"] [com.taoensso/nippy "2.12.0-beta2"]
``` ```
> This is a **major release** that **may** involve some **breaking API changes** in rare cases for users of some low-level or obscure features that have been made private or removed. If your code compiles with this new version of Nippy, you should be fine. > This is a **major release** that **may** involve some **breaking API changes** in rare cases for users of some low-level or obscure features that have been made private or removed. If your code compiles with this new version of Nippy, you should be fine.

View file

@ -4,7 +4,8 @@
**[CHANGELOG]** | [API] | current [Break Version]: **[CHANGELOG]** | [API] | current [Break Version]:
```clojure ```clojure
[com.taoensso/nippy "2.11.1"] ; Stable [com.taoensso/nippy "2.11.1"] ; Stable
[com.taoensso/nippy "2.12.0-beta2"] ; Dev (unstable), see CHANGELOG for details
``` ```
Want to help [support taoensso/open-source]? Want to help [support taoensso/open-source]?
@ -158,6 +159,8 @@ There's two default forms of encryption on offer: `:salted` and `:cached`. Each
## Performance ## Performance
Nippy is currently the **fastest serialization library for Clojure** that I'm aware of, and offers roundtrip times between **~10x and ~15x** faster than Clojure's `tools.reader.edn`, with a **~40% smaller output size**.
![benchmarks-png] ![benchmarks-png]
[Detailed benchmark info] is available on Google Docs. [Detailed benchmark info] is available on Google Docs.

View file

@ -1,4 +1,4 @@
(defproject com.taoensso/nippy "2.12.0-SNAPSHOT" (defproject com.taoensso/nippy "2.12.0-beta2"
: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"