v0.25.0 ๐ป
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
๐ 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()
, changegetIndexes()
behavior (#1045) @K-Kumar-01client.getIndexes
now returns an array ofIndex
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! ๐