Releases: meilisearch/meilisearch-js
v0.32.0-v1.1.0-pre-release.2
This version makes this package compatible with Meilisearch v1.1.0.rc.1 ๐
Check out the changelog of Meilisearch v1.1.0.rc.1 for more information on the changes.
๐ Enhancements
v0.32.0-v1.1.0-pre-release.0
This version makes this package compatible with Meilisearch v1.1.0.rc.1 ๐
Check out the changelog of Meilisearch v1.1.0.rc.1 for more information on the changes.
๐ Enhancements
v0.31.1 ๐ป
v0.31.0 ๐ป
This version makes this package compatible with Meilisearch v1.0.0 ๐
Check out the changelog of Meilisearch v1.0.0 for more information on the changes.
โ ๏ธ Breaking change
- Some error codes were added and other were removed see: #1438
๐ Enhancements
Thanks again to @TeyKey1, @bidoubiwa, and @trim21! ๐
v0.30.0 ๐ป
This version makes this package compatible with Meilisearch v0.30.0 ๐
Check out the changelog of Meilisearch v0.30.0 for more information on the changes.
๐ Enhancements
- New
paginationstrategy with the search parameterspageandhitsPerPage#1372 - New filters on
getTasks:uid,beforeEnqueuedAt,afterEnqueuedAt, ... see #1376 - New
client.cancelTasksmethod that lets you cancelenqueuedandprocessingtasks #1379 - New
client.deleteTasksmethod that lets you deleted tasks #1382 - New
client.swapIndexesmethod that lets you swap two indexes #1384
โ ๏ธ Breaking change
- Parameters on
getTasksname changes: #1391status->statusesindex_uid->index_uidstype->types
- Task detail
receivedDocumentIdsrenamed toprovidedIds#1386 - Remove
batchUidfromTaskclass #1388 - Error field in
Taskis now always present and has anullvalue when there are no errors #1389 - Add and rename some error codes: #1393
- (ts) Make all the fields of details field of TaskObject optional (#1398) @amit-ksh
- (ts) Make all the fields of details field of TaskObject optional (#1398) @amit-ksh
Thanks again to @amit-ksh, @bidoubiwa, @meili-bors[bot] ! ๐
v0.30.0-beta.0 ๐ป
This version makes this package compatible with Meilisearch v0.30.0rc1 ๐
Check out the changelog of Meilisearch v0.29.1 for more information on the changes.
๐ Enhancements
- New
paginationstrategy with the search parameterspageandhitsPerPage#1372 - New filters on
getTasks:uid,beforeEnqueuedAt,afterEnqueuedAt, ... see #1376 - New
client.cancelTasksmethod that lets you cancelenqueuedandprocessingtasks #1379 - New
client.deleteTasksmethod that lets you deleted tasks #1382 - New
client.swapIndexesmethod that lets you swap two indexes #1384
โ ๏ธ Breaking change
- Parameters on
getTasksname changes: #1391status->statusesindex_uid->index_uidstype->types
- Task detail
receivedDocumentIdsrenamed tomatchedDocuments#1386 - Remove
batchUidfromTaskclass #1388 - Error field in
Taskis now always present and has anullvalue when there are no errors #1389 - Add and rename some error codes: #1393
v0.29.1 ๐ป
v0.29.0 ๐ป
โ ๏ธ Breaking changes
- refactor: Construct date type for related keys (#1338) @TheLearneer
- Refactor Task and EnqueuedTask to classes (#1343) @blenderskool
๐ Enhancements
- Add faceting index settings methods (#1344) @Ugzuzg
- Add support to the pagination setting customization at the index level (#1339) @vishalsodani
- Make MatchingStrategies enum type available to import (#1358) @jimmyruann
Thanks again to @CursedRock17, @MoskalykA, @TheLearneer, @Ugzuzg, @bidoubiwa, @blenderskool, @brunoocasali, @jimmyruann, @sab1in, @vishalsodani, @viveknshah and sabin! ๐
v0.28.0 ๐ป
This version makes this package compatible with Meilisearch v0.29.0 ๐
Check out the changelog of Meilisearch v0.29.0 for more information on the changes.
๐ Enhancements
- Add the new search query parameter
matchingStrategy#1324 @bidoubiwa - Ensure support to keys with wildcarded actions.
actionsfield during key creation now accepts wildcards on actions. For example,indexes.*provides rights toindexes.create,indexes.get,indexes.delete,indexes.delete, andindexes.update. #1325 @bidoubiwa
โ ๏ธ Breaking Changes
This breaking change may not affect you, but in any case, you should check your search queries if you want to keep the same behavior from v0.28.
- The
NOTfilter keyword does not have an implicitlyEXISToperator anymore. Check out for more information: meilisearch/meilisearch#2486
Thanks again to @bidoubiwa and @guimachiavelli! ๐
v0.28.0-beta.0 ๐ป
This version makes this package compatible with Meilisearch v0.29.1 ๐
Check out the changelog of Meilisearch v0.29.1 for more information on the changes.
๐ Enhancements
- New search query parameter
matchingStrategy#1324 - The
actionsfield when creating a key now accepts wildcards on specific actions. For example: indexes.* provides rights to create/get/delete/update indexes meilisearch/meilisearch#2560 - Changes in filters and behavior of the NOT keyword meilisearch/meilisearch#2486