We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 564c7c4 commit 827aa5fCopy full SHA for 827aa5f
2 files changed
CHANGELOG.md
@@ -22,6 +22,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
23
- razor-rpc: Change AsyncEndpoint & BlockEndpoint from struct to helper trait.
24
25
+- razor-stream: Simplify FailoverPool to break cycle ref. Add Clone for FailoverPool.
26
+
27
### Removed
28
29
- razor-rpc-macros: Drop the support of #[service] on impl block
stream/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "razor-stream"
3
-version = "0.5.1"
+version = "0.6.1"
4
edition = "2024"
5
authors = ["plan <frostyplanet@gmail.com>"]
6
categories = ["concurrency", "network-programming"]
0 commit comments