Improved
v1.0.0-RC8
This release contains some small improvements/bugfixes
New
- Allow constructing Read from a list of underlying instances by @jatcwang in https://github.com/typelevel/doobie/pull/2195
- Feature: Allow customizing individual steps of query execution by @ulfryk in https://github.com/typelevel/doobie/pull/2154
- Scala 3 OrElse: Remove unncessary by-name parameter https://github.com/typelevel/doobie/pull/2194
Bug fixes
- Fix NPE due to Scala 3 by-name implicit bug by @jatcwang in https://github.com/typelevel/doobie/pull/2193
Documentation
- Update documentation for updateWithLabel by @felix-hedenstrom in https://github.com/typelevel/doobie/pull/2191
- Document documentation publishing workflow by @jatcwang in https://github.com/typelevel/doobie/pull/2192
Full Changelog: https://github.com/typelevel/doobie/compare/v1.0.0-RC7...v1.0.0-RC8