Skip to content

v1.12.0

Compare
Choose a tag to compare
@wongoo wongoo released this 26 Feb 03:41
· 23 commits to 1.12 since this release
2976f7b
  • 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