Skip to content

Releases: eclipse-serializer/serializer

3.1.0

04 Dec 09:12
ded5e96

Choose a tag to compare

Feature

  • 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]

2.1.2

18 Feb 10:01
3adb2e2

Choose a tag to compare

Bugfixes

  • Fix for potential NPE in lock scopes [#172]
  • Fix possible NPE in LazyReferenceManager [#171]

2.1.1

13 Jan 12:54
0d3182b

Choose a tag to compare

  • Logger settings adjustments [#164]

2.1.0

10 Dec 12:13
dace6cd

Choose a tag to compare

Features

  • Concurrency API [#156]
  • Object registration listener for storer [#160]

Bugfixes

  • Fixes for Android regressions [#154] [#155]

2.0.0

10 Oct 07:54
71ec3de

Choose a tag to compare

Features

  • Additional Type Handlers [#72]
  • Enhanced Reloader [#135] [#136]
  • Various Storer Enhancements [#143]

Bugfixes

  • LazyHashMap Fix [#117] [#139]
  • Fix Type Handler Foundation Registration Order Necessity [#142]
  • Fix for Allocation of LazyArgs During Cleanup [#132] [#133]

1.4.0

22 Jul 11:56
c771627

Choose a tag to compare

Features

  • Type Dictionary Import and Export for Serializer [#128]

1.3.2

07 May 06:18
fec9701

Choose a tag to compare

Bugfixes

  • Fix wrong entity layer service config [#123]