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