consul v0.2.1 Release Notes

Release Date: 2014-05-20 // almost 10 years ago
  • ๐Ÿ‘Œ IMPROVEMENTS:

    • Improved the URL formatting for the key/value editor in the Web UI. Importantly, the editor now allows editing keys with dashes in the name. [GH-119]
    • The web UI now has cancel and delete folder actions in the key/value editor. [GH-124], [GH-122]
    • Add flag to agent to write pid to a file. [GH-106]
    • Time out commands if Raft exceeds command enqueue timeout
    • Adding support for the -advertise CLI flag. [GH-156]
    • Fixing potential name conflicts on the WAN gossip ring [GH-158]
    • /v1/catalog/services returns an empty slice instead of null. [GH-145]
    • members command returns exit code 2 if no results. [GH-116]

    ๐Ÿ› BUG FIXES:

    • Renaming "separator" to "separator". This is the correct spelling, but both spellings are respected for backwards compatibility. [GH-101]
    • Private IP is properly found on Windows clients.
    • Windows agents won't show "failed to decode" errors on every RPC request.
    • Fixed memory leak with RPC clients. [GH-149]
    • Serf name conflict resolution disabled. [GH-97]
    • Raft deadlock possibility fixed. [GH-141]

    MISC:

    • Updating to latest version of LMDB
    • Reduced the limit of KV entries to 512KB. [GH-123].
    • Warn if any Raft log exceeds 1MB
    • Lots of docs fixes