From ea7d9ae9de1aa7c7626fde290ab2f9e6ca14e6f5 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Mon, 26 Feb 2024 09:54:17 +0100 Subject: [PATCH] v3.4.0-RC2 (2024-02-26) --- CHANGELOG.md | 24 ++++++++++++++++++++++++ README.md | 2 +- project.clj | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 330e2ea3..195cab82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ This project uses [**Break Versioning**](https://www.taoensso.com/break-versioni --- +# `v3.4.0-RC2` (2024-02-26) + +> 📦 [Available on Clojars](https://clojars.org/com.taoensso/nippy/versions/3.4.0-RC2), this project uses [Break Versioning](https://www.taoensso.com/break-versioning). + +This is a non-breaking **feature and maintenance** pre-release. +Please **test carefully and report any unexpected problems**, thank you! 🙏 + +## New since `v3.3.0` + +* fb6f75e [new] Smarter, faster, protocol-based `freezable?` util +* 6ad5aeb [new] Add `:zstd` compressor, new compressor backend +* 9db09e1 [new] [#163] Track serialized output in tests +* dcc6b08 [new] [#164] Update benchmarks +* f3ff7ae [new] Add native `MapEntry` freezer +* Misc internal improvements + +## Everthing since `v3.4.0-RC1` + +* cb5b7cf [fix] [#169] Can't auto-identify `:zstd` compressor when decompressing +* cb0b871 Revert [mod] 578c585 (upstream fix now available) +* Update dependencies + +--- + # `v3.4.0-RC1` (2024-02-06) > 📦 [Available on Clojars](https://clojars.org/com.taoensso/nippy/versions/3.4.0-RC1), this project uses [Break Versioning](https://www.taoensso.com/break-versioning). diff --git a/README.md b/README.md index e7d9de4f..628efad4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Used by [Carmine](https://www.taoensso.com/carmine), [Faraday](https://www.taoen ## Latest release/s - `2023-10-11` `3.3.0` (stable): [changes](../../releases/tag/v3.3.0) -- `2024-02-06` `3.4.0-RC1` (dev): [changes](../../releases/tag/v3.4.0-RC1) +- `2024-02-26` `3.4.0-RC2` (dev): [changes](../../releases/tag/v3.4.0-RC2) [![Main tests][Main tests SVG]][Main tests URL] [![Graal tests][Graal tests SVG]][Graal tests URL] diff --git a/project.clj b/project.clj index 051c01e2..a2d8824d 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/nippy "3.4.0-RC1" +(defproject com.taoensso/nippy "3.4.0-RC2" :author "Peter Taoussanis " :description "The fastest serialization library for Clojure" :url "https://www.taoensso.com/nippy"