v0.30.0 π»
meili-bot
released this
28 Nov 15:05
·
591 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
pagination
strategy with the search parameterspage
andhitsPerPage
#1372 - New filters on
getTasks
:uid
,beforeEnqueuedAt
,afterEnqueuedAt
, ... see #1376 - New
client.cancelTasks
method that lets you cancelenqueued
andprocessing
tasks #1379 - New
client.deleteTasks
method that lets you deleted tasks #1382 - New
client.swapIndexes
method that lets you swap two indexes #1384
β οΈ Breaking change
- Parameters on
getTasks
name changes: #1391status
->statuses
index_uid
->index_uids
type
->types
- Task detail
receivedDocumentIds
renamed toprovidedIds
#1386 - Remove
batchUid
fromTask
class #1388 - Error field in
Task
is now always present and has anull
value 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] ! π