| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-09-02 | 1.5 kB | |
| v1.14.1 source code.tar.gz | 2025-09-02 | 3.3 MB | |
| v1.14.1 source code.zip | 2025-09-02 | 3.7 MB | |
| Totals: 3 Items | 7.0 MB | 0 | |
What's Changed
- fix: avoid boundary pointer in
alg.Quoteby @AsterDY in https://github.com/bytedance/sonic/pull/820 - feat: add fallback implementations for unquoting and UTF-8 validation by @liuq19 in https://github.com/bytedance/sonic/pull/823
- fix(encoder): not panic for unsupported map-key type by @AsterDY in https://github.com/bytedance/sonic/pull/826
- fix: fix range check for uint32 in jit by @liuq19 in https://github.com/bytedance/sonic/pull/833
- fix: bugs when encoding.TextMarshaler key is integer types or nil pointer by @liuq19 in https://github.com/bytedance/sonic/pull/831
- fix(vm): fix decode json contains \u0000 char by @liuq19 in https://github.com/bytedance/sonic/pull/836
- fix: unmarshal single escaped chars with string option tag by @liuq19 in https://github.com/bytedance/sonic/pull/837
- chore: fix comments about code generate by @liuq19 in https://github.com/bytedance/sonic/pull/839
- doc: comments documenting declarations mismatch by @Innnsane in https://github.com/bytedance/sonic/pull/840
- opt: optimize encode and ast node by @liuq19 in https://github.com/bytedance/sonic/pull/845
- fix: compilation error with
GOEXPERIMENT=jsonv2by @AsterDY in https://github.com/bytedance/sonic/pull/847 - feat: show JSON trace when panic by @AsterDY in https://github.com/bytedance/sonic/pull/848
New Contributors
- @Innnsane made their first contribution in https://github.com/bytedance/sonic/pull/840
Full Changelog: https://github.com/bytedance/sonic/compare/v1.14.0...v1.14.1