Skip to content

Releases: cloudwego/dynamicgo

v0.7.2

18 Dec 06:55
523822a

Choose a tag to compare

What's Changed

  • fix(j2t): can handle empty string when enable String2Int #114
  • fix(t2j): error encoding NaN

Full Changelog: v0.7.1...v0.7.2

v0.7.1

29 Oct 06:10
007a37e

Choose a tag to compare

What's Changed

  • opt:(utils) add parse option ForceHashMapAsFieldNameMap to reduce memory usage

Full Changelog: v0.7.0...v0.7.1

v0.7.0

13 Aug 07:01
317b54f

Choose a tag to compare

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

Full Changelog: v0.6.4...v0.7.0

v0.6.4

16 Jun 05:16
00402fb

Choose a tag to compare

What's Changed

  • fix(j2p): fix empty list parse error by @khan-yin in #99
  • chore: rm unused thrift skip code by @xiaost in #102
  • fix(p2j): fix nested struct unmarshal with list field by @khan-yin in #103

Full Changelog: v0.6.3...v0.6.4

v0.6.3

10 Apr 05:07
6615d2c

Choose a tag to compare

What's Changed

  • feat(j2t): merge json with ctx base instead of reseting by @AsterDY in #97

Full Changelog: v0.6.2...v0.6.3

v0.6.2

13 Mar 09:29
0cd3b71

Choose a tag to compare

What's Changed

  • fix:(t2j) not recursely write empty struct to avoid dead-loop by @AsterDY in #96

Full Changelog: v0.6.1...v0.6.2

v0.6.1

13 Mar 07:38
3bcda3a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

10 Mar 06:02
ccd26f6

Choose a tag to compare

What's Changed

Full Changelog: v0.5.3...v0.6.0

v0.5.3

02 Mar 04:17
55eb3a2

Choose a tag to compare

What's Changed

  • fix:(conv/j2t) not recurse in tb_write_default_or_empty to 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

v0.5.2

14 Feb 10:09
405ebed

Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2