File tree Expand file tree Collapse file tree 6 files changed +34
-5
lines changed
rsocket-transport-websocket Expand file tree Collapse file tree 6 files changed +34
-5
lines changed Original file line number Diff line number Diff line change 11
2+ <a name =" v0.7.0 " ></a >
3+ ## [ v0.7.0] ( https://github.com/rsocket/rsocket-rust/compare/v0.6.0...v0.7.0 ) (2021-01-14)
4+
5+ ### Chore
6+
7+ * update deps ([ #42 ] ( https://github.com/rsocket/rsocket-rust/issues/42 ) )
8+ * config chglog ([ #41 ] ( https://github.com/rsocket/rsocket-rust/issues/41 ) )
9+ * use mkcert to generate TLS example certificates and keys ([ #38 ] ( https://github.com/rsocket/rsocket-rust/issues/38 ) )
10+ * add RSocket trait example in readme
11+ * fix readme
12+ * bump tokio to v0.3.6
13+ * ** rustfmt:** optimize import ([ #39 ] ( https://github.com/rsocket/rsocket-rust/issues/39 ) )
14+
15+ ### Feat
16+
17+ * close connection correctly when client is dropped ([ #40 ] ( https://github.com/rsocket/rsocket-rust/issues/40 ) )
18+ * migrate to tokio v1
19+ * change transport api ([ #35 ] ( https://github.com/rsocket/rsocket-rust/issues/35 ) )
20+ * implment tls transport ([ #31 ] ( https://github.com/rsocket/rsocket-rust/issues/31 ) )
21+ * redesign RSocket trait based on async_trait
22+ * ** request_response:** handle empty response correctly
23+
24+ ### Fix
25+
26+ * register client-side responder correctly ([ #36 ] ( https://github.com/rsocket/rsocket-rust/issues/36 ) )
27+ * simplify Option convert
28+ * remove useless examples
29+
30+
231<a name =" v0.6.0 " ></a >
332## [ v0.6.0] ( https://github.com/rsocket/rsocket-rust/compare/v0.5.3...v0.6.0 ) (2020-12-13)
433
Original file line number Diff line number Diff line change 11[package ]
22name = " rsocket_rust_messaging"
3- version = " 0.7.0 "
3+ version = " 0.7.1 "
44authors = [" Jeffsky <jjeffcaii@outlook.com>" ]
55edition = " 2018"
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " rsocket_rust_transport_tcp"
3- version = " 0.7.0 "
3+ version = " 0.7.1 "
44authors = [" Jeffsky <jjeffcaii@outlook.com>" ]
55edition = " 2018"
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " rsocket_rust_transport_wasm"
3- version = " 0.7.0 "
3+ version = " 0.7.1 "
44authors = [" Jeffsky <jjeffcaii@outlook.com>" ]
55edition = " 2018"
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " rsocket_rust_transport_websocket"
3- version = " 0.7.0 "
3+ version = " 0.7.1 "
44authors = [" Jeffsky <jjeffcaii@outlook.com>" ]
55edition = " 2018"
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " rsocket_rust"
3- version = " 0.7.0 "
3+ version = " 0.7.1 "
44authors = [" Jeffsky <jjeffcaii@outlook.com>" ]
55edition = " 2018"
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments