Tags: structwafel/meilisearch-python
Tags
Merge meilisearch#873 873: Update version for the next release (v0.28.4) r=sanders41 a=sanders41 # Pull Request ## Related issue Fixes #<issue_number> ## What does this PR do? - ... ## PR checklist Please check if your PR fulfills the following requirements: - [ ] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [ ] Have you read the contributing guidelines? - [ ] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! Co-authored-by: Paul Sanders <[email protected]>
Merge meilisearch#849 849: Update version for the next release (v0.28.3) r=curquiza a=meili-bot _This PR is auto-generated._ The automated script updates the version of meilisearch-python to a new version: "v0.28.3" Co-authored-by: meili-bot <[email protected]>
Merge meilisearch#797 797: Changes related to the next Meilisearch release (v1.3.0) r=alallema a=meili-bot Related to this issue: meilisearch/integration-guides#280 This PR: - gathers the changes related to the next Meilisearch release (v1.3.0) so that this package is ready when the official release is out. - should pass the tests against the [latest pre-release of Meilisearch](https://github.com/meilisearch/meilisearch/releases). - might eventually contain test failures until the Meilisearch v1.3.0 is out.⚠️ This PR should NOT be merged until the next release of Meilisearch (v1.3.0) is out. _This PR is auto-generated for the [pre-release week](https://github.com/meilisearch/integration-guides/blob/main/resources/pre-release-week.md) purpose._ Co-authored-by: meili-bot <[email protected]> Co-authored-by: Paul Sanders <[email protected]> Co-authored-by: Amélie <[email protected]>
Merge meilisearch#795 795: Update version for the next release (v0.28.1) r=alallema a=meili-bot _This PR is auto-generated._ The automated script updates the version of meilisearch-python to a new version: "v0.28.1" Co-authored-by: meili-bot <[email protected]> Co-authored-by: Amélie <[email protected]>
Merge meilisearch#772 772: Update version for the next release (v0.28.0) r=alallema a=meili-bot Release CHANGELOG: This version introduces features released on Meilisearch v1.2.0 🎉 Check out the changelog of [Meilisearch v1.2.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.2.0) for more information on the changes.⚠️ If you want to adopt new features of this release, **update the Meilisearch server** to the according version. ## 🚀 Enhancements * The method `delete_documents()` now supports a new parameter `filter` that allows deleting documents by filtering. The `filter` field works precisely like the `filter` field used on the `search` method. See [the docs on how to use filters](https://www.meilisearch.com/docs/learn/advanced/filtering#filter-basics). (meilisearch#756) `@sanders41` * Add the ability to receive a `filter` key from the `get_documents`/`documents` methods. The `filter` field works precisely like the `filter` field used on the `search` method. See [the docs on how to use filters](https://www.meilisearch.com/docs/learn/advanced/filtering#filter-basics). (meilisearch#757) `@sanders41` Thanks again to `@sanders41!` 🎉 Co-authored-by: meili-bot <[email protected]> Co-authored-by: Amélie <[email protected]>
Merge pull request meilisearch#767 from meilisearch/meili-bot/bump-ve… …rsion Update version for the next release (v0.27.0)
Merge meilisearch#709 meilisearch#726 709: Changes related to the next Meilisearch release (v1.1.0) r=bidoubiwa a=meili-bot Related to this issue: meilisearch/integration-guides#251 This PR: - gathers the changes related to the next Meilisearch release (v1.1.0) so that this package is ready when the official release is out. - should pass the tests against the [latest pre-release of Meilisearch](https://github.com/meilisearch/meilisearch/releases). - might eventually contain test failures until the Meilisearch v1.1.0 is out.⚠️ This PR should NOT be merged until the next release of Meilisearch (v1.1.0) is out. _This PR is auto-generated for the [pre-release week](https://github.com/meilisearch/integration-guides/blob/main/resources/pre-release-week.md) purpose._ Done: - meilisearch#714 - meilisearch#716 726: Update version for the next release (v0.26.0) r=bidoubiwa a=meili-bot This version makes this package compatible with Meilisearch v1.1 🎉 Check out the changelog of [Meilisearch v1.1](https://github.com/meilisearch/meilisearch/releases/tag/v1.1.0) for more information on the changes. ##⚠️ Breaking changes * Change error names from MeiliSerach to Meilisearch (meilisearch#720) `@sanders41` ## 🚀 Enhancements - Add the ability to provide a specific `csv-delimiter` when adding and updating documents in CSV format (meilisearch#716) `@alallema` - New method `client.multi_search()` provides the possibility to make multiple requests at once (meilisearch#714) `@alallema` Example: ```python client.multi_search( [ {'indexUid': 'movies', 'q': 'pooh', 'limit': 5}, {'indexUid': 'movies', 'q': 'nemo', 'limit': 5}, {'indexUid': 'movie_ratings', 'q': 'us'} ] ) ``` Thanks again to `@alallema` and `@sanders41!` 🎉 Co-authored-by: meili-bot <[email protected]> Co-authored-by: alallema <[email protected]> Co-authored-by: Amélie <[email protected]>
Merge meilisearch#693 693: Update version for the next release (v0.25.0) r=alallema a=alallema ##⚠️ Breaking changes * Update the return type of methods (meilisearch#676) `@sanders41` ## 🚀 Enhancements * Transform all the `task` methods to a `TaskHandler` class (meilisearch#662) `@Azanul` Thanks again to `@Azanul,` `@alallema,` `@brunoocasali` and `@sanders41!` 🎉 Co-authored-by: alallema <[email protected]>
Merge pull request meilisearch#679 from meilisearch/patch-636 Rollback include py.typed in package build
Merge meilisearch#609 609: Update version for the next release (v0.23.0) r=alallema a=alallema Co-authored-by: alallema <[email protected]> Co-authored-by: Amélie <[email protected]>
PreviousNext