Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gmr committed Jul 22, 2015
1 parent 430ed31 commit 4a0e651
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/history.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
Version History
===============
- 0.6.0 - released *2015-07-22*
- Added --recurse and --trim to cli kv_get (#58) - Matt Walker
- Add run-once functionality to CLI (#57) - Harrison Dahme
- Fix cli kv ls -l to report empty key lengths as 0 (#55) - Matt Walker
- Add ability to restore from API output (#53) - Morgan Delagrange
- If specified, use CONSUL_RPC_ADDR as defaults for API scheme/host/port in CLI app (#50) - Mike Dougherty
- Fix a recursion introduced in 0.5.0 with catalog.register (#49)
- Unix socket support moved to extras install, no longer required (#48) - Anders Daljord Morken
- Add support for HTTP health checks and CLI support for deregistering services (#47) - Anders Daljord Morken
- Handle an edge case where argparse doesn't properly pass int values (#45)
- Handle binary data properly (#41)
- Add --base64 flag to kv backup/restore for backing up and restoring binary data (#41)
- Fix status.peers() returning string instead of list if only one peer exists (#39)
- Remove print debugging on error message (#37) - Christian Kauhaus
- Added additional test coverage
- Expose consulate.exceptions.* at consulate package level
- consulate.exceptions.ACLForbidden renamed to consulate.exceptions.Forbidden
- Fix content encoding issues with Python 3
- 0.5.1 - released *2015-05-13*
- Fix a regression with consualte cli introduced with UnixSockets (#36) - Dan Tracy
- 0.5.0 - released *2015-05-13*
Expand Down

0 comments on commit 4a0e651

Please sign in to comment.