Releases: bytedance/sonic
Releases · bytedance/sonic
v1.13.1
What's Changed
- fix(aarch64): avoid using the boundary pointer of an array by @liuq19 in #763
- fix: Write version warning to stderr by @roysc in #761
- feat: support golang 1.24 by @liuq19 in #741
- fix(compat): duplicate description by @y1jiong in #767
- chore: add notice for go1.24.0 on README by @AsterDY in #766
- fix: loader version by @liuq19 in #770
New Contributors
Full Changelog: v1.12.10...v1.13.1
v1.12.10
Bugfix
- fix(aarch64): support parse map that key is float by @liuq19 in #748
- fix(aarch64): bug when unmarshal into prefilled interface slice by @liuq19 in #751
- fix: bug when marshal nil interface{} that contains not-indirect value by @liuq19 in #756
- fix(loader): invalid binary length in stackmap by @liuq19 in #754
- fix(aarch64): bug when unmarshal into non-nil interface by @liuq19 in #759
- fix bug when serde with unsupported type by @liuq19 in #757
Full Changelog: v1.12.9...v1.12.10
v1.12.9
What's Changed
BugFix( for aarch64)
- fix crash cause by
sigprof
, not useX28
register in arm64 of native C [PR: #746, Issue: #743] - fix bug when parsing invalid json that contains unescaped control chars [PR: #745, Issue: #739]
- fix bug when parsing large json [PR: #745, Issue: #744]
Chore
- chore: fix ci by @liuq19 in #740
- Update codeql-analysis.yml by @willem-bd in #736
- chore: add issue and pr template by @liuq19 in #742
New Contributors
- @willem-bd made their first contribution in #736
Full Changelog: v1.12.8...v1.12.9
v1.12.8
What's Changed
Feature
Fix
- fix:(loader) avoid race on
lastmoduledatap
with go plugin (only effects on byted-tango) by @AsterDY in #707 - fix: update base64x version to avoid illegal instruction in sse by @liuq19 in #734
Full Changelog: v1.12.7...v1.12.8
v1.12.7
Optimization
- [#727] refactor(loader): copy & trim iasm for smaller binary size by @xiaost
- [#726] introduce json-path lib "cloudwego/gjson" by @AsterDY
New Contributors
- @spacewander made their first contribution in #713
- @xiaost made their first contribution in #727
Full Changelog: v1.12.6...v1.12.7