Skip to content

v0.33.0 🌻

Compare
Choose a tag to compare
@meili-bot meili-bot released this 05 Jun 12:10
· 205 commits to refs/heads/main since this release
d85d9b8

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! πŸŽ‰