Skip to content

v0.30.0 🌻

Compare
Choose a tag to compare
@meili-bot meili-bot released this 28 Nov 15:05
· 591 commits to refs/heads/main since this release
449cd60

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 and hitsPerPage #1372
  • New filters on getTasks: uid, beforeEnqueuedAt, afterEnqueuedAt, ... see #1376
  • New client.cancelTasks method that lets you cancel enqueued and processing 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: #1391
    • status -> statuses
    • index_uid -> index_uids
    • type -> types
  • Task detail receivedDocumentIds renamed to providedIds #1386
  • Remove batchUid from Task class #1388
  • Error field in Task is now always present and has a null 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] ! πŸŽ‰