English
- Lower
golang
environment dependency from1.21
to1.18
- Upgrade
testify
testing framework fromv1.10.0
tov1.11.1
- Set
isEmpty
flag inUnmarshalJSON
method oftype_carbon.go
file to indicate empty values - Use
sync.Map
to implement high-performance concurrent caching - Fix potential race conditions and null pointer dereference issues, improving concurrency safety
中文
- 将
golang
环境依赖从1.21
降低到1.18
- 将
testify
测试框架从v1.10.0
升级到v1.11.1
- 在
type_carbon.go
文件UnmarshalJSON
方法中设置isEmpty
标志以表示空值 - 使用
sync.Map
实现高性能并发缓存 - 修复潜在的竞态条件和空指针解引用问题,提高并发安全性
Full Changelog: v2.6.11...v2.6.12