Skip to content

v0.9.0 Developer Preview

Compare
Choose a tag to compare
@AlekSi AlekSi released this 31 Jan 15:49
· 1081 commits to main since this release
v0.9.0
d6506f7

What's Changed

We are pleased to announce our first Developer Preview release!

This release adds an initial implementation of aggregation pipelines. For now, only the $match and $count stages are implemented. Additional stages will be implemented in future releases.

This release also pushes more filtering queries to the backend, significantly improving their speed. Again, more will be implemented in future releases.

New Features 🎉

Fixed Bugs 🐛

  • Fix error types and array handling when dot notation is used with $set operator by @rumyantseva in #1795
  • Fix $inc operator panics for non-existing array index by @chilagrow in #1787
  • Fix $set operator to apply correct comparison by @chilagrow in #1814

Enhancements 🛠

Documentation 📄

Other Changes 🤖

New Contributors

All closed issues and pull requests.
All commits.