Releases: eclipse-serializer/serializer
Releases · eclipse-serializer/serializer
4.1.0
19 May 08:11
Compare
Sorry, something went wrong.
No results found
Features
Batch Storer for batched persistence [#254 ]
Bugfixes
Fix element count calculation issue [#252 ]
Fix potential deadlocks in store / storeAll lock ordering [#277 ]
Fix type dictionary provider listener wiring [#264 ]
Fix isUnchangedStructure always returning false [#262 ]
Other changes
Add OffHeapLongHashSet and utility methods [#255 ]
Improve clear method in LazyHashMap for better segment unloading [#257 ]
4.1.0-beta1
17 Apr 08:18
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
4.0.0
10 Mar 08:58
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
4.0.0-beta2
02 Mar 12:37
Compare
Sorry, something went wrong.
No results found
4.0.0-beta1
10 Feb 14:27
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Bugfixes
Fixed type handlers to properly restore comparators in collections [#202 ] [#203 ]
Deleted unused XThreads#defaultHandleUncaughtThrowable [#206 ]
3.0.0
28 Jul 06:52
Compare
Sorry, something went wrong.
No results found
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