annotate src/capnproto-0.6.0/doc/_posts/2014-03-11-capnproto-0.4.1-bugfixes.md @ 147:45360b968bf4

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