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

Changes related to the next Meilisearch release (v1.7.0) #1631

Merged
merged 7 commits into from
Mar 11, 2024

Conversation

meili-bot
Copy link
Contributor

Related to this issue: meilisearch/integration-guides#296

This PR:

  • gathers the changes related to the next Meilisearch release (v1.7.0) so that this package is ready when the official release is out.
  • should pass the tests against the latest pre-release of Meilisearch.
  • might eventually contain test failures until the Meilisearch v1.7.0 is out.

⚠️ This PR should NOT be merged until the next release of Meilisearch (v1.7.0) is out.

This PR is auto-generated for the pre-release week purpose.

Copy link

codecov bot commented Feb 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.52%. Comparing base (bd3c8e0) to head (cb8d235).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1631   +/-   ##
=======================================
  Coverage   97.52%   97.52%           
=======================================
  Files          22       22           
  Lines         850      850           
  Branches      109      102    -7     
=======================================
  Hits          829      829           
  Misses         20       20           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@curquiza curquiza mentioned this pull request Feb 16, 2024
5 tasks
@curquiza curquiza added the breaking-change The related changes are breaking for the users label Feb 16, 2024
@curquiza curquiza linked an issue Feb 16, 2024 that may be closed by this pull request
5 tasks
@curquiza curquiza removed a link to an issue Feb 23, 2024
5 tasks
@curquiza curquiza linked an issue Feb 23, 2024 that may be closed by this pull request
5 tasks
brunoocasali
brunoocasali previously approved these changes Mar 7, 2024
@brunoocasali brunoocasali marked this pull request as ready for review March 7, 2024 16:32
docker-compose.yml Outdated Show resolved Hide resolved
Co-authored-by: Clémentine U. - curqui <clementine@meilisearch.com>
@brunoocasali
Copy link
Member

bors merge

meili-bors bot added a commit that referenced this pull request Mar 11, 2024
1631: Changes related to the next Meilisearch release (v1.7.0) r=brunoocasali a=meili-bot

Related to this issue: meilisearch/integration-guides#296

This PR:
- gathers the changes related to the next Meilisearch release (v1.7.0) so that this package is ready when the official release is out.
- should pass the tests against the [latest pre-release of Meilisearch](https://github.com/meilisearch/meilisearch/releases).
- might eventually contain test failures until the Meilisearch v1.7.0 is out.

⚠️ This PR should NOT be merged until the next release of Meilisearch (v1.7.0) is out.

_This PR is auto-generated for the [pre-release week](https://github.com/meilisearch/integration-guides/blob/main/resources/pre-release-week.md) purpose._


Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>
Co-authored-by: nicolasvienot <nvienot@gmail.com>
Co-authored-by: Clémentine U. - curqui <clementine@meilisearch.com>
Co-authored-by: Bruno Casali <brunoocasali@gmail.com>
Copy link
Contributor

meili-bors bot commented Mar 11, 2024

This PR was included in a batch that successfully built, but then failed to merge into main. It will not be retried.

Additional information:

{"message":"1 review requesting changes and 1 approving review by reviewers with write access.","documentation_url":"https://docs.github.com/articles/about-protected-branches"}

@brunoocasali brunoocasali merged commit 1c9e66d into main Mar 11, 2024
9 of 10 checks passed
@brunoocasali brunoocasali deleted the bump-meilisearch-v1.7.0 branch March 11, 2024 12:27
meili-bors bot added a commit that referenced this pull request Mar 11, 2024
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change The related changes are breaking for the users
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update library for v1.7.0
4 participants