Skip to content

v0.24.0 🐍

Compare
Choose a tag to compare
@meili-bot meili-bot released this 06 Feb 15:28
· 709 commits to refs/heads/main since this release
1ecf348

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 and TasInfo (#661) @Azanul
  • Change details fields in Task class Dict[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