Release Notes
v1.9.4
New Features
- support wrapper classes for Java basic types. #278
Bugfixes
- fix registration ignored for struct with same name in diff package. #279
- fix cannot encode pointer of raw type. #283
v1.9.3
New Features
- add new api
Encoder.ReuseBufferClean()
. #271
Bugfixes
- fix not unpack ref holder for list. #269
- fix encode null for empty map, add map tag instead. #275
- Fix getArgType reflection value logic. #276
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
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 enum encode error in request. #203
- fix []byte field decoding issue. #216
- fix decoding error for map in map. #229
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
v1.4.0
New Features
- support BigInteger. #141
- support embedded struct. #150
- flat anonymous struct field. #154
Enhancement
Bugfixes
- fix check service.Group and service.Interface. #138
- fix can't duplicately decode Serializer object. #144
- fix bug for encTypeInt32. #148
v1.3.0
New Features
- support skip unregistered pojo. #128
Enhancement
- change nil string pointer value. #121
- convert attachments to map[string]string]. #127
Bugfixes
- fix nil bool error. #114
- fix tag parse error in decType. #120
- fix dubbo version. #130
- fix emoji encode error. #131