Skip to content

v1.7.0

Compare
Choose a tag to compare
@wongoo wongoo released this 14 Sep 01:09
ae9da95

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