@@ -35,26 +35,49 @@ Please test carefully and report any unexpected problems, thank you! 🙏
35
35
36
36
---
37
37
38
+ # ` v3.4.0-beta1 ` (2023-09-26)
39
+
40
+ > 📦 [ Available on Clojars] ( https://clojars.org/com.taoensso/nippy/versions/3.4.0-beta1 )
41
+
42
+ This is a non-breaking ** feature** pre-release.
43
+ Please ** test carefully and report any unexpected problems** , thank you! 🙏
44
+
45
+ ## New since ` v3.3.0-RC2 `
46
+
47
+ * 6ad5aeb [ new] Add ` :zstd ` compressor, new (faster) compressor backend, better docstrings
48
+ * fb6f75e [ new] Smarter, faster, protocol-based ` freezable? ` util
49
+ * f3ff7ae [ new] Add native ` MapEntry ` freezer
50
+ * fef079d [ new] Add subvec to stress data
51
+ * Misc internal improvements
52
+
53
+ ## Other improvements since ` v3.3.0-RC2 `
54
+
55
+ * e0cd003 [ nop] Update docs
56
+ * 99970d5 [ nop] Update benchmark results
57
+ * bcf7673 [ nop] Move benchmarks ns under tests dir
58
+
59
+ ---
60
+
38
61
# ` v3.3.0-RC2 ` (2023-09-25)
39
62
40
- > 📦 [ Available on Clojars] ( https://clojars.org/com.taoensso/nippy/versions/3.3.3 -RC2 )
63
+ > 📦 [ Available on Clojars] ( https://clojars.org/com.taoensso/nippy/versions/3.3.0 -RC2 )
41
64
42
65
Identical to ` v3.3.0-RC1 ` except:
43
66
44
- - Improves some docstrings
45
- - Improves generative unit tests
46
- - Updates internal dependencies
67
+ * Improves some docstrings
68
+ * Improves generative unit tests
69
+ * Updates internal dependencies
47
70
48
71
If no unexpected problems come up, ` v3.3.0 ` final is planned for release by the end of September.
49
72
50
73
---
51
74
52
75
# ` v3.3.0-RC1 ` (2023-08-02)
53
76
54
- > 📦 [ Available on Clojars] ( https://clojars.org/com.taoensso/nippy/versions/3.3.3 -RC1 )
77
+ > 📦 [ Available on Clojars] ( https://clojars.org/com.taoensso/nippy/versions/3.3.0 -RC1 )
55
78
56
79
This is a non-breaking ** feature and maintenance** pre-release.
57
- Please test carefully and report any unexpected problems, thank you! 🙏
80
+ Please ** test carefully and report any unexpected problems** , thank you! 🙏
58
81
59
82
## Fixes since ` v3.2.0 `
60
83
@@ -290,4 +313,4 @@ Likely breaking. Please see [#130] for **detailed upgrade instructions**.
290
313
291
314
# Earlier releases
292
315
293
- See [ here] ( https://github.com/taoensso/nippy/releases ) for earlier releases.
316
+ See [ here] ( https://github.com/taoensso/nippy/releases ) for earlier releases.
0 commit comments