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
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,26 @@ 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.26.0] - 2025-08-11
8
+
9
+
This is just a small release; the only breaking change is the addition of `max_frame_size` to `WsTransportClientBuilder`, which necessitates a minor version bump.
10
+
11
+
The other changes are as follows:
12
+
13
+
### [Changed]
14
+
15
+
- Fix new Rust 1.89 lifetime warnings and impl ToRpcParams on serde_json::Map ([#1594](https://github.com/paritytech/jsonrpsee/pull/1594))
- fix: Remove username and password from URL after building Authorization header ([#1581](https://github.com/paritytech/jsonrpsee/pull/1581))
26
+
7
27
## [v0.25.1] - 2025-04-24
8
28
9
29
A small follow-up patch release that adds a `Clone impl` for the middleware RpcLogger which was missing
0 commit comments