Skip to content
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

Merged
merged 5 commits into from
Apr 23, 2023
Merged

Beta release #279

merged 5 commits into from
Apr 23, 2023

Conversation

efirs
Copy link
Collaborator

@efirs efirs commented Apr 23, 2023

No description provided.

garrensmith and others added 5 commits April 20, 2023 19:00
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-commenter
Copy link

Codecov Report

Patch coverage: 68.42% and project coverage change: -0.32 ⚠️

Comparison is base (0c0c48d) 81.74% compared to head (1fc4b09) 81.42%.

📣 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     
Impacted Files Coverage Δ
driver/internal.go 88.67% <ø> (ø)
driver/types.go 0.00% <ø> (ø)
tigris/types.go 66.66% <ø> (ø)
tigris/collection.go 70.73% <42.85%> (-3.19%) ⬇️
driver/driver.go 86.36% <50.00%> (-0.85%) ⬇️
driver/http.go 74.66% <68.42%> (-0.17%) ⬇️
tigris/iterator.go 76.25% <75.00%> (-0.54%) ⬇️
driver/grpc.go 85.74% <88.00%> (+0.09%) ⬆️

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@efirs efirs merged commit 2ef4bf7 into beta Apr 23, 2023
@github-actions
Copy link

🎉 This PR is included in version 1.0.0-beta.31 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@github-actions
Copy link

github-actions bot commented May 9, 2023

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants