Meilisearch

Latest version: v0.31.1

Safety actively analyzes 630217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 8

0.15.1

Not secure
Changes

* Adding type hints and mypy (267) sanders41
* Adding delete if exists methods (268) sanders41

Thanks again to sanders41! 🎉

0.15.0

Not secure
Changes

* Adding possibility to send body null and tests (256) alallema
* Adding method to add documents in batches (260) sanders41

Breaking changes ⚠️

* get_indexes returns a list of Index instance + add raw index methods (261) sanders41

Thanks again to alallema, bidoubiwa, curquiza, and sanders41! 🎉

0.14.2

Not secure
Changes

* Standardize health method (246) alallema

Thanks again to alallema and curquiza! 🎉

0.14.1

Not secure
Changes

* Added an option to specify a timeout duration (232) sanders41

Thanks again to sanders41 bb, and ritwickdsouza! 🎉

0.14.0

Not secure
Changes

* Introduction of the `index()` method that replaces `get_index()`. `get_index()` is still available but does HTTP call, so this should be only used to fetch information from the MeiliSearch instance. See our [Getting Started](https://github.com/meilisearch/meilisearch-python#-getting-started) to use this package the right way (175) curquiza
* Add a new attribute in the `Index` class: `primary_key`. You can now use `client.get_index('books').primary_key` to access the primary key of your index. (175) curquiza
* Update dependencies

Breaking changes ⚠️

* `get_index()` is still present but does an HTTP call. This method should be only used to fetch information from the MeiliSearch instance, not to manipulate an `Index` object in your code base. Use `index()` instead. See our [Getting Started](https://github.com/meilisearch/meilisearch-python#-getting-started) to be sure using this SDK the most optimized way. (175) curquiza
* Rename `info()` into `fetch_info()` (175) curquiza
* Make the `update_index()` method return an `Index` instance (176) curquiza

Thanks again to bidoubiwa, curquiza, and most of all to kamyar for having refactored the tests suite! 🎉

0.13.0

Not secure
Breaking changes ⚠️

* Remove the PUT /health routes (166) eskombro

Also, thanks to ledo01! 🎉

Page 6 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.