Releases: eclipse-serializer/serializer
Releases · eclipse-serializer/serializer
4.1.0-beta1
4.0.1
Parallel release to https://github.com/eclipse-store/store/releases/tag/4.0.1
4.0.0
Features
Bugfixes
Other changes
4.0.0-beta3
4.0.0-beta3
4.0.0-beta2
4.0.0-beta2
4.0.0-beta1
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
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
3.0.0
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-jdk17was removed; all contained type handlers are used by default now