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

[Snyk] Upgrade meilisearch from 0.31.1 to 0.34.1 #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

WontonSam
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade meilisearch from 0.31.1 to 0.34.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 14 versions ahead of your current version.
  • The recommended version was released 22 days ago, on 2023-08-07.
Release notes
Package name: meilisearch
  • 0.34.1 - 2023-08-07

    🐛 Bug Fixes

    Thanks again to @ 94noni, @ CaroFG, @ atoulmet, @ bidoubiwa and @ nicolasvienot! 🎉🎉

  • 0.34.0 - 2023-07-31

    This version introduces features released on Meilisearch v1.3.0 🎉
    Check out the changelog of Meilisearch v1.3.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

    🚀 Enhancements

    • Add a new method searchForFacetValues providing the possibility to search for facet values of a specific facet. #1513
    • (type) Add sortFacetValuesBy as a faceting setting parameters. Which lets you order your facet values by alpha or count. #1536
    • (type) Add attributesToSearchOn as a search parameter to limit in which fields to search. #1538
    • (type) Add total in the return object of getTasks to know how many tasks were found. #1539
    • (type) Add showRankingScore as a search parameter to receive the ranking score of the hits in the _rankingScore hit field. #1537
    • [EXPERIMENTAL] (type) Add vector as a search parameter to enable vector search.
    • [EXPERIMENTAL] (type) Add showRankingScoreDetails as a search parameter to receive the details of the ranking score of the hits in _rankingScoreDetails hit field. #1537

    🐛 Bug Fixes

    Thanks again to @ bidoubiwa, @ brunoocasali, @ maryamsulemani97, @ meili-bors[bot], and @ riccox! 🎉

  • 0.33.0 - 2023-06-05

    This version introduces features released on Meilisearch v1.2.0 🎉
    Check out the changelog of Meilisearch v1.2.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.

    🚀 Enhancements

    • The first parameter of the method deleteDocuments(params) now supports two different types. Either an array of document ID's or an object containing a filter field. The filter field works precisely like the filter field used on the search method (see the docs on how to use filters) and lets you determine which documents should be deleted. ⚠️ Still, even being supported, the ability to receive an array of document ID's is deprecated and should be changed to an object containing the filter field. #1492 @ bidoubiwa

    • getDocuments(parameters: DocumentsQuery), now accepts a new filter field to filter the documents you'd like to fetch. The filter field works precisely like the filter field used on the search method (see the docs on how to use filters). #1493 @ bidoubiwa

    These feature requires a Meilisearch server version greater than v1.2.

    🐛 Bug Fixes

    • Fixes the expiresAt UNIX timestamp used for tenant token generation from miliseconds to seconds (#1502) @ roy9495
    • Feat/native fetch with nitro support (#1503) @ icyJoseph

    Thanks again to @ amit-ksh, @ bidoubiwa, @ brunoocasali, @ icyJoseph, @ meili-bors[bot], and @ roy9495! 🎉

  • 0.33.0-prototype-search-for-facet-values.1 - 2023-06-08

    This version is compatible with the prototype-search-for-facet-values branch of Meilisearch. To use it, either compile the branch or use the docker image.

    🚀 Enhancements

    • New error codes #1513
    • New parameter in the search parameters to sort the facets distribution

    ⚠️ Breaking changes

    • method index.searchForFacetvalue is now named index.searchForFacetvalues #1513

    Thanks again to @ bidoubiwa! 🎉

  • 0.33.0-prototype-search-for-facet-values.0 - 2023-06-06

    This version is compatible with the prototype-search-for-facet-values branch of Meilisearch. To use it, either compile the branch or use the docker image.

    🚀 Enhancements

    • new method index.searchForFacetvalue #1513

    Thanks again to @ bidoubiwa! 🎉

  • 0.32.5 - 2023-05-29

    🐛 Bug Fixes

    • Remove conditional loading for fetch polyfill, which resolved in built fails in some environments (#1499) @ bidoubiwa

    Thanks again to @ bidoubiwa, @ meili-bors[bot] ! 🎉

  • 0.32.4 - 2023-05-23

    🚀 Enhancements

    • Add conditional loading for cross-fetch/polyfill - favour native fetch (#1488) @ icyJoseph

    Thanks again to @ bidoubiwa, @ icyJoseph, and @ smultar! 🎉

  • 0.32.3 - 2023-04-08

    🐛 Bug Fixes

    • Fix multiSearch to allow using host config with path (#1479) @ bb

    Thanks again to @ bb, @ meili-bors[bot] ! 🎉

  • 0.32.2 - 2023-04-04
  • 0.32.1 - 2023-04-03
  • 0.32.0 - 2023-03-27
  • 0.32.0-v1.1.0-pre-release.2 - 2023-03-27
  • 0.32.0-v1.1.0-pre-release.1 - 2023-03-27
  • 0.32.0-v1.1.0-pre-release.0 - 2023-03-15
  • 0.31.1 - 2023-02-06
from meilisearch GitHub release notes
Commit messages
Package name: meilisearch
  • d82d350 Merge #1562
  • 2cba878 Merge #1561
  • c978148 delete flaky test
  • a1b877f chore: bump version 0.34.1
  • 681277e fix: add canceled status to type TaskStatus
  • 613576a Merge #1557
  • 5a73cda Update .github/dependabot.yml
  • 163adc3 Merge #1553
  • c72dca2 Merge #1550
  • 2f0eae3 Update .code-samples.meilisearch.yaml
  • b935839 Merge #1551
  • b5ac5c7 Merge #1552
  • 2b7e3a9 Update README.md
  • 07e71ed Update code-samples for Meilisearch v1.3
  • 09d759b Add missing link to searchForFacetValues
  • 4639c71 Merge #1530
  • e9f6865 Set vector field in search response to optionnal
  • 0cf8704 Add rankingScore and rankingScoreDetails types (#1537)
  • 560bfda Temporarely skip tests due to bug in vector get search
  • ade7670 Merge branch 'main' into bump-meilisearch-v1.3.0
  • b61a8e5 Add the searchForFacetValues method for Meilisearch v1.3.0 (#1513)
  • 46a93c4 Merge #1542
  • 087c2d2 Update README.md
  • 13846f0 Add total field in getTasks response (#1539)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

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

Successfully merging this pull request may close these issues.

2 participants