Skip to content

Commit ea7d9ae

Browse files
committed
v3.4.0-RC2 (2024-02-26)
1 parent cb0b871 commit ea7d9ae

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@ This project uses [**Break Versioning**](https://www.taoensso.com/break-versioni
22

33
---
44

5+
# `v3.4.0-RC2` (2024-02-26)
6+
7+
> 📦 [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).
8+
9+
This is a non-breaking **feature and maintenance** pre-release.
10+
Please **test carefully and report any unexpected problems**, thank you! 🙏
11+
12+
## New since `v3.3.0`
13+
14+
* fb6f75e [new] Smarter, faster, protocol-based `freezable?` util
15+
* 6ad5aeb [new] Add `:zstd` compressor, new compressor backend
16+
* 9db09e1 [new] [#163] Track serialized output in tests
17+
* dcc6b08 [new] [#164] Update benchmarks
18+
* f3ff7ae [new] Add native `MapEntry` freezer
19+
* Misc internal improvements
20+
21+
## Everthing since `v3.4.0-RC1`
22+
23+
* cb5b7cf [fix] [#169] Can't auto-identify `:zstd` compressor when decompressing
24+
* cb0b871 Revert [mod] 578c585 (upstream fix now available)
25+
* Update dependencies
26+
27+
---
28+
529
# `v3.4.0-RC1` (2024-02-06)
630

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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Used by [Carmine](https://www.taoensso.com/carmine), [Faraday](https://www.taoen
1515
## Latest release/s
1616

1717
- `2023-10-11` `3.3.0` (stable): [changes](../../releases/tag/v3.3.0)
18-
- `2024-02-06` `3.4.0-RC1` (dev): [changes](../../releases/tag/v3.4.0-RC1)
18+
- `2024-02-26` `3.4.0-RC2` (dev): [changes](../../releases/tag/v3.4.0-RC2)
1919

2020
[![Main tests][Main tests SVG]][Main tests URL]
2121
[![Graal tests][Graal tests SVG]][Graal tests URL]

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject com.taoensso/nippy "3.4.0-RC1"
1+
(defproject com.taoensso/nippy "3.4.0-RC2"
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)