Skip to content

v2.12.0

Compare
Choose a tag to compare
@Tochemey Tochemey released this 26 Jan 17:36
· 22 commits to main since this release
202ae9e

What's Changed

  • TLS support added: All nodes must share the same root Certificate Authority (CA) to ensure a successful handshake. One need to provide when creating the actor system with TLS support both server and client TLS config to ensure successful communication amongst nodes. Refer to the readme section about TLS to see how to enable it.
  • WithRemoting is deprecated in favor of a new method WithRemote which provide better remoting configuration.
  • ClusterConfig comes with a new setting:
    • WithKVStoreSize - helps set the key/value storage size. The default value is 20MB

Full Changelog: v2.11.1...v2.12.0