File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.16.1
2
+ - Regenerate code, with rpc.capnp from upstream latest release, version 0.10.3.
3
+
1
4
## v0.16.0
2
5
- Add reconnect API.
3
6
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " capnp-rpc"
4
- version = " 0.16.0 "
4
+ version = " 0.16.1 "
5
5
authors = [
" David Renshaw <[email protected] >" ]
6
6
license = " MIT"
7
7
description = " implementation of the Cap'n Proto remote procedure call protocol"
Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ struct Bootstrap {
316
316
# A Vat may export multiple bootstrap interfaces. In this case, `deprecatedObjectId` specifies
317
317
# which one to return. If this pointer is null, then the default bootstrap interface is returned.
318
318
#
319
- # As of verison 0.5, use of this field is deprecated. If a service wants to export multiple
319
+ # As of version 0.5, use of this field is deprecated. If a service wants to export multiple
320
320
# bootstrap interfaces, it should instead define a single bootstrap interface that has methods
321
321
# that return each of the other interfaces.
322
322
#
@@ -352,7 +352,7 @@ struct Bootstrap {
352
352
# - Overloading "Restore" also had a security problem: Often, "main" or "well-known"
353
353
# capabilities exported by a vat are in fact not public: they are intended to be accessed only
354
354
# by clients who are capable of forming a connection to the vat. This can lead to trouble if
355
- # the client itself has other clients and wishes to foward some `Restore` requests from those
355
+ # the client itself has other clients and wishes to forward some `Restore` requests from those
356
356
# external clients -- it has to be very careful not to allow through `Restore` requests
357
357
# addressing the default capability.
358
358
#
You can’t perform that action at this time.
0 commit comments