Skip to content

Releases: cloudwego/dynamicgo

v0.9.1

29 Apr 06:51
f3f2e0d

Choose a tag to compare

What's Changed

  • fix: align the mismatched C-Go HashMap struct by @AsterDY in #117

Full Changelog: v0.9.0...v0.9.1

v0.9.0

27 Apr 08:08
789e4b1

Choose a tag to compare

What's Changed

  • feat(trim): trim struct to (from) map on demands by @AsterDY in #113

Full Changelog: v0.8.0...v0.9.0

v0.8.0

23 Jan 03:28
d35fa0c

Choose a tag to compare

What's Changed

Full Changelog: v0.7.2...v0.8.0

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