v2.1.0
What's changed
- Breaking change in the old way of setting up cluster using
WithClustering
. This method accepts an additional parameter calledkinds
by @Tochemey in #346 - Provide a simple a clean
ClusterConfig
by @Tochemey in #346 - Deprecate
WithClustering
in favour ofWithCluster
that acceptsClusterConfig
by @Tochemey in #346 - Synchronisation of cluster peers state on a schedule basis (at the moment every 10 seconds, can be configurable) by @Tochemey in #346
- Redeploy actors of dead node to the rest of the cluster with a simple algorithm by @Tochemey in #346
- Add
Name
a convenient method to PID to retrieve the actor given name by @Tochemey in #346 - Static discovery by @qazwsxedckll in #337
- Dependencies updates by @renovate in #334
- Switch to connect protocol instead of gRPC by @Tochemey in #333
- Cleanup examples by @Tochemey in #340
New Contributors
- @qazwsxedckll made their first contribution in #337
Full Changelog: v2.0.0...v2.1.0