Skip to content

Releases: eclipse-serializer/serializer

4.1.0-beta1

17 Apr 08:18
bae54e1

Choose a tag to compare

4.1.0-beta1 Pre-release
Pre-release

Features

  • Batch Storer for batched persistence [#254]

Bugfixes

  • Fix element count calculation issue [#252]

Other changes

  • Add OffHeapLongHashSet and utility methods [#255]

4.0.1

12 Mar 09:19
ab8c6c6

Choose a tag to compare

4.0.0

10 Mar 08:58
d2c099b

Choose a tag to compare

Features

  • Native memory accessors to ensure future compatibility with upcoming Java versions [#130] [#225]

Bugfixes

  • Fixes for Lazy references, which could cause storage inconsistencies [#221] [#222] [#227] [#239]

Other changes

4.0.0-beta3

03 Mar 07:16
b617206

Choose a tag to compare

4.0.0-beta3 Pre-release
Pre-release

4.0.0-beta3

4.0.0-beta2

02 Mar 12:37
729e6bd

Choose a tag to compare

4.0.0-beta2 Pre-release
Pre-release

4.0.0-beta2

4.0.0-beta1

10 Feb 14:27
32a35f1

Choose a tag to compare

4.0.0-beta1 Pre-release
Pre-release
chore: add server-id parameter to Maven deployment workflows (#231)

* chore: add server-id parameter to Maven deployment workflows

* chore: add server-id parameter to Maven deployment workflows

3.1.0

04 Dec 09:12
ded5e96

Choose a tag to compare

Features

  • Add new query methods to persistence object registry [#210] [#212]
  • Add new collect method to binary loader [#211]

Bugfixes

  • Fix incorrect loop condition in persistence iterator [#216]
  • Refactor UsageMarkable.Default for thread-safe lazy initialization [#218]

Other changes

  • Collections type consolidation [#213]

3.0.1

23 Sep 08:20
173215f

Choose a tag to compare

Bugfixes

  • Fixed type handlers to properly restore comparators in collections [#202] [#203]
  • Deleted unused XThreads#defaultHandleUncaughtThrowable [#206]

3.0.0

28 Jul 06:52
2079a3b

Choose a tag to compare

Features

  • New specialized type handlers: java.time.Period [#193], java.util.BitSet [#194]
  • Update MonitoringManager logging [#188]

Bugfixes

  • Fix allocation of string concatenation during garbage collection [#187]

Migration

  • Eclipse Serializer is now built with Java 17 as the target version. Please make sure to update your configuration accordingly.
  • The module persistence-binary-jdk17 was removed; all contained type handlers are used by default now

2.1.3

18 Mar 08:57
df22efb

Choose a tag to compare

Changes

  • Add viewRoots() to PersistenceManager [#178]
  • Add referential equality to Equalator [#184]
  • Remove unused and deprecated stuff [#179][#180]