-
Notifications
You must be signed in to change notification settings - Fork 90
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
Update Node.js versions that are used in tests #1620
Conversation
Okay I'm guessing something else needs to be changed, which I don't have access to, going by what tests seem to want to run. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1620 +/- ##
=======================================
Coverage 97.52% 97.52%
=======================================
Files 22 22
Lines 850 850
Branches 109 109
=======================================
Hits 829 829
Misses 20 20
Partials 1 1 ☔ View full report in Codecov by Sentry. |
Thanks for the PR @flevi29 can you update the bors file? It's our tool to merge PR based on tests Also, I am waiting for the comeback of @brunoocasali (since he's the maintainer) to know if he's ok to drop Node 14 and 16 support I'm personally not against this drop. I just added the |
…-js into update-node-versions
Okay, no problem. |
I'll keep that in mind, I thought a breaking change would constitute a major version increase. Did that mistake with |
Yes, when your library is stable (X.Y.Z), a breaking change involves a MAJOR increase You can see here our tool (release-drafter) will upgrade the minor and not the major if we have a In the instant meilisearch repository, we don't use the same tool to manage our release and version, so other errors are possible |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors merge |
1633: Update version for the next release (v0.38.0) r=brunoocasali a=meili-bot _This PR is auto-generated._ The automated script updates the version of meilisearch-js to a new version: "v0.38.0" Part of the work of #1631 --- This version introduces features released on Meilisearch v1.7.0 🎉 Check out the changelog of [Meilisearch v1.7.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.7.0) for more information on the changes.⚠️ If you want to adopt new features of this release, **update the Meilisearch server** to the according version. ##⚠️ Breaking changes * Update Node.js versions that are used in tests (#1620) `@flevi29` * `scoreDetails` feature is not experimental anymore. You can directly use `showRankingScoreDetails` during a search without activating the experimental feature 🎉 ## 🚀 Enhancements * `dimensions` field is available to the OpenAi model (#1631) `@nicolasvienot` * Enable limit and offset according to documentation. (#1630) `@reijovosu` Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>
Pull Request
Related issue
Fixes #1618
What does this PR do?
PR checklist
Please check if your PR fulfills the following requirements:
Thank you so much for contributing to Meilisearch!