Skip to content

7.0 - Async/Await & KeyPath Queries

Pre-release
Pre-release
Compare
Choose a tag to compare
@Joannis Joannis released this 15 May 19:31
· 30 commits to master/6.0 since this release

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

Some 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!