capnproto

FORK: Cap'n Proto serialization/RPC system - core tools and C++ library
git clone https://git.neptards.moe/neptards/capnproto.git
Log | Files | Refs | README | LICENSE

2021-08-14-capnproto-0.9.md (1097B)


      1 ---
      2 layout: post
      3 title: "Cap'n Proto 0.9"
      4 author: kentonv
      5 ---
      6 
      7 <div style="float: right"><a class="block_link" style="color: #fff"
      8 href="{{site.baseurl}}install.html">Get it now &raquo;</a></div>
      9 
     10 Today I'm releasing Cap'n Proto 0.9.
     11 
     12 There's no huge new features in this release, but there are many minor improvements and bug fixes. You can [read the PR history](https://github.com/capnproto/capnproto/pulls?q=is%3Apr+is%3Aclosed) to find out what has changed.
     13 
     14 Cap'n Proto development has continued to be primarily driven by the [Cloudflare Workers](https://workers.cloudflare.com/) project (of which I'm the lead engineer). As of the previous release, Cloudflare Workers primarily used the [KJ C++ toolkit](https://github.com/capnproto/capnproto/blob/master/kjdoc/tour.md) 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](https://blog.cloudflare.com/introducing-workers-durable-objects/) makes heavy use of Cap'n Proto RPC for essentially all communication within the system.