v0.6.0
This release changes the signature of Request
to be invariant. This increases the type safety of queries but may mean the compiler is stricter in enforcing that in some cases. In connection with this, the signature of CompletedRequestMap#insert
has been updated to not be curried for improved type inference. If you are using higher level constructors to define your data sources this change should not impact you.
What's Changed
- Make Current Cache Public by @adamgfraser in #443
- Update dependency node to v18.18.1 by @renovate in #444
- Update dependency node to v20 by @renovate in #448
- Asynchronous Cache by @adamgfraser in #451
- Prevent Degenerate Data Source Implementations by @adamgfraser in #453
- Update README.md by @zio-assistant in #454
- Optimize ZQuery#foreachBatched by @adamgfraser in #455
- Optimize ZQuery.foreachBatched by @adamgfraser in #457
New Contributors
- @zio-assistant made their first contribution in #454
Full Changelog: v0.5.1...v0.6.0