Skip to content

Releases: cloudwego/dynamicgo

v0.1.1

28 Jun 08:32
6ec0698
Compare
Choose a tag to compare

What's Changed

  • refactor(conv): http-value encoding logics by @AsterDY in #26
  • build: remove unused modules by @AsterDY in #27

Full Changelog: v0.1.0...v0.1.1

v0.1.0-rc

08 May 07:31
683f982
Compare
Choose a tag to compare

initial version

v0.1.0

25 May 11:20
683f982
Compare
Choose a tag to compare

What's Changed

  • build: update go mod dependency and requirements by @AsterDY in #11
  • feat:(conv) support convert scalar types of arguments by @AsterDY in #13
  • build: omit go checkptr test on some functions by @AsterDY in #12
  • refactor:(http) rename methods on RequestGetter to avoid conflicts by @AsterDY in #14
  • feat:(conv) add fallback options for http-mapping by @AsterDY in #16
  • test: xprintf support for linux x86_64 by @ii64 in #18
  • feat:(thrift/genenric) add more utility APIs by @AsterDY in #20
  • feat: support exception fields in BinaryConv t2j by @Marina-Sakai in #21
  • feat(thrift): add a function to remove annotation mapper by @Marina-Sakai in #23
  • fix: dead loop introduced by thrift IDL file cycle-referring by @AsterDY in #24
  • fix: fix native C FSM issues by @AsterDY in #25

New Contributors

  • @ii64 made their first contribution in #18

Full Changelog: https://github.com/cloudwego/dynamicgo/commits/v0.1.0