-
Notifications
You must be signed in to change notification settings - Fork 3
fix(deps): update rust crate sonic-rs to 0.5 #291
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
Merged
Merged
Conversation
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
|
✅
|
ardatan
pushed a commit
that referenced
this pull request
Jul 24, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sonic-rs](https://redirect.github.com/cloudwego/sonic-rs) | dependencies | minor | `0.3` -> `0.5` | --- ### Release Notes <details> <summary>cloudwego/sonic-rs (sonic-rs)</summary> ### [`v0.5.2`](https://redirect.github.com/cloudwego/sonic-rs/releases/tag/0.5.2) [Compare Source](https://redirect.github.com/cloudwego/sonic-rs/compare/0.5.1...0.5.2) ##### What's Changed - fix: correct column number in error message ([#​178](https://redirect.github.com/cloudwego/sonic-rs/issues/178)) by [@​chen-hongzhi](https://redirect.github.com/chen-hongzhi) in [https://github.com/cloudwego/sonic-rs/pull/180](https://redirect.github.com/cloudwego/sonic-rs/pull/180) - fix UAF and zero-copy by [@​liuq19](https://redirect.github.com/liuq19) in [https://github.com/cloudwego/sonic-rs/pull/184](https://redirect.github.com/cloudwego/sonic-rs/pull/184) ##### New Contributors - [@​chen-hongzhi](https://redirect.github.com/chen-hongzhi) made their first contribution in [https://github.com/cloudwego/sonic-rs/pull/180](https://redirect.github.com/cloudwego/sonic-rs/pull/180) **Full Changelog**: cloudwego/sonic-rs@0.5.1...0.5.2 ### [`v0.5.1`](https://redirect.github.com/cloudwego/sonic-rs/releases/tag/0.5.1) [Compare Source](https://redirect.github.com/cloudwego/sonic-rs/compare/0.5.0...0.5.1) ##### What's Changed - feat: support api for deserializer to check trailing chars by [@​Ggiggle](https://redirect.github.com/Ggiggle) in [https://github.com/cloudwego/sonic-rs/pull/177](https://redirect.github.com/cloudwego/sonic-rs/pull/177) **Full Changelog**: cloudwego/sonic-rs@0.5.0...0.5.1 ### [`v0.5.0`](https://redirect.github.com/cloudwego/sonic-rs/releases/tag/0.5.0) ##### What's Changed ##### BreakChange `get_many` returns `Result<Vec<Option<LazyValue>>>` instead of `Result<Vec<LazyValue>>` **Full Changelog**: cloudwego/sonic-rs@0.4.0...0.5.0 ### [`v0.4.0`](https://redirect.github.com/cloudwego/sonic-rs/releases/tag/0.4.0) [Compare Source](https://redirect.github.com/cloudwego/sonic-rs/compare/0.3.17...0.4.0) ##### What's Changed ##### Breaking Changes - Optimized JSON iterator implementation using `Cow` to eliminate unnecessary copies - Removed redundant allocations in the `pointer!()` macro for enhanced performance - Change `WriteExt` trait to return errors ##### Enhancement - More APIs in `LazyValue` - Less memory consumption and faster lookup in `Value` ##### New Contributors - [@​lsjbd](https://redirect.github.com/lsjbd) made their first contribution in [https://github.com/cloudwego/sonic-rs/pull/143](https://redirect.github.com/cloudwego/sonic-rs/pull/143) - [@​qRoC](https://redirect.github.com/qRoC) made their first contribution in [https://github.com/cloudwego/sonic-rs/pull/148](https://redirect.github.com/cloudwego/sonic-rs/pull/148) - [@​Ggiggle](https://redirect.github.com/Ggiggle) made their first contribution in [https://github.com/cloudwego/sonic-rs/pull/149](https://redirect.github.com/cloudwego/sonic-rs/pull/149) **Full Changelog**: cloudwego/sonic-rs@0.3.17...0.4.0 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/graphql-hive/gateway-rs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40MC4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.3->0.5Release Notes
cloudwego/sonic-rs (sonic-rs)
v0.5.2Compare Source
What's Changed
New Contributors
Full Changelog: cloudwego/sonic-rs@0.5.1...0.5.2
v0.5.1Compare Source
What's Changed
Full Changelog: cloudwego/sonic-rs@0.5.0...0.5.1
v0.5.0What's Changed
BreakChange
get_manyreturnsResult<Vec<Option<LazyValue>>>instead ofResult<Vec<LazyValue>>Full Changelog: cloudwego/sonic-rs@0.4.0...0.5.0
v0.4.0Compare Source
What's Changed
Breaking Changes
Cowto eliminate unnecessary copiespointer!()macro for enhanced performanceWriteExttrait to return errorsEnhancement
LazyValueValueNew Contributors
Full Changelog: cloudwego/sonic-rs@0.3.17...0.4.0
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.