Skip to content

Releases: cloudwego/dynamicgo

v0.3.0

31 Jul 03:13
1e6bfca
Compare
Choose a tag to compare

Feature

Bugfix

Optimization

  • opt(thrift): new pure go Skip impl, 1x better performance by @xiaost in #59

New Contributors

Full Changelog: v0.2.9...v0.3.0

v0.2.9

17 Jun 12:24
1ce2e1f
Compare
Choose a tag to compare

What's Changed

  • fix(j2p): support sint/fixed/sfixed types convertion and generic call by @khan-yin in #57

Full Changelog: v0.2.8...v0.2.9

v0.2.8

12 Jun 03:47
5f5563f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.7...v0.2.8

v0.2.7

06 Jun 14:36
6c0a5cc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.6...v0.2.7

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