File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## [ Unreleased]
8
+
9
+
10
+ ## [ 0.2.2] - 2017-10-05
8
11
### Added
9
12
- Add integration test in http crate. Testing actual network traffic.
10
13
14
+ ### Fixed
15
+ - Fix a bug in the HTTP transport that made a dropped RpcRequest yield an error in the Future
16
+ running on the event loop.
17
+
11
18
12
19
## [ 0.2.1] - 2017-09-11
13
20
### Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " jsonrpc-client-http"
3
- version = " 0.2.1 "
3
+ version = " 0.2.2 "
4
4
authors = [" Mullvad VPN <admin@mullvad.net>" , " Linus Färnstrand <linus@mullvad.net>" ]
5
5
description = " A transport implementation for jsonrpc-client-core based on Hyper and futures"
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments