You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
capnproto/doc/_posts/2021-08-14-capnproto-0.9.md

1.1 KiB

layout title author
post Cap'n Proto 0.9 kentonv

Today I'm releasing Cap'n Proto 0.9.

There's no huge new features in this release, but there are many minor improvements and bug fixes. You can read the PR history to find out what has changed.

Cap'n Proto development has continued to be primarily driven by the Cloudflare Workers project (of which I'm the lead engineer). As of the previous release, Cloudflare Workers primarily used the KJ C++ toolkit that is developed with Cap'n Proto, but made only light use of Cap'n Proto serialization and RPC itself. That has now changed: the implementation of Durable Objects makes heavy use of Cap'n Proto RPC for essentially all communication within the system.