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 **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.
11
11
12
12
It should be safe to update from (at least) all recent versions of Nippy.
13
13
14
-
| Updating from Nippy | Changes to API? | Changes to [byte output](https://github.com/taoensso/nippy/wiki/2-Operational-considerations#stability-of-byte-output)? | Recommended update sequence [1]
14
+
| Updating from Nippy | Changes to API? | Changes to [byte output](https://github.com/taoensso/nippy/wiki/2-Operational-considerations#stability-of-byte-output)? | Rolling update sequence [1]
15
15
| :-- | :-- | :-- | :--
16
16
| `v3.4.2` (2024-05-26) | - | - | -
17
17
| `v3.4.1` (2024-05-02) | - | - | -
@@ -20,7 +20,7 @@ It should be safe to update from (at least) all recent versions of Nippy.
20
20
| `v3.2.0` (2022-07-18) | - | - | -
21
21
| `v3.1.3` (2022-06-23) | - | - | -
22
22
23
-
> [1] Relevant only when introducing support for new types, to help with rolling updates
23
+
> [1] Relevant only when introducing support for new types, and for users that do rolling updates
24
24
25
25
If updating from older versions of Nippy, please see the relevant release notes.
26
26
@@ -36,22 +36,22 @@ As always:
36
36
37
37
# `v3.4.2` (2024-05-26)
38
38
39
-
>**Dep**: Nippy is [on Clojars](https://clojars.org/com.taoensso/nippy/versions/3.4.2).
⚠️ This release addresses a [**security vulnerability**](https://github.com/taoensso/nippy/security/advisories/GHSA-vw78-267v-588h) in Nippy's upstream compression library and is **recommended for all existing users**.
43
43
44
44
It should be a **straight-forward and non-breaking update** for almost everyone:
45
45
46
-
| Updating from Nippy | Changes to API? | Changes to [byte output](https://github.com/taoensso/nippy/wiki/2-Operational-considerations#stability-of-byte-output)? | Recommended update sequence [1]
46
+
| Updating from Nippy | Changes to API? | Changes to [byte output](https://github.com/taoensso/nippy/wiki/2-Operational-considerations#stability-of-byte-output)? | Rolling update sequence [1]
47
47
| :-- | :-- | :-- | :--
48
48
| `v3.4.1` (2024-05-02) | - | - | -
49
49
| `v3.4.0` (2024-04-30) | - | Yes | -
50
50
| `v3.3.0` (2023-10-11) | - | - | -
51
51
| `v3.2.0` (2022-07-18) | - | - | -
52
52
| `v3.1.3` (2022-06-23) | - | - | -
53
53
54
-
> [1] Relevant only when introducing support for new types, to help with rolling updates
54
+
> [1] Relevant only when introducing support for new types, and for users that do rolling updates
55
55
56
56
If updating from older versions of Nippy, please see the relevant release notes.
0 commit comments