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.33.0 to 0.37.0 #5

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

Conversation

HandymanKHM
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.33.0 to 0.37.0.

ℹ️ 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 10 versions ahead of your current version.
  • The recommended version was released 2 months ago, on 2024-01-15.
Release notes
Package name: meilisearch
  • 0.37.0 - 2024-01-15

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

    • Add support for the new setting: proximityPrecision (#1619) mdubus
    client.index('books').getProximityPrecision()
    client.index('books').updateProximityPrecision('byAttribute')
    client.index('books').resetProximityPrecision()
    • Update error inheritance to extend MeiliSearchError (#1607) amit-ksh

    🧪 Experimental enhancement - Hybrid and vector search

    ⚠️ This is about an experimental feature of Meilisearch. Activate the vectorStore experimental feature to use it

    • Add support for the embedders settings (#1623) mdubus
    client.index('books').getEmbedders()
    client.index('books').updateEmbedders({ default: { source: 'userProvided', dimensions: 1 }})
    client.index('books').resetEmbedders()
    • Add support for the hybrid parameter during search (#1623) mdubus

    ⚙️ Maintenance/misc

    • Fix test name in error.test.ts (#1609) amit-ksh
    • Update Jest (#1622) flevi29

    Thanks again to @ amit-ksh, @ curquiza, @ flevi29, @ mdubus, @ meili-bors[bot] ! 🎉

  • 0.36.0 - 2023-11-20

    This version introduces features released on Meilisearch v1.5.0 🎉
    Check out the changelog of Meilisearch v1.5.0 for more information on the changes.

    ⚠️ If you want to adopt new features of this release, update the Meilisearch server to the appropriate version.

    🚀 Enhancements

    • Needs Meilisearch v1.5.0 -> Add new method createSnapshot() to trigger snapshot creation. Similar to the already existing createDump() for dumps (#1603) @ brunoocasali
  • 0.35.1 - 2023-11-20

    🚀 Enhancements

    Thanks again to @ Dhoni77, @ amit-ksh, @ curquiza, @ jonespen, @ meili-bors[bot] ! 🎉

  • 0.35.0 - 2023-09-25

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

    client.index('books').getDictionary()
    client.index('books').updateDictionary(['W.E.B'])
    client.index('books').resetDictionary()
    client.index('books').getSeparatorTokens()
    client.index('books').updateSeparatorTokens(['@'])
    client.index('books').resetSeparatorTokens()
    client.index('books').getNonSeparatorTokens()
    client.index('books').updateNonSeparatorTokens(['.', ','])
    client.index('books').resetNonSeparatorTokens()

    ⚠️ Warning usage with v1.4.0

    A bug fix in Meilisearch v1.4.0 introduces a breaking change in the filter usage. It only concerns users using the filter search parameter with \.
    Explanation and change to apply are detailed in the Meilisearch v1.4.0

    Thanks to @ atoulmet and @ bidoubiwa! 🎉

  • 0.35.0-v1.3.0-pre-release.1 - 2023-07-18

    🐛 Bug Fixes

    • fix(type): make vector optional in search response.
  • 0.35.0-v1.3.0-pre-release.0 - 2023-07-13
  • 0.34.2 - 2023-09-06

    🚀 Enhancements

    🐛 Bug Fixes

    Thanks again to @ amit-ksh, @ bidoubiwa, @ brunoocasali, @ mdubus, @ meili-bors[bot], @ nicolasvienot and @ tonyghouse! 🎉

  • 0.34.2-tokenizer-customization.0 - 2023-08-16

    This version introduces features released on Meilisearch prototype-tokenizer-customization-3 Docker image 🎉
    Check out the changelogs (1, 2) 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

    Thanks again to @ atoulmet 🎉

  • 0.34.1 - 2023-08-07
    Read more
  • 0.34.0 - 2023-07-31
    Read more
  • 0.33.0 - 2023-06-05
from meilisearch GitHub release notes
Commit messages
Package name: meilisearch

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
2 participants