v3.0.0
Breaking Changes
actors
package has been renamedactor
to adhere to the go package naming convention- ActorSystem option
WithExpireAfter
has been renamed toWithPassivation
- 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