Skip to content

0.15.0 πŸ•Š

Compare
Choose a tag to compare
@meili-bot meili-bot released this 07 Mar 18:39
· 154 commits to refs/heads/main since this release
062fd1d

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 changes

  • search<T> returns a Searchable<T> instead SearchResult<T> directly. Now the SearchResult contains the implementation handler of a request with estimated pagination (limit/offset), and FiniteSearchResult contains the implementation for finite pagination page/hitsPerPage. (#369) @brunoocasali
  • This is the list of the accepted parameters for getTasks (TasksQuery) (#365) @brunoocasali:
limit: Int?
from: Int?
next: Int?
statuses: [String]?
types: [String]?
indexUids: [String]?
uids: [Int]?
canceledBy: [Int]?
beforeEnqueuedAt: Date?
afterEnqueuedAt: Date?
afterFinishedAt: Date?
beforeStartedAt: Date?
afterStartedAt: Date?
beforeFinishedAt: Date?

πŸš€ Enhancements

πŸ› Bug Fixes

Thanks again to @Dishant10, @aronbudinszky, @bidoubiwa, @brunoocasali, @curquiza, @mannuch, @meili-bors[bot], and @zt4ff! πŸŽ‰