-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'axon-multitenancy-4.10.x'
# Conflicts: # docs/reference/antora.yml
- Loading branch information
Showing
3 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
= Release notes multi-tenancy extension | ||
:navtitle: Release notes | ||
|
||
You can find the release notes for the MultiTenancy Extension of version 4.10.0 below. | ||
For earlier releases, please go to the link:https://legacydocs.axoniq.io/reference-guide/release-notes/rn-extensions/rn-multi-tenancy[legacy documentation]. | ||
|
||
== Release 4.10.0 | ||
|
||
Implements support for Persistent Streams, the new feature introduced in Axon Framework 4.10.0 in combination with Axon Server. | ||
|
||
See the link:https://github.com/AxonFramework/extension-multitenancy/releases/tag/axon-multi-tenancy-4.10.0[GitHub release notes] for an exhaustive list of all changes. | ||
|
||
== Patch Releases | ||
|
||
|
||
=== Release 4.10.2 | ||
Enhances the flexibility and security of the MultiTenantDataSourceManager | ||
|
||
See the link:https://github.com/AxonFramework/extension-multitenancy/releases/tag/axon-multi-tenancy-4.10.2[GitHub release notes] for an exhaustive list of all changes. | ||
|
||
=== Release 4.10.1 | ||
Fixes the Spring Boot Aut-configuration ordering | ||
|
||
See the link:https://github.com/AxonFramework/extension-multitenancy/releases/tag/axon-multi-tenancy-4.10.1[GitHub release notes] for an exhaustive list of all changes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
* xref::index.adoc[] | ||
* xref::configuration.adoc[] | ||
* xref::multi-tenant-components.adoc[] | ||
* xref::disable.adoc[] | ||
* xref::disable.adoc[] | ||
* xref::release-notes.adoc[] |