Skip to content

Commit 9b38082

Browse files
committed
v3.4.2 (2024-05-26)
1 parent c5209e3 commit 9b38082

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.2` (2024-05-26)
6+
7+
> **Dep**: Nippy is [on Clojars](https://clojars.org/com.taoensso/nippy/versions/3.4.2).
8+
> **Versioning**: Nippy uses [Break Versioning](https://www.taoensso.com/break-versioning).
9+
10+
This release updates some internal dependencies and is **recommended for all existing users**.
11+
12+
It should be a **non-breaking update** for almost all users of Nippy `v3.4.x`, `v3.3.x`, and `v3.2.x`.
13+
14+
Notes:
15+
16+
- May produce **different serialized output** to `v3.4.0` and `v3.3.0`. 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).
17+
- When using Nippy version **X** to thaw data frozen by Nippy version **Y>X**, there is necessarily a risk of the thaw throwing when encountering unfamiliar types. This **can affect rolling updates** and/or **limit your ability to revert** a Nippy update - **so please ensure adequate testing** in your environment before updating against production data!
18+
- As always, **please report any unexpected problems** 🙏
19+
20+
\- [Peter Taoussanis](https://www.taoensso.com)
21+
522
# `v3.4.1` (2024-05-02)
623

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

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-05-02` `v3.4.1`: [release info](../../releases/tag/v3.4.1)
17+
- `2024-05-26` `v3.4.2`: [release info](../../releases/tag/v3.4.2)
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.1"
1+
(defproject com.taoensso/nippy "3.4.2"
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)