-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
511aa10
commit 4f22244
Showing
4 changed files
with
132 additions
and
0 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,19 @@ | ||
= Release Notes AMQP Extension | ||
:navtitle: Release Notes | ||
|
||
The release notes section for the Axon AMQP Extension for all major/minor releases. | ||
[cols="2*", options="header"] | ||
|=========================================================== | ||
| Release Type | Version | ||
| _**Major**_ | xref:amqp-extension-reference:release-notes:major-releases.adoc#_release_4_9[4.9] | ||
| | xref:amqp-extension-reference:release-notes:major-releases.adoc#_release_4_8[4.8] | ||
| | xref:amqp-extension-reference:release-notes:major-releases.adoc#_release_4_7[4.7] | ||
| | xref:amqp-extension-reference:release-notes:major-releases.adoc#_release_4_6[4.6] | ||
| | xref:amqp-extension-reference:release-notes:major-releases.adoc#_release_4_5[4.5] | ||
| | xref:amqp-extension-reference:release-notes:major-releases.adoc#_release_4_4[4.4] | ||
| | xref:amqp-extension-reference:release-notes:major-releases.adoc#_release_4_3[4.3] | ||
| | xref:amqp-extension-reference:release-notes:major-releases.adoc#_release_4_2[4.2] | ||
| | xref:amqp-extension-reference:release-notes:major-releases.adoc#_release_4_1[4.1] | ||
| | xref:amqp-extension-reference:release-notes:major-releases.adoc#_release_4_0[4.0] | ||
| _**Minor**_ | xref:amqp-extension-reference:release-notes:minor-releases.adoc#_release_4_7[4.7] | ||
|=========================================================== |
91 changes: 91 additions & 0 deletions
91
docs/reference/modules/release-notes/pages/major-releases.adoc
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,91 @@ | ||
= Major Releases | ||
|
||
This page notes all enhancements and features that we have introduced to our major releases of the Axon AMQP Extension. | ||
|
||
[#_release_4_9] | ||
== Release 4.9 | ||
Release 4.9.0 only consists out of dependency upgrades to tag along with recent developments. | ||
[#_release_4_8] | ||
== Release 4.8 | ||
Release 4.8.0 only consists out of dependency upgrades to tag along with recent developments. | ||
[#_release_4_7] | ||
== Release 4.7 | ||
=== Enhancements | ||
- Add support for Spring boot 3. [#320](https://github.com/AxonFramework/extension-amqp/pull/320) | ||
=== Contributors | ||
We'd like to thank all the contributors who worked on this release! | ||
- [@gklijs](https://github.com/gklijs) | ||
[#_release_4_6] | ||
== Release 4.6 | ||
If you're curious about the dependency upgrades made in this release we refer to [this](https://github.com/AxonFramework/extension-amqp/releases/tag/axon-amqp-4.6.0) page. | ||
=== Enhancements | ||
- Change how Sonar is invoked for GHAs [#162](https://github.com/AxonFramework/extension-amqp/pull/162) | ||
- Added an AMQP sample to show how to use the extension [#126](https://github.com/AxonFramework/extension-amqp/pull/126) | ||
- Splitted builds into pr and not pr, added ghactions to dependabot and other minors [#88](https://github.com/AxonFramework/extension-amqp/pull/88) | ||
=== Bug Fixes | ||
- Precision on Date Time Utils [#94](https://github.com/AxonFramework/extension-amqp/issues/94) | ||
=== Contributors | ||
We'd like to thank all the contributors who worked on this release! | ||
- [@smcvb](https://github.com/smcvb) | ||
- [@lfgcampos](https://github.com/lfgcampos) | ||
[#_release_4_5] | ||
== Release 4.5 | ||
* Issue [#5](https://github.com/AxonFramework/extension-amqp/pull/5) introduces dependabot. | ||
This updated a large amount of the versions used by this extension. | ||
* We updated all tests to a more current testing solution. | ||
This means we introduced [Testcontainers](https://www.testcontainers.org/) and updated JUnit to version 5. | ||
You can find the made changes in [this](https://github.com/AxonFramework/extension-amqp/pull/44) pull request. | ||
You can check [this](https://github.com/AxonFramework/extension-amqp/releases/tag/axon-amqp-4.5) page for a complete list of all changes. | ||
[#_release_4_4] | ||
== Release 4.4 | ||
* Issue [#3](https://github.com/AxonFramework/extension-amqp/pull/3) introduces support for Spring Boot Developer Tools. | ||
* We introduce dependabot, which updated the log4j version. | ||
[#_release_4_3] | ||
== Release 4.3 | ||
We did not introduce any significant changes other than updating the extension to use Axon Framework release 4.3. | ||
[#_release_4_2] | ||
== Release 4.2 | ||
We did not introduce any significant changes other than updating the extension to use Axon Framework release 4.2. | ||
[#_release_4_1] | ||
== Release 4.1 | ||
A version predicament caused the extension to load the wrong package for the `ChannelAwareMessageListener`. | ||
We resolved this issue for release 4.1 [here](https://github.com/AxonFramework/extension-amqp/issues/1). | ||
Furthermore, we updated the dependency on Axon Framework to 4.1. | ||
[#_release_4_0] | ||
== Release 4.0 | ||
We split off the AMQP logic from Axon Framework core into a dedicated repository. | ||
Next to that, it complies with Axon Framework's 4.0 release. |
19 changes: 19 additions & 0 deletions
19
docs/reference/modules/release-notes/pages/minor-releases.adoc
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,19 @@ | ||
= Minor Releases | ||
|
||
Any patch release made for an Axon project aims to resolve bugs. | ||
This page provides an overview of patch releases for the Axon AMQP Extension. | ||
|
||
[#_release_4_7] | ||
== Release 4.7 | ||
=== Release 4.7.1 | ||
==== Enhancements | ||
- Fix coverage report, including the integration test module. [#321](https://github.com/AxonFramework/extension-amqp/pull/321) | ||
==== Contributors | ||
We'd like to thank all the contributors who worked on this release! | ||
- [@gklijs](https://github.com/gklijs) |