v2.6.2
What's Changed
- feat: add location transparent messaging capabilities by @Tochemey in #457
- refactor: add test coverage for cluster rebalancing by @Tochemey in #458
- refactor: make some method private by @Tochemey in #459
- refactor: clean the addressing engine by @Tochemey in #460
- refactor: rename gcInternal to janitorInterval to avoid confusing with Go GC by @Tochemey in #463
- perf: performance tuning by @Tochemey in #468
- refactor: move stash back to mailbox by @Tochemey in #469
Breaking Changes
- Rename
GossipPort
toDiscoveryPort
in discovery.Node (breaking changes) - Rename ClusterConfig method
WithGossipPort
toWithDiscoveryPort
(breaking changes) - Rename ClusterConfig method
GossipPort()
toDiscoveryPort()
(breaking changes) - Rename kubernetes config
GossipPortName
toDiscoveryPortName
(breaking changes) ActorPath
has been replaced withAddress
on PID (breaking changes)
Full Changelog: v2.6.1...v2.6.2