diff --git a/README.md b/README.md index 59a4f252..c2ded4b5 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,9 @@ Used by [Carmine](https://www.taoensso.com/carmine), [Faraday](https://www.taoen ## Latest release/s -- `2023-09-25` `3.3.0-RC2` (dev): [changes](../../releases/tag/v3.3.0-RC2) - `2022-07-18` `3.2.0` (stable): [changes](../../releases/tag/v3.2.0) +- `2023-09-25` `3.3.0-RC2` (upcoming): [changes](../../releases/tag/v3.3.0-RC2) +- `2023-09-26` `3.4.0-beta1` (dev): [changes](../../releases/tag/v3.4.0-beta1) [![Main tests][Main tests SVG]][Main tests URL] [![Graal tests][Graal tests SVG]][Graal tests URL] @@ -31,7 +32,7 @@ See [here][GitHub releases] for earlier releases. - **Robust test suite**, incl. full coverage for every supported type - Auto fallback to Java Serializable when available - Auto fallback to Clojure Reader for all other types (including tagged literals -- Pluggable **compression** with built-in [LZ4](https://code.google.com/p/lz4/) +- Pluggable **compression** with built-in [LZ4](https://code.google.com/p/lz4/), [Zstandard](https://facebook.github.io/zstd/), etc. - Pluggable [encryption](../../wiki/1-Getting-started#encryption) with built-in AES128 - [Tools](https://taoensso.github.io/nippy/taoensso.nippy.tools.html) for easy + robust **integration into 3rd-party libraries**, etc. - Powerful [thaw transducer](https://taoensso.github.io/nippy/taoensso.nippy.html#var-*thaw-xform*) for flexible data inspection and transformation @@ -81,4 +82,4 @@ Licensed under [EPL 1.0](LICENSE.txt) (same as Clojure). [Main tests SVG]: https://github.com/taoensso/nippy/actions/workflows/main-tests.yml/badge.svg [Main tests URL]: https://github.com/taoensso/nippy/actions/workflows/main-tests.yml [Graal tests SVG]: https://github.com/taoensso/nippy/actions/workflows/graal-tests.yml/badge.svg -[Graal tests URL]: https://github.com/taoensso/nippy/actions/workflows/graal-tests.yml +[Graal tests URL]: https://github.com/taoensso/nippy/actions/workflows/graal-tests.yml \ No newline at end of file