-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Beta release #279
Beta release #279
Conversation
Adds explain endpoint to show what the query planner would run for a query. --------- Co-authored-by: Yevgeniy Firsov <[email protected]>
Added convenience ways of iteration: * Iterate - iterate result with provided closure. * Array - return iteration result as an array of documents. These helps to avoid common mistakes, like not closing the iterator and not checking iterator error at the end.
* feat: added sort operator * ran generate * updated tests
There is no use for it in the client and it's not easy to audit it in the contributed PRs.
Codecov ReportPatch coverage:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## beta #279 +/- ##
==========================================
- Coverage 81.74% 81.42% -0.32%
==========================================
Files 39 39
Lines 3971 4065 +94
==========================================
+ Hits 3246 3310 +64
- Misses 528 548 +20
- Partials 197 207 +10
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
🎉 This PR is included in version 1.0.0-beta.31 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
No description provided.