From 0250a31d6aa8da1d7de9c9e15ded4615e40fe707 Mon Sep 17 00:00:00 2001 From: "Gavin M. Roy" Date: Sat, 14 Mar 2015 01:26:30 -0400 Subject: [PATCH] Update version history --- docs/history.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/history.rst diff --git a/docs/history.rst b/docs/history.rst new file mode 100644 index 0000000..d3690c6 --- /dev/null +++ b/docs/history.rst @@ -0,0 +1,24 @@ +Version History +=============== + - 0.4.0 - released *2015-03-14* + - Major internal restructure and code cleanup + - consulate.Session renamed to consulate.Consul + - Fix issues regarding UTF-8 values + - Fix usage of CAS for KV.set (#15) + - Added new ``consulate`` kv options: ls, mkdir, rm (#16) + - Add support for KV.get raw + - Add ACL endpoint support + - Add Session endpoint support + - Add Event endpoint support + - Added KV lock support (acquire, release) + - Remove all remaining fragments of Tornado support +- 0.3.0 - released *2015-03-03* + - Fix issues with quoting and UTF-8 in ``consulate kv backup/restore`` (#6, #8, + - Fix installation issues related to missing tornado dependency (#10, + - Make simplejson requirement optional +- 0.2.0 - released *2014-07-22* + - Extract the ``passport`` app to a standalone library +- 0.1.2 - released *2014-05-06* + - consulate cli app bugfixes +- 0.1.0 - released *2014-05-06* + - Initial release