Skip to content

v0.25.0 ๐ŸŒป

Compare
Choose a tag to compare
@meili-bot meili-bot released this 14 Mar 14:56
· 1143 commits to main since this release
be800d5

This version makes this package compatible with MeiliSearch v0.25 up to v0.26.0 ๐ŸŽ‰
Check out the changelog of MeiliSearch v0.26.0 for more information about the โš ๏ธ breaking changes about the flag and dump new behavior.

๐Ÿš€ Enhancements

  • Added new method generateTenantToken() as a result of the addition of the multi-tenant functionality.
    This method creates a JWT tenant token that will allow the user to have multi-tenant indexes and thus restrict access to documents based on the end-user making the search request. (#1162) @bidoubiwa
  • Complete details field in tasks (#1151) @bidoubiwa
  • Add a validator on the provided host (#1168) @bidoubiwa

โš ๏ธ Breaking changes

  • Add new method to getAllRawIndexes(), change getIndexes() behavior (#1045) @K-Kumar-01
    • client.getIndexes now returns an array of Index instances.
    • client.getRawIndexes now returns an array of object containing the indexes information returned by meilisearch
  • Change how the library exports bundles (#1161) @bidoubiwa

๐Ÿ”’ Security

  • [Security] build(deps): bump shelljs from 0.8.4 to 0.8.5 (#1134)

Thanks again to @K-Kumar-01, @bidoubiwa, @dichotommy, and @psvnlsaikumar! ๐ŸŽ‰