Skip to content

Releases: apache/dubbo-hessian-lite

v4.0.3

05 Aug 01:34
Compare
Choose a tag to compare

What's Changed

  • Fix byte serialize failed between 3.x and 4.x by @AlbumenJ in #74
  • Fix generic collection support to compact with hessian lite 3.x

v4.0.2

23 Jun 12:52
Compare
Choose a tag to compare
  • Support deserialize java.util.Currency

v4.0.1

10 Jun 07:24
Compare
Choose a tag to compare
  • Fix UUID compatibility with Hessian Lite 3.x
  • Support some types to serialize & deserialize between JDK 8 to JDK 22
    • java.util.concurrent.atomic.LongAdder
    • java.net.InetAddress
    • java.net.Inet6Address
    • java.net.UnixDomainSocketAddress
    • java.net.InetSocketAddress
    • java.net.URI
    • java.time.temporal.WeekFields
    • java.util.UUID
    • java.util.ImmutableCollections$List12
    • java.util.ImmutableCollections$ListN
    • java.util.ImmutableCollections$SubList
    • java.util.ImmutableCollections$Map1
    • java.util.ImmutableCollections$MapN
    • java.util.ImmutableCollections$Set12
    • java.util.ImmutableCollections$SetN
    • java.util.Collections$UnmodifiableRandomAccessList
    • java.util.Collections$SynchronizedRandomAccessList
    • java.time.chrono.HijrahChronology
    • java.time.chrono.IsoChronology
    • java.time.chrono.JapaneseChronology
    • java.time.chrono.MinguoChronology
    • java.time.chrono.ThaiBuddhistChronology
    • java.time.chrono.ChronoLocalDateTimeImpl
    • java.time.chrono.ChronoPeriodImpl
    • java.time.chrono.ChronoZonedDateTimeImpl
    • java.time.chrono.JapaneseDate
    • java.time.chrono.JapaneseEra
    • java.time.chrono.HijrahDate
    • java.time.chrono.MinguoDate
    • java.time.chrono.ThaiBuddhistDate
    • java.util.RegularEnumSet
    • java.util.JumboEnumSet

v4.0.0

13 May 06:37
Compare
Choose a tag to compare

v3.2.13

02 Sep 02:31
Compare
Choose a tag to compare
  • Deny deserialize when class not implement Serializable
  • Update deny list

v.3.2.12

21 Nov 05:55
Compare
Choose a tag to compare
  • Remove toString calling
  • Update DENY_CLASS

v3.2.11

05 Aug 02:19
Compare
Choose a tag to compare
  • Fix unexcepted deny for RuntimeException deserialization
  • Support super classed and interfaces check

V3.2.10

28 Jul 11:36
bd0b57a
Compare
Choose a tag to compare

support default deny list

V3.2.9

17 Jul 03:26
Compare
Choose a tag to compare
V3.2.9 Pre-release
Pre-release

support both whitelist and blacklist

V3.2.8

29 Jun 10:11
Compare
Choose a tag to compare
V3.2.8 Pre-release
Pre-release
  • Deserialization whitelist support
  • UUID serialization support