Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Updates the requirements on diesel-async to permit the latest version.

Release notes

Sourced from diesel-async's releases.

Diesel-Async 0.7.3

Full Changelog: weiznich/diesel_async@v0.7.2...v0.7.3

Changelog

Sourced from diesel-async's changelog.

[0.7.3] - 2025-10-05

  • Another docs.rs build fix

[0.7.2] - 2025-10-02

  • Fix versions in the Readme

[0.7.1] - 2025-10-02

  • Fix the docs.rs build

[0.7.0] - 2025-10-02

  • Support for diesel 2.3
  • Added support for running migrations via AsyncMigrationHarness
  • Improved ergonomics of using query pipelining with AsyncPgConnection
  • Added the ability to cancel queries using AsyncMysqlConnection::cancel_token

[0.6.1] - 2025-07-03

  • Fix features for some dependencies

[0.6.0] - 2025-07-02

  • Allow to control the statement cache size
  • Minimize dependencies features
  • Bump minimal supported mysql_async version to 0.36.0
  • Fixing a bug in how we tracked open transaction that could lead to dangling transactions is specific cases

[0.5.2] - 2024-11-26

  • Fixed an issue around transaction cancellation that could lead to connection pools containing connections with dangling transactions

[0.5.1] - 2024-11-01

  • Add crate feature pool for extending connection pool implements through external crate
  • Implement Deref and DerefMut for AsyncConnectionWrapper to allow using it in an async context as well

[0.5.0] - 2024-07-19

  • Added type diesel_async::pooled_connection::mobc::PooledConnection
  • MySQL/MariaDB now use CLIENT_FOUND_ROWS capability to allow consistent behaviour with PostgreSQL regarding return value of UPDATe commands.
  • The minimal supported rust version is now 1.78.0
  • Add a SyncConnectionWrapper type that turns a sync connection into an async one. This enables SQLite support for diesel-async
  • Add support for diesel::connection::Instrumentation to support logging and other instrumentation for any of the provided connection impls.
  • Bump minimal supported mysql_async version to 0.34

[0.4.1] - 2023-09-01

... (truncated)

Commits
  • e5e71da Prepare a 0.7.3 release to finally fix the docs.rs build
  • dacc14b Merge pull request #265 from paolobarbolini/no-docsrs-in-rustc
  • 4ae1573 Fix docs.rs build by avoiding --cfg docsrs in rustc flags
  • 46cd5fe Fix versions in the readme
  • d5ac63e Fix docs.rs build
  • df4c823 Explicitly specify what should be published and what not
  • 4c44953 Merge pull request #264 from weiznich/prepare/0.7.0
  • d0c4ea0 Prepare a 0.7.0 release
  • 3569190 Merge pull request #262 from stormshield-kg/fix-hrtb-errors
  • 661de8c Replace hand written future impls
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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)

Updates the requirements on [diesel-async](https://github.com/weiznich/diesel_async) to permit the latest version.
- [Release notes](https://github.com/weiznich/diesel_async/releases)
- [Changelog](https://github.com/weiznich/diesel_async/blob/main/CHANGELOG.md)
- [Commits](weiznich/diesel_async@v0.6.1...v0.7.3)

---
updated-dependencies:
- dependency-name: diesel-async
  dependency-version: 0.7.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 1, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Member

@curquiza curquiza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors merge

meili-bors bot added a commit that referenced this pull request Nov 20, 2025
725: Update diesel-async requirement from 0.6.1 to 0.7.3 r=curquiza a=dependabot[bot]

Updates the requirements on [diesel-async](https://github.com/weiznich/diesel_async) to permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/weiznich/diesel_async/releases">diesel-async's releases</a>.</em></p>
<blockquote>
<h2>Diesel-Async 0.7.3</h2>
<ul>
<li>Another attempt to fix the docs.rs build by <a href="https://github.com/paolobarbolini"><code>`@​paolobarbolini</code></a></li>`
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/weiznich/diesel_async/compare/v0.7.2...v0.7.3">https://github.com/weiznich/diesel_async/compare/v0.7.2...v0.7.3</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/weiznich/diesel_async/blob/main/CHANGELOG.md">diesel-async's changelog</a>.</em></p>
<blockquote>
<h2>[0.7.3] - 2025-10-05</h2>
<ul>
<li>Another docs.rs build fix</li>
</ul>
<h2>[0.7.2] - 2025-10-02</h2>
<ul>
<li>Fix versions in the Readme</li>
</ul>
<h2>[0.7.1] - 2025-10-02</h2>
<ul>
<li>Fix the docs.rs build</li>
</ul>
<h2>[0.7.0] - 2025-10-02</h2>
<ul>
<li>Support for diesel 2.3</li>
<li>Added support for running migrations via <code>AsyncMigrationHarness</code></li>
<li>Improved ergonomics of using query pipelining with <code>AsyncPgConnection</code></li>
<li>Added the ability to cancel queries using <code>AsyncMysqlConnection::cancel_token</code></li>
</ul>
<h2>[0.6.1] - 2025-07-03</h2>
<ul>
<li>Fix features for some dependencies</li>
</ul>
<h2>[0.6.0] - 2025-07-02</h2>
<ul>
<li>Allow to control the statement cache size</li>
<li>Minimize dependencies features</li>
<li>Bump minimal supported mysql_async version to 0.36.0</li>
<li>Fixing a bug in how we tracked open transaction that could lead to dangling transactions is specific cases</li>
</ul>
<h2>[0.5.2] - 2024-11-26</h2>
<ul>
<li>Fixed an issue around transaction cancellation that could lead to connection pools containing connections with dangling transactions</li>
</ul>
<h2>[0.5.1] - 2024-11-01</h2>
<ul>
<li>Add crate feature <code>pool</code> for extending connection pool implements through external crate</li>
<li>Implement <code>Deref</code> and <code>DerefMut</code> for <code>AsyncConnectionWrapper</code> to allow using it in an async context as well</li>
</ul>
<h2>[0.5.0] - 2024-07-19</h2>
<ul>
<li>Added type <code>diesel_async::pooled_connection::mobc::PooledConnection</code></li>
<li>MySQL/MariaDB now use <code>CLIENT_FOUND_ROWS</code> capability to allow consistent behaviour with PostgreSQL regarding return value of UPDATe commands.</li>
<li>The minimal supported rust version is now 1.78.0</li>
<li>Add a <code>SyncConnectionWrapper</code> type that turns a sync connection into an async one. This enables SQLite support for diesel-async</li>
<li>Add support for <code>diesel::connection::Instrumentation</code> to support logging and other instrumentation for any of the provided connection impls.</li>
<li>Bump minimal supported mysql_async version to 0.34</li>
</ul>
<h2>[0.4.1] - 2023-09-01</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/weiznich/diesel_async/commit/e5e71da49416159f593f4896375e5e5c3a3b103c"><code>e5e71da</code></a> Prepare a 0.7.3 release to finally fix the docs.rs build</li>
<li><a href="https://github.com/weiznich/diesel_async/commit/dacc14b0148a0a7dceb3337d0aeb2577bce67d4e"><code>dacc14b</code></a> Merge pull request <a href="https://redirect.github.com/weiznich/diesel_async/issues/265">#265</a> from paolobarbolini/no-docsrs-in-rustc</li>
<li><a href="https://github.com/weiznich/diesel_async/commit/4ae157321ebf3bcd69264765bd43400449f6aaa1"><code>4ae1573</code></a> Fix docs.rs build by avoiding <code>--cfg docsrs</code> in rustc flags</li>
<li><a href="https://github.com/weiznich/diesel_async/commit/46cd5fed6b7ac0a7f7b1b6e1a1283fece3813fe9"><code>46cd5fe</code></a> Fix versions in the readme</li>
<li><a href="https://github.com/weiznich/diesel_async/commit/d5ac63e13307077babf976e02ef6bbab8353f079"><code>d5ac63e</code></a> Fix docs.rs build</li>
<li><a href="https://github.com/weiznich/diesel_async/commit/df4c823d38d0c4e1e8d78bff5977986c8107068d"><code>df4c823</code></a> Explicitly specify what should be published and what not</li>
<li><a href="https://github.com/weiznich/diesel_async/commit/4c449530625df0580ef9d19a055109a2385ae90a"><code>4c44953</code></a> Merge pull request <a href="https://redirect.github.com/weiznich/diesel_async/issues/264">#264</a> from weiznich/prepare/0.7.0</li>
<li><a href="https://github.com/weiznich/diesel_async/commit/d0c4ea025d85616f95d368b951f92ff784ed721a"><code>d0c4ea0</code></a> Prepare a 0.7.0 release</li>
<li><a href="https://github.com/weiznich/diesel_async/commit/356919091e47968ca2dcc534b533cf4cb62de958"><code>3569190</code></a> Merge pull request <a href="https://redirect.github.com/weiznich/diesel_async/issues/262">#262</a> from stormshield-kg/fix-hrtb-errors</li>
<li><a href="https://github.com/weiznich/diesel_async/commit/661de8c4442a123ccde74001b44fc6a154dbc4b2"><code>661de8c</code></a> Replace hand written future impls</li>
<li>Additional commits viewable in <a href="https://github.com/weiznich/diesel_async/compare/v0.6.1...v0.7.3">compare view</a></li>
</ul>
</details>
<br />


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
Copy link
Contributor

meili-bors bot commented Nov 20, 2025

Build failed:

@curquiza
Copy link
Member

bors merge

meili-bors bot added a commit that referenced this pull request Nov 20, 2025
724: Add method to get documents by ID r=curquiza a=kumarUjjawal

# Pull Request

## Related issue
Fixes #662 

## What does this PR do?
- Added a method to get the documents by ID
- also added code samples

## 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 capability to retrieve documents by their IDs for more targeted queries.

* **Documentation**
  * Added code sample demonstrating ID-based document retrieval.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

725: Update diesel-async requirement from 0.6.1 to 0.7.3 r=curquiza a=dependabot[bot]

Updates the requirements on [diesel-async](https://github.com/weiznich/diesel_async) to permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/weiznich/diesel_async/releases">diesel-async's releases</a>.</em></p>
<blockquote>
<h2>Diesel-Async 0.7.3</h2>
<ul>
<li>Another attempt to fix the docs.rs build by <a href="https://github.com/paolobarbolini"><code>`@​paolobarbolini</code></a></li>`
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/weiznich/diesel_async/compare/v0.7.2...v0.7.3">https://github.com/weiznich/diesel_async/compare/v0.7.2...v0.7.3</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/weiznich/diesel_async/blob/main/CHANGELOG.md">diesel-async's changelog</a>.</em></p>
<blockquote>
<h2>[0.7.3] - 2025-10-05</h2>
<ul>
<li>Another docs.rs build fix</li>
</ul>
<h2>[0.7.2] - 2025-10-02</h2>
<ul>
<li>Fix versions in the Readme</li>
</ul>
<h2>[0.7.1] - 2025-10-02</h2>
<ul>
<li>Fix the docs.rs build</li>
</ul>
<h2>[0.7.0] - 2025-10-02</h2>
<ul>
<li>Support for diesel 2.3</li>
<li>Added support for running migrations via <code>AsyncMigrationHarness</code></li>
<li>Improved ergonomics of using query pipelining with <code>AsyncPgConnection</code></li>
<li>Added the ability to cancel queries using <code>AsyncMysqlConnection::cancel_token</code></li>
</ul>
<h2>[0.6.1] - 2025-07-03</h2>
<ul>
<li>Fix features for some dependencies</li>
</ul>
<h2>[0.6.0] - 2025-07-02</h2>
<ul>
<li>Allow to control the statement cache size</li>
<li>Minimize dependencies features</li>
<li>Bump minimal supported mysql_async version to 0.36.0</li>
<li>Fixing a bug in how we tracked open transaction that could lead to dangling transactions is specific cases</li>
</ul>
<h2>[0.5.2] - 2024-11-26</h2>
<ul>
<li>Fixed an issue around transaction cancellation that could lead to connection pools containing connections with dangling transactions</li>
</ul>
<h2>[0.5.1] - 2024-11-01</h2>
<ul>
<li>Add crate feature <code>pool</code> for extending connection pool implements through external crate</li>
<li>Implement <code>Deref</code> and <code>DerefMut</code> for <code>AsyncConnectionWrapper</code> to allow using it in an async context as well</li>
</ul>
<h2>[0.5.0] - 2024-07-19</h2>
<ul>
<li>Added type <code>diesel_async::pooled_connection::mobc::PooledConnection</code></li>
<li>MySQL/MariaDB now use <code>CLIENT_FOUND_ROWS</code> capability to allow consistent behaviour with PostgreSQL regarding return value of UPDATe commands.</li>
<li>The minimal supported rust version is now 1.78.0</li>
<li>Add a <code>SyncConnectionWrapper</code> type that turns a sync connection into an async one. This enables SQLite support for diesel-async</li>
<li>Add support for <code>diesel::connection::Instrumentation</code> to support logging and other instrumentation for any of the provided connection impls.</li>
<li>Bump minimal supported mysql_async version to 0.34</li>
</ul>
<h2>[0.4.1] - 2023-09-01</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/weiznich/diesel_async/commit/e5e71da49416159f593f4896375e5e5c3a3b103c"><code>e5e71da</code></a> Prepare a 0.7.3 release to finally fix the docs.rs build</li>
<li><a href="https://github.com/weiznich/diesel_async/commit/dacc14b0148a0a7dceb3337d0aeb2577bce67d4e"><code>dacc14b</code></a> Merge pull request <a href="https://redirect.github.com/weiznich/diesel_async/issues/265">#265</a> from paolobarbolini/no-docsrs-in-rustc</li>
<li><a href="https://github.com/weiznich/diesel_async/commit/4ae157321ebf3bcd69264765bd43400449f6aaa1"><code>4ae1573</code></a> Fix docs.rs build by avoiding <code>--cfg docsrs</code> in rustc flags</li>
<li><a href="https://github.com/weiznich/diesel_async/commit/46cd5fed6b7ac0a7f7b1b6e1a1283fece3813fe9"><code>46cd5fe</code></a> Fix versions in the readme</li>
<li><a href="https://github.com/weiznich/diesel_async/commit/d5ac63e13307077babf976e02ef6bbab8353f079"><code>d5ac63e</code></a> Fix docs.rs build</li>
<li><a href="https://github.com/weiznich/diesel_async/commit/df4c823d38d0c4e1e8d78bff5977986c8107068d"><code>df4c823</code></a> Explicitly specify what should be published and what not</li>
<li><a href="https://github.com/weiznich/diesel_async/commit/4c449530625df0580ef9d19a055109a2385ae90a"><code>4c44953</code></a> Merge pull request <a href="https://redirect.github.com/weiznich/diesel_async/issues/264">#264</a> from weiznich/prepare/0.7.0</li>
<li><a href="https://github.com/weiznich/diesel_async/commit/d0c4ea025d85616f95d368b951f92ff784ed721a"><code>d0c4ea0</code></a> Prepare a 0.7.0 release</li>
<li><a href="https://github.com/weiznich/diesel_async/commit/356919091e47968ca2dcc534b533cf4cb62de958"><code>3569190</code></a> Merge pull request <a href="https://redirect.github.com/weiznich/diesel_async/issues/262">#262</a> from stormshield-kg/fix-hrtb-errors</li>
<li><a href="https://github.com/weiznich/diesel_async/commit/661de8c4442a123ccde74001b44fc6a154dbc4b2"><code>661de8c</code></a> Replace hand written future impls</li>
<li>Additional commits viewable in <a href="https://github.com/weiznich/diesel_async/compare/v0.6.1...v0.7.3">compare view</a></li>
</ul>
</details>
<br />


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>

726: Add exhaustive facet search r=curquiza a=kumarUjjawal

# Pull Request

## Related issue
Fixes #664

## 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

* **New Features**
  * Results now include a flag indicating whether facet counts are exact or estimated, so callers can know when displayed facet totals are definitive.
  * Added an optional query setting and a builder-style method to request exhaustive (exact) facet counts when performing searches, giving users control over accuracy vs. performance.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

728: Add support for compacting database indexes r=curquiza a=kumarUjjawal

# Pull Request

## Related issue
Fixes #727 

## What does this PR do?
- I noticed a typo in the `.code-samples.meilisearch.yaml` so fixed that as well.
- 
## 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 ability to perform index compaction and monitor its completion as an async task.

* **Documentation**
  * Added compact index code sample.
  * Fixed typos in field properties guide examples (corrected "overview" in searchable and displayed attributes).
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Co-authored-by: Kumar Ujjawal <ujjawalpathak6@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@meili-bors
Copy link
Contributor

meili-bors bot commented Nov 20, 2025

This PR was included in a batch that successfully built, but then failed to merge into main. It will not be retried.

Additional information:

{"message":"Changes must be made through a pull request.","documentation_url":"https://docs.github.com/articles/about-protected-branches","status":"422"}

@curquiza
Copy link
Member

bors merge

@meili-bors
Copy link
Contributor

meili-bors bot commented Nov 21, 2025

@meili-bors meili-bors bot merged commit cb04d6d into main Nov 21, 2025
9 checks passed
@meili-bors meili-bors bot deleted the dependabot/cargo/diesel-async-0.7.3 branch November 21, 2025 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants