You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by wo...@apache.org on 2022/01/17 09:10:55 UTC

[dubbo-go-hessian2] branch 1.10 updated (f989170 -> a80067e)

This is an automated email from the ASF dual-hosted git repository.

wongoo pushed a change to branch 1.10
in repository https://gitbox.apache.org/repos/asf/dubbo-go-hessian2.git.


    from f989170  release note for v1.10.2
     add b015777  fix: decode bool error (#301)
     add 226f34b  use perrors.Errorf to create new error
     add 9079120  format code
     add be67b60  Merge pull request #302 from xfstart07/master
     add 0b16449  add a tool for generate hessian2 java enum define golang code (#304)
     add 4b69704  reproduce decode interface map bug #299
     add ac3b4ed  change unit test data for default untype map type
     add a36dcbf  unpack map value to raw value
     add 1f4cc01  Merge pull request #303 from alpha-baby/issue299
     add a80067e  release note for v1.10.3

No new revisions were added by this update.

Summary of changes:
 CHANGE.md                   |   9 ++
 README.md                   |   6 ++
 decode_test.go              |  15 ++-
 map.go                      |   4 +-
 object.go                   |   2 +-
 tools/gen-go-enum/README.md |  94 +++++++++++++++++
 tools/gen-go-enum/main.go   | 244 ++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 368 insertions(+), 6 deletions(-)
 create mode 100644 tools/gen-go-enum/README.md
 create mode 100644 tools/gen-go-enum/main.go