Update version for the next release (v0.11.0) #553
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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(#382).
SearchRequestclass (Add a builder for SearchRequest class #543) @alallemagetTasksname changes: The total number of paginated results is wrong #390status->statusesindexUID->indexUIDStype->typespaginationstrategy with the search parameterspageandhitsPerPageAdd pagination feature for v0.30.0 #546public Searchable search(SearchRequest searchRequest)method now returnSearchablewhich can be extended to two different classes of resultsSearchResultandSearchResultPaginatedSearchResultis now an extended class ofSearchableSearchResultPaginatedclass to handle pagination results from searchSearchable🚀 Enhancements
getRawIndexeswith query parameters (ImplementgetRawIndexeswith query parameters #558) @oraliahdzsetTasks:uid,beforeEnqueuedAt,afterEnqueuedAt, ... see Add tasks filters for v0.30 #544client.cancelTasksmethod that lets you cancelenqueuedandprocessingtasks Add cancel task api for v0.30.0 #547client.deleteTasksmethod that lets you delete tasks Add delete task api for v0.30.0 #548client.swapIndexesmethod that lets you swap two indexes Add swap indexes api for v0.30.0 #554TaskDetailsand modification of ``TaskInfo` Update TaskDetails and TaskInfo for v0.30.0 #545🐛 Bug Fixes
Thanks again to @alallema, @gpor0 and @oraliahdz! 🎉