Releases: cloudwego/dynamicgo
Releases · cloudwego/dynamicgo
v0.7.2
v0.7.1
v0.7.0
What's Changed
- feat (j2p): support enum field serialization by @khan-yin in #105
- test: deprecate fastpb by @xiaost in #106
- fix(thrift): absolute-paths were not prioritized when IDL matches includes by @AsterDY in #107
- fix: correct invalid Go directive //go:noline to //go:noinline by @liuq19 in #108
- fix(generic): Correct iteration in GetDescByPath by @SylviaYang2 in #110
- feat: suport go1.25 by @AsterDY in #111
New Contributors
- @liuq19 made their first contribution in #108
- @SylviaYang2 made their first contribution in #110
Full Changelog: v0.6.4...v0.7.0
v0.6.4
v0.6.3
v0.6.2
v0.6.1
v0.6.0
v0.5.3
What's Changed
- fix:(conv/j2t) not recurse in
tb_write_default_or_emptyto avoid dead-looping on cycle-referred struct by @AsterDY in #89 - fix(thrift): support both relative and absolute check for idl includes parse to make it compatible with generation tool by @Marina-Sakai in #90
Full Changelog: v0.5.2...v0.5.3