Skip to content

v2.9.1

Latest
Compare
Choose a tag to compare
@Tochemey Tochemey released this 01 Dec 15:30
· 15 commits to main since this release
219ddaf

What's Changed

  • Revert the DNS feature. Only IP addresses will be used due to this issues hashicorp/memberlist#147 and hashicorp/memberlist#162. At the moment DNS hinder cluster nodes discovery. The best option for the meantime is to set the host to "0.0.0.0" and then GoAkt will figure out the right IP address.
  • Refactor the whole actors storage using a tree-like structure
  • Add two methods to ActorSystem: Host and Port
  • Fully tested (cluster mode included)
  • Fix some bugs introduced from version v2.8.3 around clustering.

Commits

  • refactor(enhancement): refactor the actors data structure by @Tochemey in #543

Full Changelog: v2.9.0...v2.9.1