v0.24.0 π
·
940 commits
to refs/heads/main
since this release
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(#635).
β οΈ Breaking changes
- Make the usage of the module typing consistent (#625) @pbrochar
- Put all dates to
datetimetype for consistency. Class impacted:TaskandTasInfo(#661) @Azanul - Change
detailsfields inTaskclassDict[str, Any]->Union[Dict[str, Any], None](#664) @Azanul
π Enhancements
- Added
update_documents_csv(str_documents: str, primary_key: Optional[str] = None) -> TaskInfo(#654) @sajdakabir