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**.
## v2.12.0-SNAPSHOT / ...
## v2.12.0-beta2 / 2016 Jun 10
```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.

View file

@ -4,7 +4,8 @@
**[CHANGELOG]** | [API] | current [Break Version]:
```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]?
@ -158,6 +159,8 @@ There's two default forms of encryption on offer: `:salted` and `:cached`. Each
## 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]
[Detailed benchmark info] is available on Google Docs.
@ -200,4 +203,4 @@ Copyright © 2012-2016 [Peter Taoussanis].
[Onyx]: https://github.com/onyx-platform/onyx
[LZ4]: https://code.google.com/p/lz4/
[benchmarks-png]: https://github.com/ptaoussanis/nippy/raw/master/benchmarks.png
[Detailed benchmark info]: https://docs.google.com/spreadsheet/ccc?key=0AuSXb68FH4uhdE5kTTlocGZKSXppWG9sRzA5Y2pMVkE
[Detailed benchmark info]: https://docs.google.com/spreadsheet/ccc?key=0AuSXb68FH4uhdE5kTTlocGZKSXppWG9sRzA5Y2pMVkE

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>"
:description "High-performance serialization library for Clojure"
:url "https://github.com/ptaoussanis/nippy"