gin
gin copied to clipboard
chore(deps): bump github.com/bytedance/sonic from 1.3.2 to 1.3.4
Bumps github.com/bytedance/sonic from 1.3.2 to 1.3.4.
Release notes
Sourced from github.com/bytedance/sonic's releases.
v1.3.4
Feature
#262 feat: (ast) support casting string to number
Bugfix
#267 fix: (decoder)
StreamDecoder
returns error when run out of buffer while skiping value #269 fix: (encoder) insufficient buffer size check forOP_i32
#268 fix: (decoder) panic onUseInt64
optionFull Changelog: https://github.com/bytedance/sonic/compare/v1.3.3...v1.3.4
v1.3.3
Feature
- #218 feat:(encoder) add encoder option
NoNullSliceOrMap
Bugfix
- #259 fix:(encoder) panic on calling
MarshalJSON()
of a alias map- #261 fix:(decoder) didn't check ',' before a object key due to imperfect FSM
Full Changelog: https://github.com/bytedance/sonic/compare/v1.3.2...v1.3.3
Commits
8b51e75
fix:(encoder) insufficient buffer size check forOP_i32
(#269)2eae594
fix:(native)StreamDecoder
returns error when run out of buffer while skipi...34026b9
fix: useint64 in decode SetOption (#268)755c025
feat: (ast) support castingV_STRING
to number (#262)07d7b86
feat (encoder): add encoder optionNoNullSliceOrMap
(#218)08c7640
fix:(decoder) didn't check ',' before object key due to imperfect FSM (#261)a66db08
fix:(encoder) handle map like pointer when callingcall_marshaler_v
(#259)- See full diff in compare view
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)
Codecov Report
Merging #3273 (5b859c9) into master (ad66d9d) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #3273 +/- ##
=======================================
Coverage 98.36% 98.36%
=======================================
Files 42 42
Lines 3124 3124
=======================================
Hits 3073 3073
Misses 38 38
Partials 13 13
Flag | Coverage Δ | |
---|---|---|
98.36% <ø> (ø) |
||
go-1.15 | 98.36% <ø> (ø) |
|
go-1.16 | ∅ <ø> (?) |
|
go-1.17 | 98.27% <ø> (ø) |
|
go-1.18 | 98.27% <ø> (ø) |
|
macos-latest | 98.36% <ø> (ø) |
|
ubuntu-latest | 98.36% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.