Skip to content

v0.1.12

Compare
Choose a tag to compare
@felix021 felix021 released this 08 Nov 07:03
· 28 commits to main since this release

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

Full Changelog: v0.1.10...v0.1.12