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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-11Lines changed: 15 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,22 +2,26 @@ This project uses [**Break Versioning**](https://www.taoensso.com/break-versioni
2
2
3
3
---
4
4
5
-
# `v1.0.0-alpha1` (2023-11-13)
5
+
# `v1.0.0-beta1` (2024-02-01)
6
6
7
-
> 📦 [Available on Clojars](https://clojars.org/com.taoensso/tempel/versions/1.0.0-alpha1), this project uses [Break Versioning](https://www.taoensso.com/break-versioning).
7
+
> 📦 [Available on Clojars](https://clojars.org/com.taoensso/tempel/versions/1.0.0-beta1), this project uses [Break Versioning](https://www.taoensso.com/break-versioning).
8
8
9
-
This is Tempel's first public pre-release.
9
+
⚠️ **Please don't use this in production yet**, this release is intended for early testers and for those that would like to give feedback. Please report any unexpected problems and let me know if anything is unclear, inconvenient, etc. Now's the ideal time to get changes in. Thank you! 🙏
> 📦 [Available on Clojars](https://clojars.org/com.taoensso/tempel/versions/1.0.0-alpha1), this project uses [Break Versioning](https://www.taoensso.com/break-versioning).
24
+
25
+
This is Tempel's first public pre-release.
22
26
23
-
\-[Peter Taoussanis](https://www.taoensso.com)
27
+
⚠️ **Please don't use this in production yet**, this release is intended for early testers and for those that would like to give feedback. Please report any unexpected problems and let me know if anything is unclear, inconvenient, etc. Now's the ideal time to get changes in. Thank you! 🙏
@@ -35,14 +35,14 @@ Note that Tempel is [not intended](../../wiki/3-Faq#can-i-decrypt-tempel-data-wi
35
35
36
36
Tempel has a fixed scope, and is **fully complete**. I'm happy with its design and implementation, and believe it meets all its objectives in its current form. I'm not anticipating significant changes.
37
37
38
-
Still, given the sensitivity of the problem domain, I plan to approach Tempel's official stable release as a phased rollout to allow time for user feedback before locking things down:
38
+
Still, given the sensitivity of the problem domain, I plan to approach Tempel's official stable release as a phased rollout to allow time for feedback before locking things down:
39
39
40
40
| Phase | Date | Release | Appropriate for
41
41
| :-: | :-- | :-- | :--
42
-
| ➤ | 2023-11 | `v1.0-alpha` | Dev/testing with disposable data
43
-
| | 2024-01 | `v1.0-beta` | Dev/testing with disposable data
42
+
| | 2023-11 | `v1.0-alpha` | Dev/testing with disposable data
43
+
| ➤ | 2024-02 | `v1.0-beta` | Dev/testing with disposable data
44
44
| | 2024-03 | `v1.0-RC` | Staging, with ephemeral or low-value data
45
-
| | 2024-05 | `v1.0` final | Production, with real data
45
+
| | 2024-06 | `v1.0` final | Production, with real data
46
46
47
47
`v1.0` final will be considered "**done**"- the library is expected to need+see only minimal maintance from that point.
48
48
@@ -92,4 +92,4 @@ Licensed under [EPL 1.0](LICENSE.txt) (same as Clojure).
- Understanding how**the various algorithms/schemes fit together** (when and how to use hybrid schemes, etc.).
74
+
-**Managing keys** (keeping algorithms and parameters up-to-date, rotating keys, etc.).
75
+
- Doing all the above without introducing vulnerabilities, and without being dragged into a rat's nest of complexity irrelevant to your application.
76
76
77
-
Tempel was designed to try help with each of these. Its API is **task oriented**, and tries to shield non-experts from unnecessary implementation details.
77
+
Tempel was designed to try help with each of these.
0 commit comments