We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89516f6 commit 952eba3Copy full SHA for 952eba3
capnp-rpc/CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## v0.19.4
2
+- Use the `noFinishNeeded` field to elide Finish messages when possible.
3
+
4
## v0.19.3
5
- Remove some unneeded fields in Answer and Import.
6
- Use `let else` to improve readability.
capnp-rpc/Cargo.toml
@@ -1,8 +1,8 @@
[package]
name = "capnp-rpc"
-version = "0.19.3"
-authors = [ "David Renshaw <dwrenshaw@sandstorm.io>" ]
+version = "0.19.4"
+authors = [ "David Renshaw <dwrenshaw@gmail.com>" ]
license = "MIT"
7
description = "implementation of the Cap'n Proto remote procedure call protocol"
8
repository = "https://github.com/capnproto/capnproto-rust"
0 commit comments