v0.30.0 π»
·
1145 commits
to refs/heads/main
since this release
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] ! π