Skip to content

chore(deps): Update module github.com/bytedance/sonic to v1.10.0

This MR contains the following updates:

Package Type Update Change
github.com/bytedance/sonic require minor v1.9.2 -> v1.10.0

Dependency Lookup Warnings

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

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

v1.10.0

Compare Source

Feature

  • [#​493] support Go1.21.0
  • [#​471] (ast) add ast.Visitor for transversing JSON in-place
  • [#​470] add Valid() API

Bugfix

  • [#​486] possible overflowed instruction while handling byte type
  • [#​484] (decoder) avoid scratched memory of returned error
  • [#​496] (ast) Exist() didn't check Valid() first
  • [#​498] (ast) drop ast.Node API UnsafeArray() and UnsafeMap() (Break Change)

Optimization

  • [#​393] refactor asm2asm to avoid SIGPROF crashing, and enable traceback when C function panics
  • [#​464] (ast) use linked chunk as fundamental storage for nodes to keep node pointer valid (Break Change)
  • [#​464] (ast) avoid malloc when meeting empty values, and inline header chunk into lazy-parsing stack to reduce malloc. The performance of Parse()\Load()\Interface() promoted 10~60%
  • [#​475] (last) pass skipnumber flag to avoid decoding numbers

New Contributors

Full Changelog: https://github.com/bytedance/sonic/compare/v1.9.2...v1.10.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 MR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This MR has been generated by Renovate Bot.

合并请求报告

加载中