Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

Commit f1a7e46

Browse files
authored
Add changelog for 8.0 (#554)
* Update antora config * Add 8.0 changelog
1 parent 1ee685e commit f1a7e46

2 files changed

Lines changed: 38 additions & 4 deletions

File tree

docs/antora.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: manual
22
title: MicroStream Reference Manual
33
version: master
4-
display_version: '7.0'
4+
display_version: '8.0'
55
start_page: intro:welcome.adoc
66
nav:
77
- modules/ROOT/nav.adoc
88
asciidoc:
99
attributes:
10-
display-version: '7.1'
11-
api-version: '7.0'
12-
maven-version: '07.01.00-MS-GA'
10+
display-version: '8.0'
11+
api-version: '8.0'
12+
maven-version: '08.00.00-MS-GA'

docs/modules/intro/pages/changelog.adoc

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
= Changelog
22

3+
== 8.0
4+
5+
=== *Features*
6+
7+
* Upgrade to Java 11 https://github.com/microstream-one/microstream/pull/359[[359]]
8+
* xref:storage:loading-data/lazy-loading/lazy-collections.adoc[Lazy Collections]
9+
* Quarkus integration https://github.com/microstream-one/microstream/pull/422[[422]]
10+
* Update CDI integration to use Jakarta EE https://github.com/microstream-one/microstream/issues/509[[509]] https://github.com/microstream-one/microstream/pull/513[[513]]
11+
* Support for Multiple StorageManagers within Spring Boot 2.x https://github.com/microstream-one/microstream/pull/490[[490]]
12+
* Java 17 type handler improvement https://github.com/microstream-one/microstream/pull/462[[462]]
13+
* Read-only mode https://github.com/microstream-one/microstream/issues/427[[427]] https://github.com/microstream-one/microstream/pull/436[[436]]
14+
* Serializer with type information https://github.com/microstream-one/microstream/pull/376[[376]]
15+
* Channel count migration tool https://github.com/microstream-one/microstream/pull/371[[371]]
16+
* Helidon MP example update https://github.com/microstream-one/microstream/pull/444[[444]]
17+
* More convenient API for xref:storage:import-export.adoc[import, export and CSV conversion] https://github.com/microstream-one/microstream/pull/535[[535]]
18+
* Built-in SBOM https://github.com/microstream-one/microstream/issues/460[[460]]
19+
20+
=== *Bugfixes*
21+
22+
* Spring Boot 3.x fixes https://github.com/microstream-one/microstream/pull/504[[504]]
23+
* Set appropriate ClassLoaderProvider in Spring Boot integrations https://github.com/microstream-one/microstream/issues/517[[517]] https://github.com/microstream-one/microstream/pull/518[[518]]
24+
* Maven 4 build compliance https://github.com/microstream-one/microstream/pull/471[[471]]
25+
* Helidon example build fix https://github.com/microstream-one/microstream/pull/463[[463]]
26+
* Spring integration fixes https://github.com/microstream-one/microstream/pull/415[[415]]
27+
* File deletion fix https://github.com/microstream-one/microstream/pull/408[[408]]
28+
* Cache read through fix https://github.com/microstream-one/microstream/pull/369[[369]]
29+
* Define service providers in module info https://github.com/microstream-one/microstream/pull/368[[368]]
30+
31+
=== *Migration guide*
32+
33+
When you are still on an older Java version, remember to upgrade to Java 11 or above.
34+
35+
Deprecated content was removed, see details here: https://github.com/microstream-one/microstream/issues/277[[277]]
36+
337
== 7.1
438

539
=== *Features*

0 commit comments

Comments
 (0)