- FEATURE: add version number to '/' URL path & prometheus metrics
0.11.1
------
Date: 2017-01-04
- FIX: rancher.sh startup script processes env names with spaces now
0.11.0
------
Date: 2017-01-03
- FIX: Service tag replacment exception
0.10.0
------
Date: 2017-01-03
- FEATURE: Add "web interface" (basically only for metrics and health check) - FEATURE: Add health check under /health - FEATURE: Add prometheus metrics under /metrics - CHANGE: Deregistration behavior for services which failed registration (was: unregister, is now: keep)
0.9.0
-----
Date: 2016-06-15
- CHANGE: convert IDs, tags, names to all lowercase in consul - CHANGE: do not allow non-url characters in service IDs (basically nothing but [a-z0-9-])
0.8.0
-----
Date: 2016-06-15
- BREAKING: ``-i/--id`` parameter no longer global, moved to ``cleanup_id`` parameter of backend - CHANGE: output now logging based, so all to stderr, and -vvvv flags possible - FIX: bug in service lookup in Rancher - OPEN: https connections