Skip to content

7.0.0

Compare
Choose a tag to compare
@Joannis Joannis released this 03 Jul 00:07
· 172 commits to master/7.0 since this release
4850c77

After a long time of hard work, we're finally able to release a 7.0!

Highlights

This time, we're putting async/await in the drivers seat! Not only are all API's over from EventLoopFuture to async/await, but we've also added support for AsyncSequence to cursors. If a cursor's Task gets cancelled, the cursor will also stop iterating.

KeyPath Queries

Meow was actually the place of invention of KeyPath queries - years ago. But we were never quite happy with the final solution. This time around, we're happy with the result and are excited to share it!