annotate src/capnproto-git-20161025/doc/_posts/2014-03-11-capnproto-0.4.1-bugfixes.md @ 157:570d27da3fb5

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