New
v0.0.2
This release catches up with the latest changes in ZIO 2.0-RC4 and 2.0-RC5, so most notably no more ZManaged (by @adamgfraser).
Other than that small improvements and things that we missed in the initial release:
- added missing
executemethod for update statements by @jczuchnowski (https://github.com/zio/zio-sql/pull/603) - improved DSL for optional values in insert statements by @sviezypan (https://github.com/zio/zio-sql/pull/618)
- improved behavior of connections when interruption happens by @petoalbert (https://github.com/zio/zio-sql/pull/605)