From 535d4e5ab09339f4e5200c756c4c2a24fcbfe266 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Tue, 30 Apr 2024 11:20:02 +0200 Subject: [PATCH] v3.4.0 (2024-04-30) --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ README.md | 3 +-- project.clj | 2 +- 3 files changed, 35 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 218b2be8..eda4edb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,39 @@ This project uses [**Break Versioning**](https://www.taoensso.com/break-versioni --- +# `v3.4.0` (2024-04-30) + +> **Dep**: Nippy is [on Clojars](https://clojars.org/com.taoensso/nippy/versions/3.4.0). +> **Versioning**: Nippy uses [Break Versioning](https://www.taoensso.com/break-versioning). + +This is a non-breaking **feature and maintenance** release and should be a safe upgrade for existing users. But as always, please **test carefully and report any unexpected problems**, thank you! 🙏 + +\- [Peter Taoussanis](https://www.taoensso.com) + +## Changes since `v3.3.0` (2023-10-11) + +* 82a050b [mod] Don't attach empty metadata (meta will now be `nil` rather than `{}`) + +## Fixes since `v3.3.0` (2023-10-11) + +* 92c4a83 [fix] Broken `*final-freeze-fallback*` default val + +## New since `v3.3.0` (2023-10-11) + +* 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 +* 37cf415 [new] [#171] Auto strip metadata protocol extensions +* Misc internal improvements + +## Everything since `v3.4.0-RC3` (2024-04-10) + +* Update dependencies + +--- + # `v3.4.0-RC3` (2024-04-10) > 📦 [Available on Clojars](https://clojars.org/com.taoensso/nippy/versions/3.4.0-RC3), this project uses [Break Versioning](https://www.taoensso.com/break-versioning). diff --git a/README.md b/README.md index 98a81fbc..81ad05c5 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,7 @@ Used by [Carmine](https://www.taoensso.com/carmine), [Faraday](https://www.taoen ## Latest release/s -- `2023-10-11` `3.3.0` (stable): [release info](../../releases/tag/v3.3.0) -- `2024-04-10` `3.4.0-RC3` (dev): [release info](../../releases/tag/v3.4.0-RC3) +- `2024-04-30` `v3.4.0`: [release info](../../releases/tag/v3.4.0) [![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 b540b60e..990fd340 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/nippy "3.4.0-RC3" +(defproject com.taoensso/nippy "3.4.0" :author "Peter Taoussanis " :description "The fastest serialization library for Clojure" :url "https://www.taoensso.com/nippy"