-
Notifications
You must be signed in to change notification settings - Fork 90
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
Update dependencies #542
Update dependencies #542
Conversation
There is a typo in |
Hello @omid We are ok with breaking changes since the app is not stable (using version format like v0.X.Y and not vX.Y.Z), so we can accept a PR. The most important is to be clear in the communication |
Also @omid you said you updated the dependencies but you also changed a lot of things I would rather we separate the typo fixes and the dependencies updates/code changes that are not related to typos please 😊 I appreciate the work, but it's not really convenient to review and I don't feel comfortable accepting a PR where I have that much files to review for different reasons |
@curquiza Thanks 🙏🏼
I updated
If you don't mind, the update dep thingy changes are in just one commit which you can find here.
Sure, the only issue will be that the change should be applied everywhere! Including all SDKs I think, which I'm not familiar with their languages and it's a big chunk of work also. (github said 50 files in the meilisearch org) |
Not 100% true, this commit also change some parts of the code at the middle of the non-code related update: I really would rather you separate your changes, so your PRs, please. For our convenience. We have a lot of things to review, and not a lot of time, it will really help us 🙏 |
Can you point which kind of change you refer and why the issue is in all the SDKs? |
As I said in the first post here, |
The update deps are in one commit. Others are typos and some housekeeping. There are some changes in the macro part in other commits, but they are not about the logic. Just code style, typo and so on. |
Can you fix git conflicts? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @omid thanks for your contribution it’s very nice, and updating syn was not an easy task!
We’re very grateful you did it; however, if you do it again, please follow curqui advice.
Do one PR that only updates the dependencies and another that only fixes typos.
That will make it way easier for us to review and merge (that’s also why I took so long to get back to you)
bors merge
#[derive(Clone, StructMeta, Default)] | ||
struct FieldAttrs { | ||
primary_key: Flag, | ||
displayed: Flag, | ||
searchable: Flag, | ||
distinct: Flag, | ||
filterable: Flag, | ||
sortable: Flag, | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That’s pretty nice, didn’t know about it before
Build succeeded: |
545: Update version for the next release (v0.25.0) r=curquiza a=meili-bot _This PR is auto-generated._ The automated script updates the version of meilisearch-rust to a new version: "v0.25.0" --- Part of the work of #544 --- This version introduces features released on Meilisearch v1.7.0 🎉 Check out the changelog of [Meilisearch v1.7.0](https://github.com/meilisearch/meilisearch/releases/tag/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 * Add proximity precision to settings (#548) cyprx ## ⚙️ Maintenance/misc * Fix clippy (#546) curquiza * Update dependencies (#542) omid * Add an example using actix-web, async_graphql and diesel (#538) korir248 Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com> Co-authored-by: Clémentine U. - curqui <clementine@meilisearch.com>
545: Update version for the next release (v0.25.0) r=curquiza a=meili-bot _This PR is auto-generated._ The automated script updates the version of meilisearch-rust to a new version: "v0.25.0" --- Part of the work of #544 --- This version introduces features released on Meilisearch v1.7.0 🎉 Check out the changelog of [Meilisearch v1.7.0](https://github.com/meilisearch/meilisearch/releases/tag/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 * Add proximity precision to settings (#548) cyprx ## ⚙️ Maintenance/misc * Fix clippy (#546) curquiza * Update dependencies (#542) omid * Add an example using actix-web, async_graphql and diesel (#538) korir248 Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com> Co-authored-by: Clémentine U. - curqui <clementine@meilisearch.com>
Update dependencies and a bit of housekeeping.