Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

fix(deps): update rust crate meilisearch-sdk to 0.28.0 - #24

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/meilisearch-sdk-0.x
Open

fix(deps): update rust crate meilisearch-sdk to 0.28.0#24
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/meilisearch-sdk-0.x

Conversation

@renovate

@renovate renovate Bot commented Mar 11, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
meilisearch-sdk dependencies minor 0.24.3 -> 0.28.0

Release Notes

meilisearch/meilisearch-sdk (meilisearch-sdk)

v0.28.0: 🕊️

Compare Source

This version introduces features released on Meilisearch v1.13.0 🎉

✨ New

🚀 Enhancements

⚙️ Maintenance/misc

Thanks again to @​CommanderStorm, @​LukasKalbertodt, @​Strift, @​dureuill, @​ellnix, and @​necocen! 🎉

v0.27.1: 🦀

Compare Source

🐛 Bug Fixes

Thanks again to and @​postmeback! 🎉

v0.27.0: 🦀

Compare Source

No breaking, but since we introduce a lot of features, we don't want our users to be impacted by potential bugs introduced by the new features by just automatically downloading the latest patch version

🚀 Enhancements

⚙️ Maintenance/misc

Thanks again to @​JWSong, @​NoodleSamaChan, @​curquiza, @​irevoire ! 🎉

v0.26.1: 🦀

Compare Source

v0.26.0: 🦀

Compare Source

Hello everyone!
This update is pretty big; we finally moved away from Isahc after multiple complaints over multiple years; sorry for the delay.
We're now using reqwest as the default client. Since reqwest also has issues on its own, I absolutely wanted to give you the option to configure your own HTTP client and get rid entirely of reqwest and tokio.
This was achieved by making the Client, Index, and many other structures generics over the HTTP client.
Since we made reqwest the default HTTP client, most of you shouldn’t suffer from these breaking changes.
If you want to create your own custom HTTP client, you can look at the examples where we showed how to use awc as your default client.

⚠️ Breaking changes

For wasm users

Hello, my fellow WASM users. After updating to this version, you may get an error message about a structure being Send when it shouldn’t.
The fix for you will be to enable the futures-unsend feature:

meilisearch_sdk = { version: "0.26.0", features = ["futures-unsend"] }
List of changes

🚀 Enhancements

🐛 Bug Fixes

⚙️ Maintenance/misc

Thanks again to @​NoodleSamaChan, @​curquiza, @​ellnix, @​ezegrosfeld, @​irevoire, @​khanhnt2, @​meili-bors[bot], @​paolobarbolini and @​shimatar0! 🎉
Special thanks to @​shimatar0, who made most of the work in this release over a year ago for more than a month; you rock 💪

v0.25.0: 🦀

Compare Source

This version introduces features released on Meilisearch v1.7.0 🎉
Check out the changelog of Meilisearch v1.7.0 for more information on the changes.

⚠️ Breaking changes

  • scoreDetails feature is not experimental anymore. You can directly use showRankingScoreDetails during a search without activating the experimental feature 🎉

🚀 Enhancements

⚙️ Maintenance/misc


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/meilisearch-sdk-0.x branch from 1397e3f to 2b838fe Compare May 6, 2024 09:46
@renovate renovate Bot changed the title fix(deps): update rust crate meilisearch-sdk to 0.25.0 fix(deps): update rust crate meilisearch-sdk to 0.26.0 May 6, 2024
@renovate
renovate Bot force-pushed the renovate/meilisearch-sdk-0.x branch from 2b838fe to 5dc9594 Compare July 5, 2024 23:49
@renovate renovate Bot changed the title fix(deps): update rust crate meilisearch-sdk to 0.26.0 fix(deps): update rust crate meilisearch-sdk to 0.27.0 Jul 5, 2024
@renovate
renovate Bot force-pushed the renovate/meilisearch-sdk-0.x branch from 5dc9594 to 589e9b2 Compare September 27, 2024 13:39
krishukr
krishukr previously approved these changes Sep 28, 2024
@renovate
renovate Bot force-pushed the renovate/meilisearch-sdk-0.x branch 3 times, most recently from 7dc84b4 to ccb3f2a Compare September 28, 2024 02:19
@renovate
renovate Bot force-pushed the renovate/meilisearch-sdk-0.x branch from ccb3f2a to e94c58f Compare January 16, 2025 09:10
@renovate
renovate Bot force-pushed the renovate/meilisearch-sdk-0.x branch from e94c58f to d3314b0 Compare January 17, 2025 14:59
@krishukr
krishukr force-pushed the master branch 17 times, most recently from b36e13f to b856559 Compare January 18, 2025 00:01
@krishukr
krishukr force-pushed the master branch 3 times, most recently from 5cafa71 to 7ec7848 Compare January 18, 2025 06:19
@renovate
renovate Bot force-pushed the renovate/meilisearch-sdk-0.x branch from d3314b0 to 776d720 Compare February 18, 2025 05:20
@renovate renovate Bot changed the title fix(deps): update rust crate meilisearch-sdk to 0.27.0 fix(deps): update rust crate meilisearch-sdk to 0.28.0 Feb 18, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant