discovery v0.5.0 Release Notes

Release Date: 2014-09-30 // over 9 years ago
    • ✨ Enhancements

      • Add NodeConnector.Handler module. This can be given to a Poller to run on_connect and on_disconnect functions upon succesful node connect, reconnect, or disconnects.
      • Added enable_polling app configuration which can be set to false in test or dev or places where you do not want to connect out to Consul.
      • Increase Consul long poll retry to 30 seconds from 5.
    • 🐛 Bug Fixes

      • Running a heartbeat process will no longer register a service with the directory. This will ensure that pollers are the only thing that manipulate the Directory and all handlers are properly run.
      • Fix indefinite retry issue when unable to communicate with Consul.