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
+13-7
Original file line number
Diff line number
Diff line change
@@ -2,22 +2,20 @@ This project uses [**Break Versioning**](https://www.taoensso.com/break-versioni
2
2
3
3
---
4
4
5
-
# `v1.0.0-RC4` (2025-03-03)
5
+
# `v1.0.0-RC5` (2025-03-10)
6
6
7
7
## 📦 Dependencies
8
8
9
9
Available on Clojars:
10
10
11
-
1.[Telemere](https://clojars.org/com.taoensso/telemere/versions/1.0.0-RC4) - main dependency.
12
-
2.[SLF4J provider](https://clojars.org/com.taoensso/telemere-slf4j/versions/1.0.0-RC4) - additional dependency for users that want their Java logging [to go to](https://github.com/taoensso/telemere/wiki/3-Config#java-logging) Telemere.
11
+
1.[Telemere](https://clojars.org/com.taoensso/telemere/versions/1.0.0-RC5) - main dependency.
12
+
2.[SLF4J provider](https://clojars.org/com.taoensso/telemere-slf4j/versions/1.0.0-RC5) - additional dependency for users that want their Java logging [to go to](https://github.com/taoensso/telemere/wiki/3-Config#java-logging) Telemere.
13
13
14
14
This project uses [Break Versioning](https://www.taoensso.com/break-versioning).
15
15
16
16
## Release notes
17
17
18
-
RC4 includes some minor fixes, minor usability improvements, and a few **breaking changes** (indicated by ➤) that should not affect most users.
19
-
20
-
If no unexpected issues come up, RC4 will become **v1 stable** in March 2025.
18
+
RC5 includes **breaking changes** (indicated by ➤), apologies!
21
19
22
20
Big thanks to everyone that's been helping test and give feedback. And as always, please **report any unexpected problems** on [GitHub](https://github.com/taoensso/telemere/issues) or the [Slack channel](https://www.taoensso.com/telemere/slack) 🙏
23
21
@@ -31,8 +29,11 @@ Thanks for the patience awaiting v1 final! I hope and believe that it'll have be
31
29
32
30
#### ➤ Changes to API since `v1.0.0-RC1`
33
31
34
-
Please read these carefully in case you might be affected:
32
+
Please read carefully in case you may be affected:
***\[new]** Alias `keep-callsite`, mention in `signal!` docs \[bfea515] (**RC4**)
87
90
***\[new]** Use [Truss](https://www.taoensso.com/truss) v2 and [contextual exceptions](https://cljdoc.org/d/com.taoensso/truss/CURRENT/api/taoensso.truss#ex-info) when relevant (**RC3**)
@@ -154,6 +157,9 @@ Please read these carefully in case you might be affected:
154
157
155
158
### Since `v1.0.0-RC1` (2024-10-29)
156
159
160
+
***\[fix]**[#57] File handling: use nio API to create missing parent dirs \[af45ffc] (**RC5**)
161
+
***\[fix]**[#55] SLF4J signals should include `*ctx*`\[79173a6] (**RC5**)
0 commit comments