Skip to content

Instantly share code, notes, and snippets.

@armon
Created May 1, 2014 18:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save armon/11458585 to your computer and use it in GitHub Desktop.
Save armon/11458585 to your computer and use it in GitHub Desktop.
# [ANN] Consul 0.2 Release
We released Consul 0.1 exactly two weeks ago, and today we are releasing 0.2.
This is a very exciting release for a few reasons:
* Release of the Web UI. Consul now ships with an easy to use interface that
gives access to all the key information. We have a live demo running across
3 datacenters here: http://demo.consul.io/
* New read consistency modes. After feedback from the community, we introduced
two new read consistency modes. The "consistent" mode is strongly consistent
without caveats but adds network latency to reads, while the "stale" mode allows
for lower latency, high throughput reads by enabling stale data to be returned.
* Lots of minor improvements and bug fixes. The community helped us find all the
rough edges, so this is a much more polished release. Thanks to everybody!
Needless to say there are lots of changes in this release, but the full changelog
is avabilable here: https://github.com/hashicorp/consul/blob/master/CHANGELOG.md#020-may-1-2014
We are very happy with the interest and community involvement so far,
and are looking forward to Consul 0.3 in the near future!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment