Release Notes

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

  • 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

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