v2.4.0
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
- Upgraded Caliban and ZIO versions by @ghostdogpr in #137 #143
- Added a check of the health of all pods at regular intervals by @nox213 in #140
- Changed behavior of
simulateRemotePods
to use the Pods API by @ghostdogpr in #142 - Removed unused imports by @nox213 in #138