Releases: cloudwego/frugal
Releases · cloudwego/frugal
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
What's Changed
- feat: new reflect impl for non-amd64 arch
- feat(jit): go1.23 for the last supported version
- refactor(jit): better performance in multicore env
New Contributors
- @rogerogers made their first contribution in #50
- @GuangmingLuo made their first contribution in #51
Full Changelog: v0.1.16...v0.2.0
v0.1.16
v0.1.15
This release only switches iasm from personal repo to the cloudwego repo.
Full Changelog: v0.1.14...v0.1.15
v0.1.14
What's Changed
- feat(internal): enable link_emu for arm64 by @Marina-Sakai in #43
New Contributors
- @Marina-Sakai made their first contribution in #43
Full Changelog: v0.1.13...v0.1.14
v0.1.13
v0.1.12
Note
This version fixed some concurrency issues when compiling types.
Specially, we fixed the issue (#39) when registering new modules which may conflict with sonic (bytedance/sonic#552).
It's STRONGLY SUGGESTED to update both frugal and sonic to the latest version by:
go get github.com/cloudwego/frugal@latest
go get github.com/bytedance/sonic@latest
What's Changed
- optimize: lockfree by @felix021 in #39
- fix: toctou on funcTab by @felix021 in in #38
- fix: protect variables with mutex to prevent concurrent access by @felix021 in #37
Full Changelog: v0.1.10...v0.1.12