From 9c3b991840e7303d7ada7030a497e0e582795454 Mon Sep 17 00:00:00 2001 From: fh-ms Date: Mon, 2 Oct 2023 11:00:09 +0200 Subject: [PATCH] Add changelog --- docs/modules/intro/pages/changelog.adoc | 416 ++++++++++++++++++++++++ 1 file changed, 416 insertions(+) diff --git a/docs/modules/intro/pages/changelog.adoc b/docs/modules/intro/pages/changelog.adoc index 740a6bdd..13bafa27 100644 --- a/docs/modules/intro/pages/changelog.adoc +++ b/docs/modules/intro/pages/changelog.adoc @@ -1,3 +1,419 @@ = Changelog +== 1.0.0 + +This is the first release of {product-name}, the successor of https://github.com/microstream-one[MicroStream]. +It is at the same state as the last MicroStream Storage release, https://github.com/microstream-one/microstream/releases[8.1.1]. +Just living in a different namespace. + +=== Migration + +Migration of MicroStream projects can easily be achieved with this https://github.com/eclipse-store/store/tree/main/storage/embedded-tools/storage-migrator[tool]. + +Here's a complete list with namespace changes from MicroStream to {product-name}. +The above-mentioned tool takes care of the proper rewrite of dependencies and packages. + +|=== +|MicroStream Dependency |{product-name} Dependency + +|one.microstream:microstream-afs +|org.eclipse.serializer:org.eclipse.serializer + +|one.microstream:microstream-afs-aws +|org.eclipse.store:org.eclipse.store + +|one.microstream:microstream-afs-aws-dynamodb +|org.eclipse.store:org.eclipse.store + +|one.microstream:microstream-afs-aws-s3 +|org.eclipse.store:org.eclipse.store + +|one.microstream:microstream-afs-azure-storage +|org.eclipse.store:org.eclipse.store + +|one.microstream:microstream-afs-blobstore +|org.eclipse.store:org.eclipse.store + +|one.microstream:microstream-afs-googlecloud-firestore +|org.eclipse.store:org.eclipse.store + +|one.microstream:microstream-afs-hazelcast +|org.eclipse.store:org.eclipse.store + +|one.microstream:microstream-afs-kafka +|org.eclipse.store:org.eclipse.store + +|one.microstream:microstream-afs-nio +|org.eclipse.store:org.eclipse.store + +|one.microstream:microstream-afs-oracle-coherence +|org.eclipse.store:org.eclipse.store + +|one.microstream:microstream-afs-oraclecloud-objectstorage +|org.eclipse.store:org.eclipse.store + +|one.microstream:microstream-afs-redis +|org.eclipse.store:org.eclipse.store + +|one.microstream:microstream-afs-sql +|org.eclipse.store:org.eclipse.store + +|one.microstream:microstream-base +|org.eclipse.serializer:org.eclipse.serializer + +|one.microstream:microstream-configuration +|org.eclipse.store:org.eclipse.store + +|one.microstream:microstream-configuration-hocon +|org.eclipse.store:org.eclipse.store + +|one.microstream:microstream-configuration-yaml +|org.eclipse.store:org.eclipse.store + +|one.microstream:microstream-persistence +|org.eclipse.serializer:org.eclipse.serializer + +|one.microstream:microstream-persistence-binary +|org.eclipse.serializer:org.eclipse.serializer + +|one.microstream:microstream-persistence-binary-android +|org.eclipse.serializer:org.eclipse.serializer + +|one.microstream:microstream-persistence-binary-jdk8 +|org.eclipse.serializer:org.eclipse.serializer + +|one.microstream:microstream-persistence-binary-jdk17 +|org.eclipse.serializer:org.eclipse.serializer + +|one.microstream:microstream-storage +|org.eclipse.store:org.eclipse.store + +|one.microstream:microstream-storage-embedded +|org.eclipse.store:org.eclipse.store + +|one.microstream:microstream-storage-embedded-configuration +|org.eclipse.store:org.eclipse.store + +|one.microstream:microstream-storage-embedded-tools-storage-converter +|org.eclipse.store:org.eclipse.store + +|one.microstream:microstream-storage-restadapter +|org.eclipse.store:org.eclipse.store + +|one.microstream:microstream-storage-restclient +|org.eclipse.store:org.eclipse.store + +|one.microstream:microstream-storage-restclient-app +|org.eclipse.store:org.eclipse.store + +|one.microstream:microstream-storage-restclient-jersey +|org.eclipse.store:org.eclipse.store + +|one.microstream:microstream-storage-restservice +|org.eclipse.store:org.eclipse.store + +|one.microstream:microstream-storage-restservice-sparkjava +|org.eclipse.store:org.eclipse.store +|=== + +|=== +|MicroStream Package |{product-name} Package + +|one.microstream.afs.exceptions +|org.eclipse.serializer.afs.exceptions + +|one.microstream.afs.types +|org.eclipse.serializer.afs.types + +|one.microstream.afs.aws.types +|org.eclipse.store.afs.aws.types + +|one.microstream.afs.aws.dynamodb.types +|org.eclipse.store.afs.aws.dynamodb.types + +|one.microstream.afs.aws.s3.types +|org.eclipse.store.afs.aws.s3.types + +|one.microstream.afs.azure.storage.types +|org.eclipse.store.afs.azure.storage.types + +|one.microstream.afs.blobstore.types +|org.eclipse.store.afs.blobstore.types + +|one.microstream.afs.googlecloud.firestore.types +|org.eclipse.store.afs.googlecloud.firestore.types + +|one.microstream.afs.hazelcast.types +|org.eclipse.store.afs.hazelcast.types + +|one.microstream.afs.kafka.types +|org.eclipse.store.afs.kafka.types + +|one.microstream.afs.nio.types +|org.eclipse.store.afs.nio.types + +|one.microstream.afs.oracle.coherence.types +|org.eclipse.store.afs.oracle.coherence.types + +|one.microstream.afs.oraclecloud.objectstorage.types +|org.eclipse.store.afs.oraclecloud.objectstorage.types + +|one.microstream.afs.redis.types +|org.eclipse.store.afs.redis.types + +|one.microstream.afs.sql.types +|org.eclipse.store.afs.sql.types + +|one.microstream.branching +|org.eclipse.serializer.branching + +|one.microstream.bytes +|org.eclipse.serializer.bytes + +|one.microstream.chars +|org.eclipse.serializer.chars + +|one.microstream.collections +|org.eclipse.serializer.collections + +|one.microstream.collections.interfaces +|org.eclipse.serializer.collections.interfaces + +|one.microstream.collections.lazy +|org.eclipse.serializer.collections.lazy + +|one.microstream.collections.old +|org.eclipse.serializer.collections.old + +|one.microstream.collections.sorting +|org.eclipse.serializer.collections.sorting + +|one.microstream.collections.types +|org.eclipse.serializer.collections.types + +|one.microstream.concurrency +|org.eclipse.serializer.concurrency + +|one.microstream.entity +|org.eclipse.serializer.entity + +|one.microstream.equality +|org.eclipse.serializer.equality + +|one.microstream.exceptions +|org.eclipse.serializer.exceptions + +|one.microstream.functional +|org.eclipse.serializer.functional + +|one.microstream.hashing +|org.eclipse.serializer.hashing + +|one.microstream.io +|org.eclipse.serializer.io + +|one.microstream.math +|org.eclipse.serializer.math + +|one.microstream.memory +|org.eclipse.serializer.memory + +|one.microstream.memory.android +|org.eclipse.serializer.memory.android + +|one.microstream.memory.sun +|org.eclipse.serializer.memory.sun + +|one.microstream.meta +|org.eclipse.serializer.meta + +|one.microstream.reference +|org.eclipse.serializer.reference + +|one.microstream.reflect +|org.eclipse.serializer.reflect + +|one.microstream.time +|org.eclipse.serializer.time + +|one.microstream.typing +|org.eclipse.serializer.typing + +|one.microstream.util +|org.eclipse.serializer.util + +|one.microstream.util.cql +|org.eclipse.serializer.util.cql + +|one.microstream.util.iterables +|org.eclipse.serializer.util.iterables + +|one.microstream.util.logging +|org.eclipse.serializer.util.logging + +|one.microstream.util.similarity +|org.eclipse.serializer.util.similarity + +|one.microstream.util.traversing +|org.eclipse.serializer.util.traversing + +|one.microstream.util.xcsv +|org.eclipse.serializer.util.xcsv + +|one.microstream.wrapping +|org.eclipse.serializer.wrapping + +|one.microstream.configuration.exceptions +|org.eclipse.store.configuration.exceptions + +|one.microstream.configuration.types +|org.eclipse.store.configuration.types + +|one.microstream.configuration.hocon.types +|org.eclipse.store.configuration.hocon.types + +|one.microstream.configuration.yaml.types +|org.eclipse.store.configuration.yaml.types + +|one.microstream.persistence.exceptions +|org.eclipse.serializer.persistence.exceptions + +|one.microstream.persistence.internal +|org.eclipse.serializer.persistence.internal + +|one.microstream.persistence.types +|org.eclipse.serializer.persistence.types + +|one.microstream.persistence.util +|org.eclipse.serializer.persistence.util + +|one.microstream.persistence.binary.exceptions +|org.eclipse.serializer.persistence.binary.exceptions + +|one.microstream.persistence.binary.internal +|org.eclipse.serializer.persistence.binary.internal + +|one.microstream.persistence.binary.java.io +|org.eclipse.serializer.persistence.binary.java.io + +|one.microstream.persistence.binary.java.lang +|org.eclipse.serializer.persistence.binary.java.lang + +|one.microstream.persistence.binary.java.math +|org.eclipse.serializer.persistence.binary.java.math + +|one.microstream.persistence.binary.java.net +|org.eclipse.serializer.persistence.binary.java.net + +|one.microstream.persistence.binary.java.nio.file +|org.eclipse.serializer.persistence.binary.java.nio.file + +|one.microstream.persistence.binary.java.sql +|org.eclipse.serializer.persistence.binary.java.sql + +|one.microstream.persistence.binary.java.time +|org.eclipse.serializer.persistence.binary.java.time + +|one.microstream.persistence.binary.java.util +|org.eclipse.serializer.persistence.binary.java.util + +|one.microstream.persistence.binary.java.util.concurrent +|org.eclipse.serializer.persistence.binary.java.util.concurrent + +|one.microstream.persistence.binary.java.util.regex +|org.eclipse.serializer.persistence.binary.java.util.regex + +|one.microstream.persistence.binary.one.microstream.collections +|org.eclipse.serializer.persistence.binary.org.eclipse.serializer.collections + +|one.microstream.persistence.binary.one.microstream.collections.lazy +|org.eclipse.serializer.persistence.binary.org.eclipse.serializer.collections.lazy + +|one.microstream.persistence.binary.one.microstream.entity +|org.eclipse.serializer.persistence.binary.org.eclipse.serializer.entity + +|one.microstream.persistence.binary.one.microstream.persistence.types +|org.eclipse.serializer.persistence.binary.org.eclipse.serializer.persistence.types + +|one.microstream.persistence.binary.one.microstream.reference +|org.eclipse.serializer.persistence.binary.org.eclipse.serializer.reference + +|one.microstream.persistence.binary.one.microstream.util +|org.eclipse.serializer.persistence.binary.org.eclipse.serializer.util + +|one.microstream.persistence.binary.types +|org.eclipse.serializer.persistence.binary.types + +|one.microstream.persistence.binary.util +|org.eclipse.serializer + +|one.microstream.persistence.binary.android.java.time +|org.eclipse.serializer.persistence.binary.android.java.time + +|one.microstream.persistence.binary.android.types +|org.eclipse.serializer.persistence.binary.android.types + +|one.microstream.persistence.binary.jdk8.java.util +|org.eclipse.serializer.persistence.binary.jdk8.java.util + +|one.microstream.persistence.binary.jdk8.types +|org.eclipse.serializer.persistence.binary.jdk8.types + +|one.microstream.persistence.binary.jdk17.java.util +|org.eclipse.serializer.persistence.binary.jdk17.java.util + +|one.microstream.persistence.binary.jdk17.types +|org.eclipse.serializer.persistence.binary.jdk17.types + +|one.microstream.storage.exceptions +|org.eclipse.store.storage.exceptions + +|one.microstream.storage.types +|org.eclipse.store.storage.types + +|one.microstream.storage.util +|org.eclipse.store.storage.util + +|one.microstream.storage.embedded.types +|org.eclipse.store.storage.embedded.types + +|one.microstream.storage.embedded.configuration.types +|org.eclipse.store.storage.embedded.configuration.types + +|one.microstream.storage.embedded.tools.storage.converter +|org.eclipse.store.storage.embedded.tools.storage.converter + +|one.microstream.storage.restadapter.exceptions +|org.eclipse.store.storage.restadapter.exceptions + +|one.microstream.storage.restadapter.types +|org.eclipse.store.storage.restadapter.types + +|one.microstream.storage.restclient.exceptions +|org.eclipse.store.storage.restclient.exceptions + +|one.microstream.storage.restclient.types +|org.eclipse.store.storage.restclient.types + +|one.microstream.storage.restclient.app.types +|org.eclipse.store.storage.restclient.app.types + +|one.microstream.storage.restclient.app.ui +|org.eclipse.store.storage.restclient.app.ui + +|one.microstream.storage.restclient.jersey.types +|org.eclipse.store.storage.restclient.jersey.types + +|one.microstream.storage.restservice.exceptions +|org.eclipse.store.storage.restservice.exceptions + +|one.microstream.storage.restservice.types +|org.eclipse.store.storage.restservice.types + +|one.microstream.storage.restservice.sparkjava.exceptions +|org.eclipse.store.storage.restservice.sparkjava.exceptions + +|one.microstream.storage.restservice.sparkjava.types +|org.eclipse.store.storage.restservice.sparkjava.types +|===