| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-30 | 1.5 kB | |
| v1.15.1 source code.tar.gz | 2026-03-30 | 3.4 MB | |
| v1.15.1 source code.zip | 2026-03-30 | 3.8 MB | |
| Totals: 3 Items | 7.2 MB | 2 | |
What's Changed
- refactor: improve code formatting and remove unused lookup_small_key … by @liuq19 in https://github.com/bytedance/sonic/pull/903
- ci: add macOS ARM (Apple Silicon) runners to workflows by @liuq19 in https://github.com/bytedance/sonic/pull/911
- chore: use go fmt format by @liuq19 in https://github.com/bytedance/sonic/pull/913
- fix(decoder): memory corruption when decode prefilled interface by @liuq19 in https://github.com/bytedance/sonic/pull/914
- fix(decoder): align jit string-tag mismatch with encoding/json by @liuq19 in https://github.com/bytedance/sonic/pull/917
- revert: drop integer range mismatch and related tests by @liuq19 in https://github.com/bytedance/sonic/pull/922
- fix(rt): align map IndirectElem semantics across Go versions by @liuq19 in https://github.com/bytedance/sonic/pull/924
- feat:(encoder) not omit zero value for
omitemptytag by @AsterDY in https://github.com/bytedance/sonic/pull/927 - opt: unify JIT funcs in single moduledata on
Pretouchby @AsterDY in https://github.com/bytedance/sonic/pull/932 - chore: update loader v0.5.1 by @AsterDY in https://github.com/bytedance/sonic/pull/933
- docs: update README Go 1.26 support by @equationzhao in https://github.com/bytedance/sonic/pull/931
New Contributors
- @equationzhao made their first contribution in https://github.com/bytedance/sonic/pull/931
Full Changelog: https://github.com/bytedance/sonic/compare/v1.15.0...v1.15.1