Skip to content

Releases: cloudwego/dynamicgo

v0.2.6

24 May 08:53
8e81853
Compare
Choose a tag to compare

What's Changed

  • fix:(conv/j2p) support skip unknow fields by @AsterDY in #52
  • fix:(thrift/generic) NewTypedNode should construct empty value by @AsterDY in #53

Full Changelog: v0.2.5...v0.2.6

v0.2.5

08 May 04:39
cdf39e6
Compare
Choose a tag to compare

What's Changed

  • refactor: remove internal spec's annotations by @AsterDY in #50

Full Changelog: v0.2.4...v0.2.5

v0.2.4

29 Apr 05:17
4e6336a
Compare
Choose a tag to compare

What's Changed

  • chore: immigrate some dependencies to 'cloudwego' by @AsterDY in #45
  • chore: update cloudwego dependencies by @AsterDY in #46
  • chore: update kitex to v0.9.3-rc by @AsterDY in #47
  • fix: proto/generic/cast.go: let Value struct func support Enum… by @sbs-copilot in #44
  • fix:(conv/j2t) Option WriteRequireField didn't effect by @AsterDY in #48
  • feat:(thrift) support putting IDL name-space into Descriptor's annotations by @AsterDY in #49
  • feat:(thrift) nested thrift type constructor API by @AsterDY in #41

New Contributors

Full Changelog: v0.2.0...v0.2.4

v0.2.1

14 Apr 15:18
b93142e
Compare
Choose a tag to compare

What's Changed

  • chore: immigrate some dependencies to 'cloudwego' by @AsterDY in #45
  • proto/generic/cast.go: let Value struct func support Enum… by @sbs-copilot in #44

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

07 Jan 08:58
497e7b3
Compare
Choose a tag to compare

What's Changed

  • feat: (protobuf) support high-performance reflection SDK for Protobuf protocol by @khan-yin in #37
  • feat: (generic) upgrade DescriptorToPathNode API by @AsterDY in #38

New Contributors

Full Changelog: v0.1.6...v0.2.0

v0.2.0-rc

25 Dec 05:26
bda904c
Compare
Choose a tag to compare
v0.2.0-rc Pre-release
Pre-release

What's Changed

  • feat: support high-performance generic-call SDK for protobuf protocol by @khan-yin in #37
  • feat: upgrade DescriptorToPathNode API by @AsterDY in #38

New Contributors

Full Changelog: v0.1.6...v0.2.0-rc

v0.1.6

21 Nov 12:47
7bf2c54
Compare
Choose a tag to compare

What's Changed

  • fix: negative int to double overflows by @AsterDY in #36

Full Changelog: v0.1.5...v0.1.6

v0.1.5

16 Nov 03:02
acc77fe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.5

v0.1.3

28 Aug 08:36
d811de5
Compare
Choose a tag to compare

Feature

  • [#29] feat: (thrift/generic) support Foreach() on Value
  • [#32] feat: (conv) separate options String2Int64 and Int642String

Bugfix

  • [#31] fix: (thrift) didn't support unknown-fields for ReadAnyWithDesc()

Full Changelog: v0.1.2...v0.1.3

v0.1.2

14 Jul 11:32
7965a6a
Compare
Choose a tag to compare

What's Changed

  • opt: only write StructEnd while WriteEmpty() to avoid dead-loop when marshaling empty self-referred type

Full Changelog: v0.1.1...v0.1.2