Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 3, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/bytedance/sonic v1.8.6 -> 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

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

v1.9.1

Compare Source

Bugfix

  • [#​436] Fix the invalid cmpeq instruction in windows
  • [#​438] Initialize the cap and len of the empty slices

Document

  • [#​439] Add doc for decoder and encoder APIs

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

v1.9.0

Compare Source

Feature

  • [#​430] decoder and encoder package support fallback on not-supported envs

Bugfix

  • [#​433] incorrectly use mov lagre imm64 to memory instruction in jit

Doc

  • [#​428] add Chinese translation for introduction & readme

New Contributors

Full Changelog: bytedance/sonic@v1.8.10...v1.9.0

v1.8.10

Compare Source

Bigfix

  • fix: quote empty string key in ast

Full Changelog: bytedance/sonic@v1.8.9...v1.8.10

v1.8.9

Compare Source

Bugfix

  • [#​407] (decoder) check mismatch error after recursion
  • [#​415] (decoder) clear allocated memory after slice grow in decode

Optimization

  • [#​416] (decoder) skip space use shuffle SIMD instruction
  • [#​409] (decoder) optimize default slice capacity (16 -> 2)

Full Changelog: bytedance/sonic@v1.8.8...v1.8.9

v1.8.8

Compare Source

Bugfix

  • [#​400] unmarshal recursive pointer type
  • [#​404] incorrectly handle alias type of pointer in struct

Full Changelog: bytedance/sonic@v1.8.7...v1.8.8

v1.8.7

Compare Source

Bugfix

  • [#​392] fix unmarshal into named pointer type with unmarshaler
  • [#​396] fix marshal direct struct/array type with marshaler

Full Changelog: bytedance/sonic@v1.8.6...v1.8.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 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 force-pushed the renovate/github.com-bytedance-sonic-1.x branch from 3352c98 to afe6662 Compare April 25, 2023 13:55
@renovate renovate bot changed the title fix(deps): update module github.com/bytedance/sonic to v1.8.7 fix(deps): update module github.com/bytedance/sonic to v1.8.8 Apr 25, 2023
@renovate renovate bot force-pushed the renovate/github.com-bytedance-sonic-1.x branch from afe6662 to 5dbcc00 Compare May 22, 2023 08:11
@renovate renovate bot changed the title fix(deps): update module github.com/bytedance/sonic to v1.8.8 fix(deps): update module github.com/bytedance/sonic to v1.8.9 May 22, 2023
@renovate renovate bot force-pushed the renovate/github.com-bytedance-sonic-1.x branch from 5dbcc00 to 59d4df8 Compare May 23, 2023 14:00
@renovate renovate bot changed the title fix(deps): update module github.com/bytedance/sonic to v1.8.9 fix(deps): update module github.com/bytedance/sonic to v1.8.10 May 23, 2023
@renovate renovate bot force-pushed the renovate/github.com-bytedance-sonic-1.x branch from 59d4df8 to f449afb Compare May 26, 2023 10:04
@renovate renovate bot changed the title fix(deps): update module github.com/bytedance/sonic to v1.8.10 fix(deps): update module github.com/bytedance/sonic to v1.9.0 May 26, 2023
@renovate renovate bot changed the title fix(deps): update module github.com/bytedance/sonic to v1.9.0 fix(deps): update module github.com/bytedance/sonic to v1.9.1 May 29, 2023
@renovate renovate bot force-pushed the renovate/github.com-bytedance-sonic-1.x branch from f449afb to fab8f28 Compare May 29, 2023 03:46
@renovate renovate bot changed the title fix(deps): update module github.com/bytedance/sonic to v1.9.1 fix(deps): update module github.com/bytedance/sonic to v1.9.2 Jun 25, 2023
@renovate renovate bot force-pushed the renovate/github.com-bytedance-sonic-1.x branch from fab8f28 to 9f5d265 Compare June 25, 2023 05:10
@renovate renovate bot changed the title fix(deps): update module github.com/bytedance/sonic to v1.9.2 fix(deps): update module github.com/bytedance/sonic to v1.10.0 Aug 10, 2023
@renovate renovate bot force-pushed the renovate/github.com-bytedance-sonic-1.x branch from 9f5d265 to badeaee Compare August 10, 2023 14:31
@renovate renovate bot changed the title fix(deps): update module github.com/bytedance/sonic to v1.10.0 fix(deps): update module github.com/bytedance/sonic to v1.10.1 Sep 11, 2023
@renovate renovate bot force-pushed the renovate/github.com-bytedance-sonic-1.x branch from badeaee to 35c9b7c Compare September 11, 2023 14:13
@renovate renovate bot changed the title fix(deps): update module github.com/bytedance/sonic to v1.10.1 fix(deps): update module github.com/bytedance/sonic to v1.10.2 Oct 8, 2023
@renovate renovate bot force-pushed the renovate/github.com-bytedance-sonic-1.x branch from 35c9b7c to 0781b9a Compare October 8, 2023 06:36
@renovate renovate bot force-pushed the renovate/github.com-bytedance-sonic-1.x branch from 0781b9a to 31cebec Compare February 18, 2024 09:39
@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 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 2 times, most recently from 666544e to 6b3adcb Compare February 28, 2024 13:05
@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 6b3adcb to 2625344 Compare March 12, 2024 15:29
@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 2625344 to 3e10198 Compare April 15, 2024 07:58
@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 3e10198 to c52e643 Compare April 18, 2024 07:06
@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 c52e643 to 7b07716 Compare April 24, 2024 12:27
@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 7b07716 to bbb86e0 Compare May 22, 2024 11:15
@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 bbb86e0 to fd1a35d Compare May 29, 2024 10:38
@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 fd1a35d to 67f82b9 Compare June 19, 2024 11:49
@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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants