Skip to content

Releases: apache/dubbo-go-hessian2

v1.12.4

29 Nov 00:36
Compare
Choose a tag to compare

Bugfixes

  • fix null encoding for nil pointer. #368

v1.12.3

02 Nov 05:42
Compare
Choose a tag to compare

Bugfixes

  • fix Decoder failed to decode int8/int16 type values of map field in struct. #366

v1.12.2

06 May 06:05
Compare
Choose a tag to compare

Bugfixes

  • fix pointer value set. #361

v1.12.1

09 Apr 16:16
Compare
Choose a tag to compare

Bugfixes

  • fix ref to wrong type of map for nil value. #357

v1.12.0

26 Feb 03:41
2976f7b
Compare
Choose a tag to compare
  • upgrade go from v1.13 to v1.17
  • using time.UnixMills api to release time scope limit
  • Deprecate these array types, including hessian.IntegerArray, hessian.ByteArray, hessian.ShortArray, hessian.BooleanArray, hessian.LongArray, hessian.FloatArray, hessian.DoubleArray, hessian.CharacterArray.
  • Support java wrapper types:
hessian type java type golang type
Integer java.lang.Integer *int32
Byte java.lang.Byte *byte
Short java.lang.Short *int16
Boolean java.lang.Boolean *bool
Long java.lang.Long *int64
Float java.lang.Float *float32
Double java.lang.Double *float64
Character java.lang.Character *hessian.Rune

v1.11.7

24 Feb 13:28
f0ac0a6
Compare
Choose a tag to compare
  • upgrade go from v1.13 to v1.17
  • using time.UnixMills api to release time scope limit

v1.11.6

14 Feb 01:50
f13bb4e
Compare
Choose a tag to compare

Deprecate the following array types , which will not be supported in the next major version.

hessian.IntegerArray
hessian.ByteArray
hessian.ShortArray
hessian.BooleanArray
hessian.LongArray
hessian.FloatArray
hessian.DoubleArray
hessian.CharacterArray

more: #349

v1.11.5

06 Dec 09:10
Compare
Choose a tag to compare

Bugfixes

  • fix empty slice encode/decode error. #341

v1.11.4

13 Nov 10:05
e579dda
Compare
Choose a tag to compare

v1.11.3

31 Oct 09:07
Compare
Choose a tag to compare

Bugfixes

  • fix java enum decoding incorrectly. #332