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.9.2

Published by wongoo over 3 years ago

New Features

  • support java.util.Locale. #264
dubbo-go-hessian2 - v1.9.1

Published by wongoo over 3 years ago

Bugfixes

  • fix repeatedly adding list type in type map. #263
dubbo-go-hessian2 - v1.9.0

Published by AlexStocks over 3 years ago

v1.9.0

New Features

  • support java UUID object. #256

Bugfixes

  • fix map decode error. #261
dubbo-go-hessian2 - v1.8.2

Published by wongoo almost 4 years ago

Bugfixes

  • fix insufficient bytes for string encoding buffers. #255
dubbo-go-hessian2 - v1.8.1

Published by wongoo almost 4 years ago

Bugfixes

  • fix get wrong javaclassname for POJO struct. #247
  • fix not enough buf error when decode date. #249
  • fix emoji decoding error. #254
dubbo-go-hessian2 - v1.8.0

Published by wongoo almost 4 years ago

New Features

  • support clean encoder/decoder, discard decode buffer. #242
  • support encode no pojo object. #243

Enhancement

  • change value reference to ptr to improve performance. #244

Bugfixes

  • fix issue that cannot decode java generic type. #239
dubbo-go-hessian2 - v1.7.0

Published by wongoo about 4 years ago

New Features

  • add GetStackTrace method into Throwabler and its implements. #207
  • catch user defined exceptions. #208
  • support java8 time object. #212, #221
  • support test golang encoding data in java. #213
  • support java.sql.Time & java.sql.Date. #219

Enhancement

  • Export function EncNull. #225

Bugfixes

  • fix eunm encode error in request. #203
  • fix []byte field decoding issue. #216
  • fix decoding error for map in map. #229
dubbo-go-hessian2 - v1.6.3

Published by AlexStocks about 4 years ago

Feature:
support time.Date

dubbo-go-hessian2 - v1.6.0

Published by wongoo over 4 years ago

New Features

  • ignore non-exist fields when decoding. #201

Enhancement

  • add cache in reflection to improve performance. #179
  • string decode performance improvement. #188

Bugfixes

  • fix attachment lost for nil value. #191
  • fix float32 accuracy issue. #196
dubbo-go-hessian2 - v1.5.0

Published by AlexStocks over 4 years ago

New Features

  • support java collection. #161

Bugfixes

  • fix skipping fields bug. #167
dubbo-go-hessian2 - v1.4.0

Published by wongoo over 4 years ago

New Features

  • support BigInteger. #141
  • support embedded struct. #150
  • flat anonymous struct field. #154

Enhancement

  • update bytes pool. #147

Bugfixes

  • fix check service.Group and service.Interface. #138
  • fix can't duplicately decode Serializer object. #144
  • fix bug for encTypeInt32. #148
dubbo-go-hessian2 - v1.4.0-rc1

Published by AlexStocks over 4 years ago

New Features

  • support BigInteger. #141
  • support embedded struct. #150
  • flat anonymous struct field. #154

Enhancement

  • update bytes pool. #147

Bugfixes

  • fix check service.Group and service.Interface. #138
  • fix can't duplicately decode Serializer object. #144
  • fix bug for encTypeInt32. #148
dubbo-go-hessian2 - v1.3.0

Published by wongoo almost 5 years ago

dubbo-go-hessian2 - v1.2.4

Published by wongoo about 5 years ago

  • Imp: use gost bytes pool
dubbo-go-hessian2 - v1.2.3

Published by wongoo about 5 years ago

  • Fix: date nil bug
dubbo-go-hessian2 - v1.2.2

Published by wongoo about 5 years ago

  • Add: support attachments
  • Add: IncompleteAnnotationException And AnnotationTypeMismatchException
dubbo-go-hessian2 - v1.2.1

Published by wongoo over 5 years ago

Add: com.alibaba.dubbo.rpc.service.GenericException

dubbo-go-hessian2 - v1.2.0

Published by wongoo over 5 years ago

add decimal support

dubbo-go-hessian2 - v1.1.2

Published by wongoo over 5 years ago

  • add: java Throwable registration
dubbo-go-hessian2 - v1.1.1

Published by wongoo over 5 years ago

  • fix: some error handle
Package Rankings
Top 1.4% on Proxy.golang.org
Badges
Extracted from project README
Build Status codecov GoDoc Go Report Card
Related Projects