v0.7.2
This minor release adds new eager ZQuery.*Now
constructors (e.g., ZQuery.succeedNow
) that allow users to lift pure values into a ZQuery. Eagerly constructed queries allow for more aggressive under-the-hood optimizations at the cost of not capturing side-effects. As such, they should only ever be used for lifting pure values, and never in recursive methods!
Highlights
- Allow queries to be eagerly constructed by @kyri-petrou in #488
Other changes
- Bump zio & other deps by @kyri-petrou in #484
- Update README.md by @zio-assistant in #485
- Update zio to 2.1.1 by @kyri-petrou in #486
- Update ZIO version by @kyri-petrou in #487
- Make methods on ZQuery non-final by @kyri-petrou in #489
- Remove unused type param from
Cache#lookup
by @kyri-petrou in #490
Full Changelog: v0.7.1...v0.7.2