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 module github.com/bytedance/sonic to v1.12.6 #467

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/bytedance/sonic v1.11.6 -> v1.12.6 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

bytedance/sonic (github.com/bytedance/sonic)

v1.12.6

Compare Source

Bugfix
New Contributors

Full Changelog: bytedance/sonic@v1.12.5...v1.12.6

v1.12.5

Compare Source

What's Changed

Full Changelog: bytedance/sonic@v1.12.4...v1.12.5

v1.12.4

Compare Source

What's Changed

Full Changelog: bytedance/sonic@v1.12.3...v1.12.4

v1.12.3

Compare Source

What's Changed

Full Changelog: bytedance/sonic@v1.12.2...v1.12.3

v1.12.2

Compare Source

What's Changed

BugFix

[#​695] panic when using .Error() in mismatch type error

Chore

[#​687] build: add CI on performance
[#​688][#​691 chore: add Go 1.23 to workflows and skip checking linkname

New Contributors

Full Changelog: bytedance/sonic@v1.12.1...v1.12.2

v1.12.1

Compare Source

BugFix

  • [#​682] consider json.Marshaler/Unmarshaler when handling json:",string" tag as encoding/json
  • [#​681] [#​683] fix: remove print debug and unused codes
  • [#​685] feat:(ast) nill Node can marshal to null

Full Changelog: bytedance/sonic@v1.12.0...v1.12.1

v1.12.0

Compare Source

Feature

  • [#​645] support aarch64
  • [#​662] support go1.23rc2 and drop support below go1.17 (fallback)
  • [#​661] ast.Node support concurrently-read and optimize Node.Load/LoadAll by default
  • [#​661] ast.Node will build a hash index for object which has more than 8 keys, to boost Node.Get()
  • [#​668] export MarshalIndent API in root
  • [#​669] support marshal Inf/NaN with option
  • [#​673] add APIKind to indicate if using fallback implementation

Optimization

  • [#​651] enhance data race detection and panic message on encoder
  • [#​664] add a limit option on reusing buffer size

New Contributors

Full Changelog: bytedance/sonic@v1.11.9...v1.12.0

v1.11.9

Compare Source

What's Changed

Full Changelog: bytedance/sonic@v1.11.8...v1.11.9

v1.11.8

Compare Source

Feature

  • [#​630] feat:(ast) Visitor support skip object and array

Bugfix

  • [#​632] fix: better compile error info in 32-bit arch
  • [#​642] fix: check empty when validating utf8
  • [#​636] fix: add mssing max pc-sp of natives

Full Changelog: bytedance/sonic@v1.11.7...v1.11.8

v1.11.7

Compare Source

What's Changed

BugFix

Full Changelog: bytedance/sonic@v1.11.6...v1.11.7


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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 16, 2024
Copy link
Contributor Author

renovate bot commented Dec 16, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/bytedance/sonic/loader v0.1.1 -> v0.2.0

@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. go Pull requests that update Go code labels Dec 16, 2024
@renovate renovate bot force-pushed the renovate/github.com-bytedance-sonic-1.x branch 3 times, most recently from 8d9538c to b458f85 Compare December 16, 2024 16:39
@renovate renovate bot force-pushed the renovate/github.com-bytedance-sonic-1.x branch from b458f85 to 2ab98d0 Compare December 16, 2024 16:48
@flc1125 flc1125 closed this Dec 16, 2024
Copy link
Contributor Author

renovate bot commented Dec 16, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v1.12.6). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Copy link

codecov bot commented Dec 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.50%. Comparing base (53df417) to head (2ab98d0).
Report is 1 commits behind head on 2.x.

Additional details and impacted files
@@           Coverage Diff           @@
##              2.x     #467   +/-   ##
=======================================
  Coverage   74.50%   74.50%           
=======================================
  Files         111      111           
  Lines        4323     4323           
=======================================
  Hits         3221     3221           
  Misses       1032     1032           
  Partials       70       70           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant