Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 26, 2022

Bumps github.com/bytedance/sonic from 1.3.4 to 1.5.0.

Release notes

Sourced from github.com/bytedance/sonic's releases.

v1.5.0

Feature

  • #294 (ast) support more loose type-casting (breaking change)
  • #299 move third-party tests into another module

Bugfix

  • #296#295 (decoder) StreamDecoder unexpectedly stopped while decoding buffer-truncated numbers

Optimization

  • #291 (encoder) faster and more accurate (for float32->float64) ftoa() implementation, promoting 5%~50% performance of float encoding

Full Changelog: bytedance/sonic@v1.4.0...v1.5.0

v1.5.0-rc

Feature

#294 (decoder) support looser type-casting (breaking change)

Bugfix

#295#296 (decoder) StreamDecoder unexpectedly stop while skipping incomplete number

Full Changelog: bytedance/sonic@v1.4.0...v1.5.0-rc

v1.4.0

Feature

  • #275 support Go 1.19
  • #280 adapt to SSE4-only CPU on arch AMD64 and no longer limit usage on Mac-M1 machine
  • #287 add option MaxInlineDepth for adjusting compilation inline depth
  • #218 (encoder) add encoder option NoNullSliceOrMap
  • #253 (decoder) add option ValidateString to validate if string value is UTF8
  • #249 (ast) add more strict casting API
  • #262 (ast) support casting V_STRING to number
  • #278 (ast) support cast null to zero value (break change)

Bugfix

  • #243 (encoder) insufficient buffer size check for OP_i32 and panic invalid memory address or nil pointer dereference
  • #243 (encoder) marshal escape '\b' and '\f' inconsistently with encoding/json
  • #259 (encoder) handle map without dereferencing pointer when calling call_marshaler_v
  • #254 (decoder) didn't return io.EOF error when read nothing from io.Reader
  • #261 (decoder) didn't check ',' before object key due to imperfect FSM
  • #267 (decoder) StreamDecoder returns error when run out of buffer while skipping value
  • #268 (decoder) wrongly set options and panic can't set OptionUseInt64 and OptionUseNumber both
  • #250 (ast) checkRaw() didn't check if Node is nil pointer first

Optimization

  • #287 reduce default max inline depth (from 5 to 3) for less compilation time and better performance
  • #237 (encoder) remove bound and loop unrolling in quote
  • #239 (test) add more benchmarks on different structures

Full Changelog: bytedance/sonic@v1.3.0...v1.4.0

v1.3.5

Feature

  • #275 support Go 1.19
Commits
  • 5e54c02 fmt: move thrid-party tests into another module (#299)
  • ccc0f3f opt: faster ftoa (#291)
  • 2138136 feat: support more loose type-casting (#294)
  • a48cad8 fix:(decoder) more loose repeatable condition for StreamDecoder (#296)
  • 6e979df fix:(decoder) StreamDecoder unexpectedly stop while skipping incomplete num...
  • 0a3d980 Fix/ci (#292)
  • cf08d54 feat:(ast) support cast null to empty value (#278)
  • 94f95f0 feat:(option) add option MaxInlineDepth for addjust compilation inline dept...
  • 1a7758c build: all fallbacks to compact.go on ARM arch (#286)
  • dd3e092 fix spelling mistake in README.md (#285)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/bytedance/sonic](https://github.com/bytedance/sonic) from 1.3.4 to 1.5.0.
- [Release notes](https://github.com/bytedance/sonic/releases)
- [Commits](bytedance/sonic@v1.3.4...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/bytedance/sonic
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 26, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 19, 2022

Superseded by #14.

@dependabot dependabot bot closed this Dec 19, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/bytedance/sonic-1.5.0 branch December 19, 2022 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants