Skip to content

Commit 4cb2a14

Browse files
committed
v3.4.1 (2024-05-02)
1 parent dc52356 commit 4cb2a14

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

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

33
---
44

5+
# `v3.4.1` (2024-05-02)
6+
7+
> **Dep**: Nippy is [on Clojars](https://clojars.org/com.taoensso/nippy/versions/3.4.1).
8+
> **Versioning**: Nippy uses [Break Versioning](https://www.taoensso.com/break-versioning).
9+
10+
Like [`v3.4.0`](https://github.com/taoensso/nippy/releases/tag/v3.4.0) but introduces an internal mechanism to help make it easier for some users that do **rolling updates** from earlier versions of Nippy.
11+
12+
Still, the usual warning applies: data **frozen by Nippy version X** should ideally be **thawed by version >= X**, otherwise you run the risk of the thaw throwing when unfamiliar types are encountered. Please note that this can affect **rolling updates**, and can limit your ability to **revert a Nippy update**. Please ensure adequate testing in your environment before updating against production data!
13+
14+
\- [Peter Taoussanis](https://www.taoensso.com)
15+
16+
## Changes since `v3.4.0`
17+
18+
* [mod] Due to some internal format changes, Nippy `v3.4.1` may produce **different serialized output** to `v3.4.0` and earlier versions of Nippy. Most users won't care about this, but you could be affected if you depend on specific serialized byte values (for example by comparing serialized output between different versions of Nippy).
19+
20+
---
21+
522
# `v3.4.0` (2024-04-30)
623

724
> **Dep**: Nippy is [on Clojars](https://clojars.org/com.taoensso/nippy/versions/3.4.0).

README.md

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

1515
## Latest release/s
1616

17-
- `2024-04-30` `v3.4.0`: [release info](../../releases/tag/v3.4.0)
17+
- `2024-05-02` `v3.4.1`: [release info](../../releases/tag/v3.4.1)
1818

1919
[![Main tests][Main tests SVG]][Main tests URL]
2020
[![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"
1+
(defproject com.taoensso/nippy "3.4.1"
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)