v0.24.0 π
meili-bot
released this
06 Feb 15:28
·
709 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
datetime
type for consistency. Class impacted:Task
andTasInfo
(#661) @Azanul - Change
details
fields inTask
classDict[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