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

Bump meilisearch from 0.38.0 to 0.40.0 #4

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 13, 2024

Bumps meilisearch from 0.38.0 to 0.40.0.

Release notes

Sourced from meilisearch's releases.

v0.40.0 🌻

💥 Breaking Changes

  • Fix the issue introduced in the v0.39 that affected vite apps meilisearch/meilisearch-js#1652 @​brunoocasali
  • Now to use the generateTenantToken you should use it with await: before:
    const token = client.generateTenantToken(apiKeyUid, searchRules, {
        apiKey: apiKey,
        expiresAt: expiresAt,
      })
    after:
    const token = await client.generateTenantToken(apiKeyUid, searchRules, {
        apiKey: apiKey,
        expiresAt: expiresAt,
      })

⚙️ Maintenance/misc

Thanks again to @​brunoocasali, @​mdubus! 🎉

v0.39.0 🌻

🚀 Enhancements

  • feat: hybrid search improvements for v1.8.x (#1647) @​mdubus
  • Add null to Embedder type (#1646) @​amit-ksh
  • Add searchCutoffMs index setting (#1643, #1645) @​amit-ksh
    client.index('movies').getSearchCutoffMs()
    client.index('movies').updateSearchCutoffMs(150)
    client.index('movies').resetSearchCutoffMs()

⚠️ if you're using vite to build your front-end app, you must add this to your configuration (see more info here meilisearch/meilisearch-js#1649)

export default defineConfig({
  plugins: [vue()],
  build: {
    rollupOptions: {
      external: ['crypto'], // this is the important part
    },
  },
})

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 13, 2024

The following labels could not be found: skip-changelog.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/meilisearch-0.40.0 branch 2 times, most recently from ee23ccb to a243ef9 Compare June 18, 2024 21:58
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/meilisearch-0.40.0 branch from a243ef9 to 38b9553 Compare June 19, 2024 14:56
Bumps [meilisearch](https://github.com/meilisearch/meilisearch-js) from 0.38.0 to 0.40.0.
- [Release notes](https://github.com/meilisearch/meilisearch-js/releases)
- [Commits](meilisearch/meilisearch-js@v0.38.0...v0.40.0)

---
updated-dependencies:
- dependency-name: meilisearch
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/meilisearch-0.40.0 branch from 38b9553 to a1a5c88 Compare June 20, 2024 09:12
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2024

Superseded by #24.

@dependabot dependabot bot closed this Aug 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/meilisearch-0.40.0 branch August 1, 2024 15:36
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.

1 participant