Skip to content

v2.1.0

Compare
Choose a tag to compare
@Tochemey Tochemey released this 05 Jun 05:45
· 192 commits to main since this release

What's changed

  • Breaking change in the old way of setting up cluster using WithClustering. This method accepts an additional parameter called kinds by @Tochemey in #346
  • Provide a simple a clean ClusterConfig by @Tochemey in #346
  • Deprecate WithClustering in favour of WithCluster that accepts ClusterConfig 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

Full Changelog: v2.0.0...v2.1.0