Skip to content

v2.6.2

Compare
Choose a tag to compare
@Tochemey Tochemey released this 24 Sep 18:04
· 20 commits to main since this release
10dc734

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 to DiscoveryPort in discovery.Node (breaking changes)
  • Rename ClusterConfig method WithGossipPort to WithDiscoveryPort (breaking changes)
  • Rename ClusterConfig method GossipPort() to DiscoveryPort() (breaking changes)
  • Rename kubernetes config GossipPortName to DiscoveryPortName (breaking changes)
  • ActorPath has been replaced with Address on PID (breaking changes)

Full Changelog: v2.6.1...v2.6.2