-
Notifications
You must be signed in to change notification settings - Fork 123
Update version for the next release (v0.9.0) #531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@alallema we need to add a disclaimer about the "analytics": You can copy from here: https://github.com/meilisearch/meilisearch-dart/releases/tag/v0.5.1 |
Can you convert these two:
To use the Java methods instead of the HTTP routes? |
It's because the methods didn't really changes is the route inside the method that has changed no? |
There is just a small typo in the backticks here:
And also, you can change it to |
@alallema if nothing related to the method signature changed you can remove the entire change from the changelog, even if Meili stopped to accept that method, we manage to keep the same behavior, so no need to inform the user about that. |
333a59e
to
8c7430c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🔥🔥
💥 Breaking Changes
SearchQuery
changes (Apply search changes #505) @alallemafacetsDistribution
field tofacets
matches
field toshowMatchesPosition
SearchResult
changes (Apply search changes #505) @alallemanbHits
field toestimatedTotalHits
exhaustiveFacetsCount
fieldexhaustiveNbHits
fieldResult
class to pluralResults
(Rename Result class to Results #508) @alallemaclient.getDumpStatus
(Apply dumps changes #515) @alallemaclient.createDump
now returns aTaskInfo
object (Apply dumps changes #515) @alallemaclient.getTasks()
now returns aTasksResults
(Update Keys API for Meilisearch v.28 #517) @alallemaclient.getIndexes()
now returns aResults<Index>
(Update Index API for Meilisearch v.28 #516) @alallemaclient.getRawIndexes()
method return a String (Update Index API for Meilisearch v.28 #516) @alallemaclient.getKeys()
now returns aResults<Key>
(Update Keys API for Meilisearch v.28 #517) @alallemaclient.getDocuments()
now the method returns aResults<T>
(Update documents API for Meilisearch v.28 #518) @alallemagetDocument
:String getRawDocument(String identifier)
getDocument
:<T> Results<T> getDocuments(Class<T> targetClass)
String getRawDocuments()
client.getRawIndex()
method (Update Index API for Meilisearch v.28 #516) @alallema:name
and:uid
attributes inKey
class (Update Keys API for Meilisearch v.28 #517) @alallemaclient.generateTenantToken
method now waits for anapiKeyUid
(Uid of a signing API key) as parameter.🚀 Enhancements
KeyUpdate
class (Update Keys API for Meilisearch v.28 #517) @alallemaclient.getTasks()
now accepts an object with paginationTasksQuery
(Apply tasks changes #510) @alallemaclient.getIndexes()
now accepts an object with paginationIndexesQuery
(Update Index API for Meilisearch v.28 #516) @alallemaclient.getKeys()
now accepts an object with paginationKeysQuery
(Update Keys API for Meilisearch v.28 #517) @alallemaclient.getDocuments()
,client.getDocument()
Add the possibility to reduce the body payload by now accepting a query parameter calledfields
(previously calledattributesToRetrieve
) (Update documents API for Meilisearch v.28 #518) @alallemaAnalytics is enabled by default in the server, but you can disable them by following this guide
Also, of course, every analytics data we collect are ANONYMOUS read the guide for more information.
Thanks again to @alallema, @brunoocasali ! 🎉