Skip to content

Releases: apache/dubbo-go-hessian2

v1.9.2

21 Apr 00:12
Compare
Choose a tag to compare

New Features

  • support java.util.Locale. #264

v1.9.1

17 Mar 04:51
Compare
Choose a tag to compare

Bugfixes

  • fix repeatedly adding list type in type map. #263

v1.9.0

14 Mar 14:51
Compare
Choose a tag to compare

v1.9.0

New Features

  • support java UUID object. #256

Bugfixes

  • fix map decode error. #261

v1.8.2

13 Jan 01:12
Compare
Choose a tag to compare

Bugfixes

  • fix insufficient bytes for string encoding buffers. #255

v1.8.1

05 Jan 09:56
Compare
Choose a tag to compare

Bugfixes

  • fix get wrong javaclassname for POJO struct. #247
  • fix not enough buf error when decode date. #249
  • fix emoji decoding error. #254

v1.8.0

08 Dec 10:45
1c9e7b2
Compare
Choose a tag to compare

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

v1.7.0

14 Sep 01:09
ae9da95
Compare
Choose a tag to compare

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

v1.6.3

04 Sep 05:07
a93b11c
Compare
Choose a tag to compare
v1.6.3 Pre-release
Pre-release

Feature:
support time.Date

v1.6.0

18 Jun 08:34
f8682e1
Compare
Choose a tag to compare

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

v1.5.0

30 Mar 11:01
e026b32
Compare
Choose a tag to compare

New Features

  • support java collection. #161

Bugfixes

  • fix skipping fields bug. #167