Skip to content

v3.0.0

Compare
Choose a tag to compare
@Tochemey Tochemey released this 13 Feb 22:43
· 11 commits to main since this release
15a5c94

Breaking Changes

  • actors package has been renamed actor to adhere to the go package naming convention
  • ActorSystem option WithExpireAfter has been renamed to WithPassivation
  • Supervisor feature has been completed overhauled with a clean and lean api to define a supervisor. See documentation
  • Upgrade to Go 1.23.0 as the minimum version
  • Remove deprecated methods

Enhancement

  • Implement Custom TCP Transport for memberlist to allow TLS support
  • Official documentation site

Full Changelog: v2.13.0...v3.0.0