annotate src/capnproto-git-20161025/doc/_posts/2014-03-11-capnproto-0.4.1-bugfixes.md @ 83:ae30d91d2ffe

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