Skip to content

Commit

Permalink
Merge branch 'axon-multitenancy-4.10.x'
Browse files Browse the repository at this point in the history
# Conflicts:
#	docs/reference/antora.yml
  • Loading branch information
CodeDrivenMitch committed Oct 8, 2024
2 parents 2dad9ed + 03c4337 commit 41b078b
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/reference/antora.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: multitenancy-extension-reference
title: Multitenancy Extension Reference
version: true
version:
axon-multitenancy-(?<version>+({0..9}).+({0..9})).*: $<version>
main: development
prerelease: true
start_page: ROOT:index.adoc

Expand Down
24 changes: 24 additions & 0 deletions docs/reference/modules/ROOT/pages/release-notes.adoc
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.
3 changes: 2 additions & 1 deletion docs/reference/modules/nav.adoc
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[]

0 comments on commit 41b078b

Please sign in to comment.