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
Open
Conversation
renovate
Bot
force-pushed
the
renovate/meilisearch-sdk-0.x
branch
from
May 6, 2024 09:46
1397e3f to
2b838fe
Compare
renovate
Bot
force-pushed
the
renovate/meilisearch-sdk-0.x
branch
from
July 5, 2024 23:49
2b838fe to
5dc9594
Compare
renovate
Bot
force-pushed
the
renovate/meilisearch-sdk-0.x
branch
from
September 27, 2024 13:39
5dc9594 to
589e9b2
Compare
krishukr
previously approved these changes
Sep 28, 2024
renovate
Bot
force-pushed
the
renovate/meilisearch-sdk-0.x
branch
3 times, most recently
from
September 28, 2024 02:19
7dc84b4 to
ccb3f2a
Compare
renovate
Bot
force-pushed
the
renovate/meilisearch-sdk-0.x
branch
from
January 16, 2025 09:10
ccb3f2a to
e94c58f
Compare
renovate
Bot
force-pushed
the
renovate/meilisearch-sdk-0.x
branch
from
January 17, 2025 14:59
e94c58f to
d3314b0
Compare
krishukr
force-pushed
the
master
branch
17 times, most recently
from
January 18, 2025 00:01
b36e13f to
b856559
Compare
krishukr
force-pushed
the
master
branch
3 times, most recently
from
January 18, 2025 06:19
5cafa71 to
7ec7848
Compare
renovate
Bot
force-pushed
the
renovate/meilisearch-sdk-0.x
branch
from
February 18, 2025 05:20
d3314b0 to
776d720
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
0.24.3->0.28.0Release Notes
meilisearch/meilisearch-sdk (meilisearch-sdk)
v0.28.0: 🕊️Compare Source
This version introduces features released on Meilisearch v1.13.0 🎉
✨ New
🚀 Enhancements
vectorStoreexperimental feature (#638) @CommanderStormindicestoMatchRange(#632) @LukasKalbertodt⚙️ 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
searchCutoffMssetting (#588) @JWSong⚙️ 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
Isahcafter multiple complaints over multiple years; sorry for the delay.We're now using
reqwestas the default client. Sincereqwestalso has issues on its own, I absolutely wanted to give you the option to configure your own HTTP client and get rid entirely ofreqwestandtokio.This was achieved by making the
Client,Index, and many other structures generics over the HTTP client.Since we made
reqwestthe 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
exampleswhere we showed how to useawcas 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
Sendwhen it shouldn’t.The fix for you will be to enable the
futures-unsendfeature:List of changes
primary_keyinadd_or_updatefunction (#557) @khanhnt2🚀 Enhancements
primary_keyinadd_or_updatefunction (#557) @khanhnt2🐛 Bug Fixes
⚙️ Maintenance/misc
no_runcode 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 💪
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.
scoreDetailsfeature is not experimental anymore. You can directly useshowRankingScoreDetailsduring 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.
This PR was generated by Mend Renovate. View the repository job log.