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

fix(deps): update module github.com/bytedance/sonic to v1.11.9 #120

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 8, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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

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


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 changed the title fix(deps): update module github.com/bytedance/sonic to v1.10.2 fix(deps): update module github.com/bytedance/sonic to v1.11.0 Feb 18, 2024
@renovate renovate bot force-pushed the renovate/github.com-bytedance-sonic-1.x branch from 305f809 to 93f6161 Compare February 18, 2024 10:42
@renovate renovate bot force-pushed the renovate/github.com-bytedance-sonic-1.x branch from 93f6161 to 3be21d7 Compare February 26, 2024 07:12
@renovate renovate bot changed the title fix(deps): update module github.com/bytedance/sonic to v1.11.0 fix(deps): update module github.com/bytedance/sonic to v1.11.1 Feb 26, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/bytedance/sonic to v1.11.1 fix(deps): update module github.com/bytedance/sonic to v1.11.2 Feb 28, 2024
@renovate renovate bot force-pushed the renovate/github.com-bytedance-sonic-1.x branch from 3be21d7 to 21e845a Compare February 28, 2024 12:15
@renovate renovate bot changed the title fix(deps): update module github.com/bytedance/sonic to v1.11.2 fix(deps): update module github.com/bytedance/sonic to v1.11.3 Mar 12, 2024
@renovate renovate bot force-pushed the renovate/github.com-bytedance-sonic-1.x branch from 21e845a to e2c038c Compare March 12, 2024 14:28
@renovate renovate bot changed the title fix(deps): update module github.com/bytedance/sonic to v1.11.3 fix(deps): update module github.com/bytedance/sonic to v1.11.4 Apr 15, 2024
@renovate renovate bot force-pushed the renovate/github.com-bytedance-sonic-1.x branch from e2c038c to e5c08b4 Compare April 15, 2024 04:12
@renovate renovate bot changed the title fix(deps): update module github.com/bytedance/sonic to v1.11.4 fix(deps): update module github.com/bytedance/sonic to v1.11.5 Apr 18, 2024
@renovate renovate bot force-pushed the renovate/github.com-bytedance-sonic-1.x branch 2 times, most recently from 112a680 to fe6f83d Compare April 24, 2024 12:57
@renovate renovate bot changed the title fix(deps): update module github.com/bytedance/sonic to v1.11.5 fix(deps): update module github.com/bytedance/sonic to v1.11.6 Apr 24, 2024
@renovate renovate bot force-pushed the renovate/github.com-bytedance-sonic-1.x branch from fe6f83d to 2cadc22 Compare May 22, 2024 11:53
@renovate renovate bot changed the title fix(deps): update module github.com/bytedance/sonic to v1.11.6 fix(deps): update module github.com/bytedance/sonic to v1.11.7 May 22, 2024
@renovate renovate bot force-pushed the renovate/github.com-bytedance-sonic-1.x branch from 2cadc22 to 11c9eb4 Compare May 29, 2024 12:39
@renovate renovate bot changed the title fix(deps): update module github.com/bytedance/sonic to v1.11.7 fix(deps): update module github.com/bytedance/sonic to v1.11.8 May 29, 2024
@renovate renovate bot force-pushed the renovate/github.com-bytedance-sonic-1.x branch from 11c9eb4 to 7bda28a Compare June 19, 2024 10:26
@renovate renovate bot changed the title fix(deps): update module github.com/bytedance/sonic to v1.11.8 fix(deps): update module github.com/bytedance/sonic to v1.11.9 Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants