Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changes for v1.7.0 from v1.6.0 #226

Closed
wants to merge 111 commits into from
Closed

changes for v1.7.0 from v1.6.0 #226

wants to merge 111 commits into from

Conversation

wongoo
Copy link
Contributor

@wongoo wongoo commented Sep 6, 2020

v1.7.0

New Features

  • support test golang encoding data in java. #213
  • support java.sql.Time & java.sql.Date. #219
  • support java8 time object support. #212, #221

Enhancement

  • add class meta cache. #179

Bugfixes

  • fix get attachment lost nil key. #191
  • fix float32 accuracy issue. #196
  • fix []byte field decoding issue. #216

zouyx and others added 30 commits March 28, 2020 15:23
Co-authored-by: Xin.Zh <dragoncharlie@foxmail.com>
* benchmark result

* use cache in findField

* encode benchmark

* call field() once

* remove version

* fix import sync

* cache in registerPOJO

* add json bench result

* prune unneccessary rtype.Field(index)

* cache comment

* rename cache

* switch to if

* remove return value name

* findFieldWithCache

* remove if check when fieldStruct is nil

Co-authored-by: 望哥 <gelnyang@163.com>
Issue177:Upgrade go.mod & LICENSE
AlexStocks and others added 28 commits August 3, 2020 01:18
support test golang encoding data in java
java.sql.Date
…ring]interface{} (#218)

* support attachment from map[sting]string to map[string]interface{} in invocation and result (refer to dubbo java 2.7.6)
add offsetDateTime&offsetTime&zoneOffSet&zonedDateTime
java.sql.Time & java.sql.Date
ZoneOffSet & OffsetDateTime & OffsetTime & ZonedDateTime
Fix: revert zhantu interface{} attachment
@wongoo wongoo closed this Sep 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.