Skip to content

v2.2.0

Compare
Choose a tag to compare
@ghostdogpr ghostdogpr released this 14 Mar 05:58
· 48 commits to series/2.x since this release
9c831a4

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 the sendTimeout parameter from Option[Duration] to a small ADT that allows no timeout, a specific timeout or just using the global config timeout #112 by @ghostdogpr