Releases: cohorte/cohorte-herald
Releases · cohorte/cohorte-herald
1.0.1
Changes from the 1.0.0 to 1.0.1
- Bug Fix
- Avoid infinite timer loop when no endpoint is found on Http Service properties [#cohorte/cohorte-platforms/issues/82]. Case of Windows when no network interface is active (and no loopback interface installed)
1.0.0
Changes form the 0.0.5 to 1.0.0
- Enhancements
- Multicast discovery : adding "format version" and "node uid" to the heartbeat paquet
- Multicast discovery : new configuration option to avoid discovering local peers (of same node)
- Bug Fix
- Using a Http Service Availability Checker component to determin the right Http Service port[#82]
0.0.5
- New Features
- Choosing to which group the service will be exported [#19]
- Added the Python EventAPI bridge project
- Enhancements
- Better message handling in HeraldDiscovery (RPC) [commit/522855f05d15a7c01634771c930c3d488a023c2a]
- Bug Fix
0.0.4
** New Features
* Herald Remote Shell: open a shell session on another peer (experimental)
** Improvements
* New Message format encapsulating headers and metadata
* Herald unlocks send() calls when the target peer is unregistered.
It also calls the errback of post() calls.
** Bug Fix
* Fixing synchronisation problem: XMPP transport blocked on
_on_disconnected
(/issues/14).