Skip to content

v2.13.0

Compare
Choose a tag to compare
@Tochemey Tochemey released this 03 Feb 16:32
· 21 commits to main since this release

What's Changed

  • Passivation setting per actor during creation. This feature can be used with the following SpawnOption:

    • WithPassivateAfter: sets a custom passivation time
    • WithLongLived: ensures that the given actor, once created, will persist for the entire lifespan of the running actor system
  • Cluster Store makes uses of Log-Structed-Merge Tree algo to handle per state cache. One need to set the WAL directory in the ClusterConfig using WithWAL(dir string)or use the default when enabling cluster. There will be more information on the cluster architecture in the planned doc site.

Note: When no passivation is set during the creation of an actor the default passivation will be used. For a child actor, the parent passivation setting will be used.

Full Changelog: v2.12.1...v2.12.2