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
+20-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,26 @@ The format is based on [Keep a Changelog].
6
6
7
7
## [Unreleased]
8
8
9
-
## [v0.7.0] - 2022-12-22
9
+
## [v0.8.0] - 2022-01-21
10
+
11
+
v0.8.0 is a breaking release for the way subscription closing is handled, along with a few other minor tweaks and fixes.
12
+
13
+
### [Added]
14
+
15
+
- feat(client): support request id as Strings. [#659](https://github.com/paritytech/jsonrpsee/pull/659)
16
+
- feat(rpc module) Add a method to RpcModule that transforms the module into a RpcModule<()>, i.e. removes the context. [#660](https://github.com/paritytech/jsonrpsee/pull/660)
17
+
- feat(rpc module): stream API for SubscriptionSink [#639](https://github.com/paritytech/jsonrpsee/pull/639)
18
+
19
+
### [Fixed]
20
+
21
+
- fix: nit in WsError [#662](https://github.com/paritytech/jsonrpsee/pull/662)
22
+
- fix(jsonrpsee): feature macros include client types [#656](https://github.com/paritytech/jsonrpsee/pull/656)
0 commit comments