comparison src/capnproto-git-20161025/doc/_posts/2014-03-11-capnproto-0.4.1-bugfixes.md @ 133:1ac99bfc383d

Add Cap'n Proto source
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 25 Oct 2016 11:17:01 +0100
parents
children
comparison
equal deleted inserted replaced
132:42a73082be24 133:1ac99bfc383d
1 ---
2 layout: post
3 title: "Cap'n Proto 0.4.1: Bugfix Release"
4 author: kentonv
5 ---
6
7 Today I'm releasing [version 0.4.1 of Cap'n Proto](https://capnproto.org/capnproto-c++-0.4.1.tar.gz).
8 As hinted by the version number, this is a bugfix and tweak release, with no big new features.
9
10 You may be wondering: If there are no big new features, what has been happening over the
11 last three months? Most of my time lately has been spent laying the groundwork for an
12 interesting project built on Cap'n Proto which should launch by the end of this month.
13 Stay tuned! And don't worry -- this new project is going to need many of the upcoming
14 features on [the roadmap]({{ site.baseurl }}roadmap.html), so work on version 0.5 will be
15 proceeding soon.
16
17 In the meantime, though, there have been some major updates from the community:
18
19 * The folks at [CloudFlare](https://www.cloudflare.com/) have produced a
20 [Lua port](https://github.com/cloudflare/lua-capnproto) which they are
21 [using successfully in production](http://blog.cloudflare.com/introducing-lua-capnproto-better-serialization-in-lua)
22 along with the existing [Go port](https://github.com/jmckaskill/go-capnproto).
23 * [The Rust port of Cap'n Proto](https://github.com/dwrensha/capnproto-rust) now has
24 preliminary RPC support, making it the third language to support Cap'n Proto RPC (after
25 C++ and Python), and the second language to implement it from the ground up (Python just
26 wraps the C++ implementation). Check out author [David Renshaw](https://github.com/dwrensha)'s
27 [talk at Mozilla](https://air.mozilla.org/rust-meetup-february-2014/).
28 * A [Javascript port](https://github.com/jscheid/capnproto-js) has appeared, but it needs help
29 to keep going!
30