Skip to content
Permalink

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
Choose a base ref
...
head repository: meilisearch/meilisearch-rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: refs/heads/main
Choose a head ref
  • 18 commits
  • 13 files changed
  • 4 contributors

Commits on Sep 21, 2025

  1. Configuration menu
    Copy the full SHA
    d71e238 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2025

  1. fixed formatting

    kumarUjjawal committed Sep 22, 2025
    Configuration menu
    Copy the full SHA
    ca562a0 View commit details
    Browse the repository at this point in the history
  2. Update dependabot and release template configuration (#710)

    * Update .github/dependabot.yml
    
    * Update .github/release-draft-template.yml
    meili-bot authored Sep 22, 2025
    Configuration menu
    Copy the full SHA
    910f9e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2025

  1. Configuration menu
    Copy the full SHA
    d4c2866 View commit details
    Browse the repository at this point in the history
  2. removed Debug

    kumarUjjawal committed Sep 23, 2025
    Configuration menu
    Copy the full SHA
    59c2da1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b07f76 View commit details
    Browse the repository at this point in the history
  4. nit

    kumarUjjawal committed Sep 23, 2025
    Configuration menu
    Copy the full SHA
    d27dbed View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2025

  1. Configuration menu
    Copy the full SHA
    0329ee4 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

  1. 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>
    dependabot[bot] authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    de37666 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2025

  1. Merge #711

    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>
    meili-bors[bot] and kumarUjjawal authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    59971fc View commit details
    Browse the repository at this point in the history
  2. Merge #709

    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>
    meili-bors[bot] and kumarUjjawal authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    5e84bdf View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2025

  1. Configuration menu
    Copy the full SHA
    a3277e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2025

  1. Configuration menu
    Copy the full SHA
    db9f85e View commit details
    Browse the repository at this point in the history
  2. Polish webhook helpers

    kumarUjjawal committed Oct 18, 2025
    Configuration menu
    Copy the full SHA
    653c367 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8b06f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2025

  1. Merge #717

    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>
    meili-bors[bot] and kumarUjjawal authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    1e781c6 View commit details
    Browse the repository at this point in the history
  2. Merge #719

    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>
    meili-bors[bot] and kumarUjjawal authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    601a066 View commit details
    Browse the repository at this point in the history
  3. Merge #713

    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>
    meili-bors[bot] and dependabot[bot] authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    e90a3c2 View commit details
    Browse the repository at this point in the history
Loading