Releases: eclipse-store/store
Releases · eclipse-store/store
2.1.0
2.0.0
Features
- Additional Type Handlers [#72]
- Enhanced Reloader [#135] [#136]
- Various Storer Enhancements [#143]
- Ensure Correct Inventorisation of S3 Directories [#250] [#270]
Bugfixes
- Adaptive Housekeeping Idle GC Fix [#293]
- Lock File Manager Fixes [#281] [#282]
- LazyHashMap Fix [#117] [#139]
- Add Missing Constructor Methods for CSV Converter [#283]
- Fix Intermittent Problem When Opening Database [#264]
- Fix Type Handler Foundation Registration Order Necessity [#142] [#204]
- Fix for Allocation of LazyArgs During Cleanup [#132] [#133]
1.4.0
1.3.2
1.3.1
1.3.0
1.3.0
1.2.0
1.1.0
Features
- Monitoring
- Communication layer
- JSR-107 compatible JCache provider with additional Hibernate cache region factory
- Spring Boot integration
- Adaptive housekeeping
- Transaction file housekeeping
- Update rest client UI to Vaadin 24 [#94]
- Serialization support for Throwable [#86]
Bugfixes
- DynamoDB connector fix [#118]
1.0.0
This is the first release of EclipseStore, the successor of MicroStream. It is at the same state as the last MicroStream Storage release, 8.1.1. Just living in a different namespace.
Migration
Migration of MicroStream projects can easily be achieved with this tool.
It takes care of the proper rewrite of dependencies and packages.
Installation
You can find the EclipseStore libraries in the Maven Central repository.
<dependency>
<groupId>org.eclipse.store</groupId>
<artifactId>storage-embedded</artifactId>
<version>1.0.0</version>
</dependency>