dubbo-go-hessian2

caucho hessian2 implementation in Go for [apache/dubbo-go](https://github.com/apache/dubbo-go) which is compatible with [dubbo-hessian-lite](https://github.com/apache/dubbo-hessian-lite)

APACHE-2.0 License

Stars
209
Committers
63

Bot releases are visible (Hide)

dubbo-go-hessian2 - v1.1.0

Published by wongoo over 5 years ago

  • support typed list
  • add java exception definition
dubbo-go-hessian2 - v1.0.2

Published by wongoo over 5 years ago

  1. Fix dubbogo issue71
  2. add double, int, long encode unit test
  3. Fix long/double encode bug
dubbo-go-hessian2 - v1.0.1

Published by wongoo over 5 years ago

  1. fix issue #40 that ignoring nil when decoding list
  2. fix java exception handling
dubbo-go-hessian2 - v1.0.0

Published by wongoo over 5 years ago

Hessian2 will maintain its own version in format of MAJOR.MINOR.PATCH from now on , starting from v1.0.0.

Hessian2 is a codec library used by dubbogo with following features:

  • compatible with java hessian v4.0.60
  • compatible with dubbo v2.6.5
  • support define field/service name by tag
Package Rankings
Top 1.4% on Proxy.golang.org
Badges
Extracted from project README
Build Status codecov GoDoc Go Report Card
Related Projects