All Versions
14
Latest Version
Avg Release Cycle
19 days
Latest Release
3327 days ago

Changelog History
Page 1

  • v0.5.7 Changes

    February 07, 2015
    • ๐Ÿ› Bug Fixes
      • Handlers added to Poller and NodeConnector will now be restarted on crash
  • v0.5.6 Changes

    January 21, 2015
    • โœจ Enhancements
      • Updated to latest version of Consul-Ex
  • v0.5.5 Changes

    December 30, 2014
    • โœจ Enhancements
      • Loosen constraint on required Elixir version
      • Bump required consul-ex version
  • v0.5.4 Changes

    • ๐Ÿ› Bug Fixes
      • Prevent crash when NodeConnector is attempting to add nodes to a Directory on a remote node which is not available or ready yet.
  • v0.5.3 Changes

    October 14, 2014
    • โœจ Enhancements
      • Update to latest version of Consul package.
  • v0.5.2 Changes

    October 02, 2014
    • โœจ Enhancements
      • Change arity of NodeConnector.Handler.on_connect/2 and on_disconnect/2 to on_connect/3 and on_disconnect/3. The third parameter is the state of the event handler to allow for customization at start up.
  • v0.5.1 Changes

    September 30, 2014
    • ๐Ÿ› Bug Fixes
      • Calls to NodeConnector.connect/2 are now idempotent.
      • Running a heartbeat process will once again register a service with Discovery.Directory.
  • v0.5.0 Changes

    September 30, 2014
    • โœจ 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.
  • v0.4.0 Changes

    September 26, 2014
    • โœจ Enhancements
      • Broadcast to other nodes Directory service upon a successful connect
  • v0.3.4

    September 11, 2014