Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #1156

Merged
merged 4 commits into from
May 6, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 6, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
getmeili/meilisearch minor v1.7.6 -> v1.8.0
meilisearch-sdk dependencies minor 0.25.0 -> 0.26.0

Release Notes

meilisearch/meilisearch-sdk (meilisearch-sdk)

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 💪


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate. View repository job log here.

@CommanderStorm CommanderStorm enabled auto-merge (squash) May 6, 2024 12:02
Copy link
Contributor Author

renovate bot commented May 6, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@CommanderStorm CommanderStorm merged commit dcb14bf into main May 6, 2024
13 of 14 checks passed
@CommanderStorm CommanderStorm deleted the renovate/all-minor-patch branch May 6, 2024 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant