Skip to content

v2.4.0

Compare
Choose a tag to compare
@ghostdogpr ghostdogpr released this 24 Sep 08:35
· 10 commits to series/2.x since this release
5865074

This release updates dependencies, in particular it now depends on stable zio-http 3.0.x.
It also changes the behavior of simulateRemotePods, before only sent messages were serialized, now it will use the actual sharding protocol to send messages to itself so that both sent messages and received messages are always serialized.
Finally, we added a regular check of the pods health in order to detect removed pods faster, in particular in scenario with low amounts of messages.

What's Changed