v2.2.0
This release contains the following changes:
- Upgraded library dependencies, in particular Caliban to 2.5.3 which transitively depends on zio-http 3.0.0-RC4 #110 by @jgulotta
- Added the ability to set no timeout in
Messenger
. This changes thesendTimeout
parameter fromOption[Duration]
to a small ADT that allows no timeout, a specific timeout or just using the global config timeout #112 by @ghostdogpr