You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a minor **feature release** that adds freeze support for some new types.
11
+
12
+
## Migration info
13
+
14
+
👉 If doing a **rolling update** (>1 coexisting version) from Nippy < `v3.5.0`, please **FIRST** update to `v3.5.x`**THEN** to `v3.6.x`. (v3.5 adds thaw support for new types frozen by v3.6).
15
+
16
+
No changes to API or [byte output](https://github.com/taoensso/nippy/wiki/2-Operational-considerations#stability-of-byte-output).
17
+
18
+
As always:
19
+
20
+
- Please **ensure adequate testing** before updating against production data!
21
+
- Please report any unexpected problems 🙏
22
+
- See [operational considerations](https://github.com/taoensso/nippy/wiki/2-Operational-considerations) for info on data longevity, rolling updates, etc.
23
+
24
+
## Since `v3.5.0` (2025-04-15)
25
+
26
+
-\[new][#178] Add freeze support for native arrays: strings, longs, ints, doubles, floats
This is a **general maintenance release** focused on updating dependencies and laying groundwork (read support) for new array types coming in Nippy v3.6.
35
+
This is a **general maintenance release** focused on updating dependencies and laying groundwork (thaw support) for new array types coming in Nippy v3.6.
11
36
12
37
It **drops support for Clojure v1.9** but should otherwise be a safe update from (at least) all recent versions of Nippy.
13
38
@@ -26,6 +51,7 @@ It **drops support for Clojure v1.9** but should otherwise be a safe update from
26
51
-\[new] Use [Truss exceptions](https://cljdoc.org/d/com.taoensso/truss/CURRENT/api/taoensso.truss#ex-info) on errors \[8d62dc2]
27
52
-\[new][#184] Incl. cause on non-native freeze failures \[8d10765]
28
53
-\[new][#175] Mark [cache](https://cljdoc.org/d/com.taoensso/nippy/CURRENT/api/taoensso.nippy#cache) feature as stable \[b217db5]
54
+
-\[new][#178] Add thaw support for native arrays: strings, longs, ints, doubles, floats
This is a **non-breaking maintenance release** that updates dependencies and includes read support for more native array types to be introduced in a future v3.6 release.
88
+
This is a **non-breaking maintenance release** that updates dependencies and includes thaw support for more native array types to be introduced in a future v3.6 release.
63
89
64
90
It should be safe to update from (at least) all recent versions of Nippy.
0 commit comments