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

Update version for the next release (v0.37.0) #1625

Merged
merged 2 commits into from
Jan 15, 2024
Merged

Conversation

meili-bot
Copy link
Contributor

@meili-bot meili-bot commented Jan 9, 2024

This PR is auto-generated.

The automated script updates the version of meilisearch-js to a new version: "v0.37.0"

👇 Changelogs

🚀 Enhancements

client.index('books').getProximityPrecision()
client.index('books').updateProximityPrecision('byAttribute')
client.index('books').resetProximityPrecision()

🧪 Experimental enhancement - Hybrid and vector search

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

client.index('books').getEmbedders()
client.index('books').updateEmbedders({ default: { source: 'userProvided', dimensions: 1 }})
client.index('books').resetEmbedders()

⚙️ Maintenance/misc

Thanks again to amit-ksh, flevi29! 🎉

@meili-bot meili-bot added the skip-changelog The PR will not appear in the release changelogs label Jan 9, 2024
Copy link

codecov bot commented Jan 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (be57d84) 97.45% compared to head (1e9d22f) 97.45%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1625   +/-   ##
=======================================
  Coverage   97.45%   97.45%           
=======================================
  Files          22       22           
  Lines         826      826           
  Branches      109      109           
=======================================
  Hits          805      805           
  Misses         20       20           
  Partials        1        1           

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

Copy link
Member

@brunoocasali brunoocasali left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@brunoocasali
Copy link
Member

bors merge

Copy link
Contributor

meili-bors bot commented Jan 15, 2024

Build succeeded:

@meili-bors meili-bors bot merged commit a8b5e4b into main Jan 15, 2024
8 checks passed
@meili-bors meili-bors bot deleted the meili-bot/bump-version branch January 15, 2024 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog The PR will not appear in the release changelogs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants