chore(deps): update all non-major dependencies #1156
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.7.6
->v1.8.0
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. Sincereqwest
also has issues on its own, I absolutely wanted to give you the option to configure your own HTTP client and get rid entirely ofreqwest
andtokio
.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 useawc
as your default client.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:List of changes
primary_key
inadd_or_update
function (#557) @khanhnt2🚀 Enhancements
primary_key
inadd_or_update
function (#557) @khanhnt2🐛 Bug Fixes
⚙️ Maintenance/misc
no_run
code in doctest (#574) @NoodleSamaChanThanks 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.
This PR has been generated by Mend Renovate. View repository job log here.