Skip to content

Commit 535d4e5

Browse files
committed
v3.4.0 (2024-04-30)
1 parent 51298e9 commit 535d4e5

File tree

3 files changed

+35
-3
lines changed

3 files changed

+35
-3
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@ This project uses [**Break Versioning**](https://www.taoensso.com/break-versioni
22

33
---
44

5+
# `v3.4.0` (2024-04-30)
6+
7+
> **Dep**: Nippy is [on Clojars](https://clojars.org/com.taoensso/nippy/versions/3.4.0).
8+
> **Versioning**: Nippy uses [Break Versioning](https://www.taoensso.com/break-versioning).
9+
10+
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! 🙏
11+
12+
\- [Peter Taoussanis](https://www.taoensso.com)
13+
14+
## Changes since `v3.3.0` (2023-10-11)
15+
16+
* 82a050b [mod] Don't attach empty metadata (meta will now be `nil` rather than `{}`)
17+
18+
## Fixes since `v3.3.0` (2023-10-11)
19+
20+
* 92c4a83 [fix] Broken `*final-freeze-fallback*` default val
21+
22+
## New since `v3.3.0` (2023-10-11)
23+
24+
* fb6f75e [new] Smarter, faster, protocol-based `freezable?` util
25+
* 6ad5aeb [new] Add `:zstd` compressor, new compressor backend
26+
* 9db09e1 [new] [#163] Track serialized output in tests
27+
* dcc6b08 [new] [#164] Update benchmarks
28+
* f3ff7ae [new] Add native `MapEntry` freezer
29+
* 37cf415 [new] [#171] Auto strip metadata protocol extensions
30+
* Misc internal improvements
31+
32+
## Everything since `v3.4.0-RC3` (2024-04-10)
33+
34+
* Update dependencies
35+
36+
---
37+
538
# `v3.4.0-RC3` (2024-04-10)
639

740
> 📦 [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).

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ Used by [Carmine](https://www.taoensso.com/carmine), [Faraday](https://www.taoen
1414

1515
## Latest release/s
1616

17-
- `2023-10-11` `3.3.0` (stable): [release info](../../releases/tag/v3.3.0)
18-
- `2024-04-10` `3.4.0-RC3` (dev): [release info](../../releases/tag/v3.4.0-RC3)
17+
- `2024-04-30` `v3.4.0`: [release info](../../releases/tag/v3.4.0)
1918

2019
[![Main tests][Main tests SVG]][Main tests URL]
2120
[![Graal tests][Graal tests SVG]][Graal tests URL]

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject com.taoensso/nippy "3.4.0-RC3"
1+
(defproject com.taoensso/nippy "3.4.0"
22
:author "Peter Taoussanis <https://www.taoensso.com>"
33
:description "The fastest serialization library for Clojure"
44
:url "https://www.taoensso.com/nippy"

0 commit comments

Comments
 (0)