-
Notifications
You must be signed in to change notification settings - Fork 102
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: meilisearch/meilisearch-rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.30.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: meilisearch/meilisearch-rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: refs/heads/main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 18 commits
- 13 files changed
- 4 contributors
Commits on Sep 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d71e238 - Browse repository at this point
Copy the full SHA d71e238View commit details
Commits on Sep 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ca562a0 - Browse repository at this point
Copy the full SHA ca562a0View commit details -
Update dependabot and release template configuration (#710)
* Update .github/dependabot.yml * Update .github/release-draft-template.yml
Configuration menu - View commit details
-
Copy full SHA for 910f9e9 - Browse repository at this point
Copy the full SHA 910f9e9View commit details
Commits on Sep 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d4c2866 - Browse repository at this point
Copy the full SHA d4c2866View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59c2da1 - Browse repository at this point
Copy the full SHA 59c2da1View commit details -
Merge branch 'feat/sharding' of https://github.com/kumarUjjawal/meili…
…search-rust into feat/sharding
Configuration menu - View commit details
-
Copy full SHA for 0b07f76 - Browse repository at this point
Copy the full SHA 0b07f76View commit details -
Configuration menu - View commit details
-
Copy full SHA for d27dbed - Browse repository at this point
Copy the full SHA d27dbedView commit details
Commits on Sep 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0329ee4 - Browse repository at this point
Copy the full SHA 0329ee4View commit details
Commits on Oct 1, 2025
-
Update thiserror requirement from 1.0.51 to 2.0.17
--- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.17 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for de37666 - Browse repository at this point
Copy the full SHA de37666View commit details
Commits on Oct 7, 2025
-
711: Add support for sorting on the documents API r=curquiza a=kumarUjjawal # Pull Request ## Related issue Fixes #699 ## What does this PR do? As per the requirements of the [Meilisearch 1.16](https://www.meilisearch.com/blog/meilisearch-1-16?utm_campaign=oss&utm_medium=integrations) the goal was to update the SDK to allow the sorting on the documents API. ## PR checklist Please check if your PR fulfills the following requirements: - [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added sorting options to document retrieval, allowing results to be ordered by specified attributes when sorting is configured. Supports multi-attribute sorting. Default behavior remains unchanged if no sort is provided. * **Tests** * Added test coverage to verify correct ordering of documents when sorting is applied. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: Kumar Ujjawal <ujjawalpathak6@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 59971fc - Browse repository at this point
Copy the full SHA 59971fcView commit details -
709: Add sharding support for Network methods r=curquiza a=kumarUjjawal # Pull Request This PR aims to bring the SDK close to the Mealisearch [Meilisearch 1.19](https://github.com/meilisearch/meilisearch/releases/tag/v1.19.0) features and add support for sharding . ## Related issue Fixes #700 ## What does this PR do? As per the tasks described in the origina issue #700 - Update the Network methods to accept sending the sharding parameter - Update the Network methods to include `remotes.[remoteName].writeApiKey` in the responses - Update the Tasks methods to include remotes objects in the tasks reponse index update method to allow renaming - Add new test cases to test implementation ## PR checklist Please check if your PR fulfills the following requirements: - [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Manage network configuration from the client: view/update network state, toggle sharding, and set the local remote. * Public Network module exposing remotes, self identity, and sharding configuration. * Multi-search federation options can target a specific remote. * **Improvements** * Task details (enqueued, processing, succeeded) now include remotes information when available. * **Tests** * Added tests for network updates and task deserialization with remotes. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: Kumar Ujjawal <ujjawalpathak6@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5e84bdf - Browse repository at this point
Copy the full SHA 5e84bdfView commit details
Commits on Oct 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a3277e4 - Browse repository at this point
Copy the full SHA a3277e4View commit details
Commits on Oct 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for db9f85e - Browse repository at this point
Copy the full SHA db9f85eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 653c367 - Browse repository at this point
Copy the full SHA 653c367View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8b06f7 - Browse repository at this point
Copy the full SHA e8b06f7View commit details
Commits on Oct 22, 2025
-
717: chore: Bump jsonwebtoken crate to 10.0.0 r=curquiza a=kumarUjjawal # Pull Request Bump `jsonwebtoken` crate to `10.0.0` to add the "aws_lc_rs" feature which will allow in reducing the double compilation. ## Related issue Fixes #715 ## What does this PR do? ## PR checklist Please check if your PR fulfills the following requirements: - [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Upgraded the underlying token processing library to a new major release with non-blocking support and enhanced cryptography options, improving performance and security posture. * **Tests** * Improved test build configuration for token-related structures to streamline test scenarios; no impact on runtime behavior. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: Kumar Ujjawal <ujjawalpathak6@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1e781c6 - Browse repository at this point
Copy the full SHA 1e781c6View commit details -
719: Add support for webhook API r=curquiza a=kumarUjjawal # Pull Request ## Related issue Fixes #697 ## What does this PR do? Created a new module to support the webhook API. ## PR checklist Please check if your PR fulfills the following requirements: - [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Full webhook management in the client: create, list, get, update, and delete webhooks * Fine-grained header controls with partial-update semantics: add, remove, and reset headers * **Documentation** * Added usage examples and code samples demonstrating webhook CRUD and header update flows * **Tests** * Added serialization and end-to-end webhook CRUD tests <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: Kumar Ujjawal <ujjawalpathak6@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 601a066 - Browse repository at this point
Copy the full SHA 601a066View commit details -
713: Update thiserror requirement from 1.0.51 to 2.0.17 r=curquiza a=dependabot[bot] You can trigger a rebase of this PR by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - ``@dependabot` rebase` will rebase this PR - ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it - ``@dependabot` merge` will merge this PR after your CI passes on it - ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it - ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging - ``@dependabot` reopen` will reopen this PR if it is closed - ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - ``@dependabot` show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e90a3c2 - Browse repository at this point
Copy the full SHA e90a3c2View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.30.0...refs/heads/main