Releases: apache/dubbo-go-hessian2
Releases · apache/dubbo-go-hessian2
v1.9.2
New Features
- support java.util.Locale. #264
v1.9.1
Bugfixes
- fix repeatedly adding list type in type map. #263
v1.9.0
v1.9.0
New Features
- support java UUID object. #256
Bugfixes
- fix map decode error. #261
v1.8.2
Bugfixes
- fix insufficient bytes for string encoding buffers. #255
v1.8.1
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
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
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
Feature:
support time.Date
v1.6.0
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
New Features
- support java collection. #161
Bugfixes
- fix skipping fields bug. #167