Skip to content

Commit 3811df6

Browse files
bors[bot]alallema
andauthored
Merge #398
398: Update version for the next release (0.22.0) r=alallema a=alallema This version makes this package compatible with Meilisearch v0.30.0 🎉 Check out the changelog of [Meilisearch v0.30.0](https://github.com/meilisearch/meilisearch/releases/tag/v0.30.0) for more information on the changes. ## 🚀 Enhancements - New `pagination` strategy with the search parameters `Page` and `HitsPerPage` #392 - New filters on `GetTasks`: `UID`, `BeforeEnqueuedAt`, `AfterEnqueuedAt`, ... see #390 - New `client.CancelTasks` method that lets you cancel `enqueued` and `processing` tasks #395 - New `client.DeleteTasks` method that lets you delete tasks #396 - New `client.SwapIndexes` method that lets you swap two indexes #397 - New fields on `Task.Details` #395 ## ⚠️ Breaking change - Parameters on `GetTasks` name changes: #390 - `Status` -> `Statuses` - `IndexUID` -> `IndexUIDS` - `Type` -> `Types` Co-authored-by: alallema <amelie@meilisearch.com> Co-authored-by: Amélie <alallema@users.noreply.github.com>
2 parents 9d80462 + a1d6350 commit 3811df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package meilisearch
22

33
import "fmt"
44

5-
const VERSION = "0.21.1"
5+
const VERSION = "0.22.0"
66

77
func GetQualifiedVersion() (qualifiedVersion string) {
88
return getQualifiedVersion(VERSION)

0 commit comments

Comments
 (0)