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.12.3 #68

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

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/bytedance/sonic v1.10.1 -> v1.12.3 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.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] corrupted mismatch type error in jit

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

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 was generated by Mend Renovate. View the repository job log.

@codecov
Copy link

codecov bot commented Oct 8, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 23.33%. Comparing base (fc4e981) to head (a23228e).

Current head a23228e differs from pull request most recent head 4d69bae

Please upload reports for the commit 4d69bae to get more accurate results.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #68   +/-   ##
=======================================
  Coverage   23.33%   23.33%           
=======================================
  Files           5        5           
  Lines         390      390           
=======================================
  Hits           91       91           
  Misses        293      293           
  Partials        6        6           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it 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 18386b0 to 55269e4 Compare February 18, 2024 10:07
@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 force-pushed the renovate/github.com-bytedance-sonic-1.x branch from 55269e4 to a76a238 Compare February 26, 2024 09:24
@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 a76a238 to c598e1f Compare February 28, 2024 14:28
@renovate renovate bot force-pushed the renovate/github.com-bytedance-sonic-1.x branch from c598e1f to a23228e Compare March 12, 2024 14:02
@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 a23228e to e9d91ef Compare April 15, 2024 04:10
@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 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 from e9d91ef to 01f9059 Compare April 18, 2024 08:25
@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 01f9059 to b9c2f43 Compare April 24, 2024 13:36
@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 2 times, most recently from ba6839c to d66832f Compare May 29, 2024 10:52
@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 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
@renovate renovate bot force-pushed the renovate/github.com-bytedance-sonic-1.x branch from d66832f to 4d69bae Compare June 19, 2024 10:31
@renovate renovate bot force-pushed the renovate/github.com-bytedance-sonic-1.x branch from 4d69bae to fcbe84d Compare July 30, 2024 04:30
@renovate renovate bot changed the title fix(deps): update module github.com/bytedance/sonic to v1.11.9 fix(deps): update module github.com/bytedance/sonic to v1.12.0 Jul 30, 2024
@renovate renovate bot force-pushed the renovate/github.com-bytedance-sonic-1.x branch from fcbe84d to 2e78445 Compare August 6, 2024 15:03
@renovate renovate bot changed the title fix(deps): update module github.com/bytedance/sonic to v1.12.0 fix(deps): update module github.com/bytedance/sonic to v1.12.1 Aug 6, 2024
@renovate renovate bot force-pushed the renovate/github.com-bytedance-sonic-1.x branch from 2e78445 to 24b3198 Compare August 27, 2024 06:44
@renovate renovate bot changed the title fix(deps): update module github.com/bytedance/sonic to v1.12.1 fix(deps): update module github.com/bytedance/sonic to v1.12.2 Aug 27, 2024
@renovate renovate bot force-pushed the renovate/github.com-bytedance-sonic-1.x branch from 24b3198 to a2e0b76 Compare September 23, 2024 13:21
@renovate renovate bot changed the title fix(deps): update module github.com/bytedance/sonic to v1.12.2 fix(deps): update module github.com/bytedance/sonic to v1.12.3 Sep 23, 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.

0 participants