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.11.6 #5479

Merged
merged 1 commit into from May 7, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 7, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v1.11.6

Compare Source

What's Changed

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

v1.11.5

Compare Source

v1.11.4

Compare Source

What's Changed

  • [#​607] feat:(ast) support arm64
  • [#​618] chore: immigrate some dependencies to cloudwego
  • [#​619] build:(native) full inline native C funcs

New Contributors

Full Changelog: bytedance/sonic@v1.11.2...v1.11.4

v1.11.3

Compare Source

v1.11.2

Compare Source

Bugfix

  • [#​603] fix:(ast) SortKeys(true) panic when not loaded-all

Full Changelog: bytedance/sonic@v1.11.1...v1.11.2

v1.11.1

Compare Source

Feature

  • [#​594] (ast) add new node method "IndexOrGetWithIdx"

Bugfix

  • [#​601] (ast) Unset() used physical index to removePair
  • [#​599] (build) support build rt on non-amd64 env

New Contributors

Full Changelog: bytedance/sonic@v1.11.0...v1.11.1

v1.11.0

Compare Source

Feature

  • [#​590] support go1.22
  • [#​558] (encoder) allow the disabling of the newline in the encoder
  • [#​577] (ast) always copy once after top Get

Bugfix

  • [#​540] (encoder) checked if a interface is empty by its value field instead of type field
  • [#​544] (ast) didn't pass non-exist value when call Node.Interface()
  • [#​547] (decoder) didn't fully reuse buffer memory
  • [#​569] (ast) Set on non-object node unexpectedly
  • [#​571] (ast) implement soft delete for Unset().
    • Break change : Unset()'s behavior will be compatible with versions <= 1.9.x, while being incompatible with versions on 1.10.x

Optimization

  • [#​550] (decoder) refactor streaming decoder to fully use buffer
  • [#​545] eliminate race test errors
  • [#​552] (loader) use lockfree to register new modules

New Contributors

Full Changelog: bytedance/sonic@v1.10.2...v1.11.0

v1.10.2

Compare Source

Bugfix
  • [#​521] use int64 for MaxInt48 to compile in x86 arch
  • [#​530] unnecessary ptr check json.Unmarshaler
  • [#​531] missing write-barrier when truncate empty slice
  • [#​533] not use rbp in JIT
New Contributors

Full Changelog: bytedance/sonic@v1.10.1...v1.10.2

v1.10.1

Compare Source

Feature
  • [#​511] (ast) support sort keys on non-object node
  • [#​527] (encoder) Add NoValidateJSONMarshaler option
Bugfix
  • [#​504] (ast) check error before Set/Unset/Add()
  • [#​520] (native) over boundary bugs of skip number and tolower in native c
New Contributors

Full Changelog: bytedance/sonic@v1.10.0...v1.10.1

v1.10.0

Compare Source

Break Change
  • [#​464] Due to design bugs, we are sorry to warn you that some behaviors of ast.Node have to be changed:
    • BREAK CHANGE: ast.Unset() now WON'T change ast.Len() and ast.Index()
    • BREAK CHANGE: ast.UnsafeArray() and ast.UnsafeMap() are deprecated and user SHOULDN'T modify node based on these API
  • [#​393] Due to difficulty of maintaining compatibility with Golang:
    • BREAK CHANGE: sonic now only support Go 1.16~1.20, drop Go 1.15 support
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: bytedance/sonic@v1.9.2...v1.10.0

v1.9.2

Compare Source

Bugfix
  • [#​446] refactor sonic/loader package and fix funcname() bug
  • [#​457] fix only first opt effective on internal/encoder/Pretouch()
  • [#​461] fix compatibilty of overflowed float32 with STD
Optimization
  • [#​444] try checking integrity of json stream first instead of decoding
New Contributors

Full Changelog: bytedance/sonic@v1.9.1...v1.9.2


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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from hanyuancheung as a code owner May 7, 2024 11:21
@renovate renovate bot added the Skip Changelog Allow PR to succeed without requiring an addition to the CHANGELOG label May 7, 2024
@renovate renovate bot requested a review from a team as a code owner May 7, 2024 11:21
@renovate renovate bot force-pushed the renovate/github.com-bytedance-sonic-1.x branch 2 times, most recently from 62d62fb to 3f8351e Compare May 7, 2024 11:37
@pellared pellared enabled auto-merge (squash) May 7, 2024 11:39
@renovate renovate bot force-pushed the renovate/github.com-bytedance-sonic-1.x branch from 3f8351e to 6efb4f2 Compare May 7, 2024 11:46
@renovate renovate bot force-pushed the renovate/github.com-bytedance-sonic-1.x branch from 6efb4f2 to 2bfd578 Compare May 7, 2024 12:51
Copy link

codecov bot commented May 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.4%. Comparing base (a2a46c2) to head (2bfd578).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##            main   #5479     +/-   ##
=======================================
- Coverage   62.4%   62.4%   -0.1%     
=======================================
  Files        190     190             
  Lines      11646   11646             
=======================================
- Hits        7271    7269      -2     
- Misses      4159    4160      +1     
- Partials     216     217      +1     

see 1 file with indirect coverage changes

@pellared pellared merged commit 790b32c into main May 7, 2024
23 checks passed
@pellared pellared deleted the renovate/github.com-bytedance-sonic-1.x branch May 7, 2024 13:04
zailic pushed a commit to zailic/opentelemetry-go-contrib that referenced this pull request May 7, 2024
…n-telemetry#5479)

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
Labels
Skip Changelog Allow PR to succeed without requiring an addition to the CHANGELOG
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant