|
1 | 1 | = Changelog |
2 | 2 |
|
| 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 | + |
3 | 37 | == 7.1 |
4 | 38 |
|
5 | 39 | === *Features* |
|
0 commit comments