Skip to content

v0.6.0

Compare
Choose a tag to compare
@adamgfraser adamgfraser released this 12 Dec 23:41
· 49 commits to series/2.x since this release
7cdd3fe

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

New Contributors

  • @zio-assistant made their first contribution in #454

Full Changelog: v0.5.1...v0.6.0