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
+12
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,18 @@ The format is based on [Keep a Changelog].
4
4
5
5
[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/
6
6
7
+
## [v0.24.2] - 2024-08-02
8
+
9
+
Another small release that fixes:
10
+
- Notifications without params were not handled correctly in the client, which been has been fixed.
11
+
- Improve compile times and reduce code-generation in the proc macro crate.
12
+
13
+
### [Fixed]
14
+
- client: parse notification without params ([#1436](https://github.com/paritytech/jsonrpsee/pull/1436))
15
+
- proc macros: remove direct tracing calls ([#1405](https://github.com/paritytech/jsonrpsee/pull/1405))
16
+
17
+
Thanks to the external contributor [@DaniPopes](https://github.com/DaniPopes) who contributed to this release.
18
+
7
19
## [v0.24.1] - 2024-07-30
8
20
9
21
This is a small release that forces jsonrpsee `rustls` to use the crypto backend ring which may panic if both `ring` and `aws-lc` features are enabled.
0 commit comments