Skip to content

Releases: eclipse-store/store

2.0.0

10 Oct 08:33
abfadef
Compare
Choose a tag to compare

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

22 Jul 12:16
ff50bb0
Compare
Choose a tag to compare

Features

  • S3 Express One Zone integration [#224]
  • S3 Enhancements [#233][#242]
  • Type Dictionary Import and Export for Serializer [#128]

Bugfixes

  • S3 Fixes [#234]
  • NIO Transfer Workaround [#238]

1.3.2

07 May 08:35
7a3ecfc
Compare
Choose a tag to compare

Features

  • Spring Boot improvements [#206]
  • Ensure Minio compatibility [#197]

Bugfixes

  • Fix wrong entity layer service config [#123]
  • Follow S3 batch delete limit [#213]

1.3.1

19 Mar 16:05
c203856
Compare
Choose a tag to compare

Features

Bugfixes

  • Use MethodHandles.Lookup where possible [#69]

  • Fix for BinaryStorer reinizialization [#111]

1.3.0

19 Mar 13:12
bf14844
Compare
Choose a tag to compare

1.3.0

1.2.0

21 Feb 13:45
833bbb8
Compare
Choose a tag to compare

Features

  • Module-infos are back [#144]

Bugfixes

  • Fixed memory cleanup [#103]

1.1.0

24 Jan 12:29
56b29a1
Compare
Choose a tag to compare

Features

Bugfixes

  • DynamoDB connector fix [#118]

1.0.0

16 Nov 09:08
Compare
Choose a tag to compare

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>