All Versions
14
Latest Version
Avg Release Cycle
19 days
Latest Release
3695 days ago
Changelog History
Page 1
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
- ๐ Bug Fixes
-
v0.5.6 Changes
January 21, 2015- โจ Enhancements
- Updated to latest version of Consul-Ex
- โจ Enhancements
-
v0.5.5 Changes
December 30, 2014- โจ Enhancements
- Loosen constraint on required Elixir version
- Bump required consul-ex version
- โจ Enhancements
-
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.
- ๐ Bug Fixes
-
v0.5.3 Changes
October 14, 2014- โจ Enhancements
- Update to latest version of Consul package.
- โจ Enhancements
-
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.
- โจ Enhancements
-
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.
- ๐ Bug Fixes
-
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.
- Add
๐ 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
- โจ Enhancements
-
v0.3.4
September 11, 2014