You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE-NOTES.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,28 @@
1
1
# OpenAS2 Server
2
-
# Version 4.5.1
2
+
# Version 4.5.2
3
3
# RELEASE NOTES
4
4
-----
5
-
The OpenAS2 project is pleased to announce the release of OpenAS2 4.5.1
5
+
The OpenAS2 project is pleased to announce the release of OpenAS2 4.5.2
6
6
7
-
The release download file is: OpenAS2Server-4.5.1.zip
7
+
The release download file is: OpenAS2Server-4.5.2.zip
8
8
9
9
The zip file contains a PDF document (OpenAS2HowTo.pdf) providing information on installing and using the application.
10
10
## NOTE: Testing covers Java 11 to 21.
11
11
## Java 8 is NO LONGER SUPPORTED.
12
12
13
-
Version 4.5.1 - 2025-06-04
13
+
Version 4.5.2 - 2025-06-12
14
14
15
15
This is a bugfix release.
16
16
17
-
1. Fix dynamic content-type functionality.
17
+
1. Fix database connection setup for healthcheck module.
18
18
19
19
##Upgrade Notes
20
20
See the openAS2HowTo appendix for the general process on upgrading OpenAS2.
21
21
22
+
Below are some specific things to focus on depending on which version you are upgrading from.
23
+
24
+
**You must review all notes for the relevant intermediate versions from your version to this release version.**
25
+
22
26
### Upgrading to 4.0 or newer from any older version:
23
27
1. Ensure you implement all logging that you had configured for ealrier versions using the logback configuration or replace with another framework that works with SLF4J facade. See the OpenAS2HowTo.pdf logging section for more details.
24
28
2. The property for email configuration in the config.xml changed:
@@ -47,10 +51,6 @@ This is a bugfix release.
47
51
5. Run this command: java -cp ../lib/\* org.openas2.upgrades.MigratePollingModuleConfig config.xml partnerships.xml
48
52
6. A backup will be created of the original file (with .00 extension|) that can be removed if the conversion is successful.
49
53
50
-
Below are some specific things to focus on depending on which version you are upgrading from.
51
-
52
-
**You must review all notes for the relevant intermediate versions from your version to this release version.**
53
-
54
54
### If upgrading from versions older than 2.12.0:
55
55
1. If you are using the DB tracking module with the default H2 database then you will need to follow the DB upgrade steps "Appendix: Updating database structure" defined in the OpenAS2HowTo.pdf to ensure you do not lose your existing data because the new H2 version has issues with old databases.
56
56
2. A change to the way the private key is looked up in the receiver handler means that if you have duplicated a certificate in the keystore, some partnerships may start to fail. This fix may fix other strange certificate issues when receiving messages. To fix partnership failures that occur after the upgrade, find the duplicates and remove them making sure the one you leave behind is the one with the correct private key. Alternatively, use the **use_new_certificate_lookup_mode** attribute at partnership level set to **false** and the old mechanism will be used but this is not advised as a long term solution as it will eventually be removed in a future version.
Copy file name to clipboardExpand all lines: changes.txt
+12-8Lines changed: 12 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,42 +1,46 @@
1
1
**IMPORTANT NOTE**: Please review upgrade notes in the RELEASE-NOTES.md if you are upgrading
2
2
3
-
Version 4.5.1 - 2025-06-04
3
+
Version 4.5.2 - 2025-06-12
4
4
5
5
This is a bugfix release.
6
+
1. Fix database connection setup for healthcheck module.
7
+
8
+
Version 4.5.1 - 2025-06-04
6
9
7
-
1. Fix dynamic content-type functionality.
10
+
This is a bugfix release.
8
11
12
+
1. Fix dynamic content-type functionality.
9
13
10
14
Version 4.5.0 - 2025-05-18
11
15
12
16
This is an enhancement release.
13
17
14
-
1. Add configuration paramerter "resend_on_ssl_exception" to enter into a resend loop when an SSL exception occurs connecting to a partner.
18
+
1. Add configuration paramerter "resend_on_ssl_exception" to enter into a resend loop when an SSL exception occurs connecting to a partner.
15
19
16
20
Version 4.4.0 - 2025-05-10
17
21
18
22
This is an enhancement release.
19
23
20
-
1. Log the file size of the file being processed in the AS2 vmessage builder.
24
+
1. Log the file size of the file being processed in the AS2 vmessage builder.
21
25
22
26
Version 4.3.0 - 2025-04-20
23
27
24
28
This is an enhancement release.
25
29
26
-
1. Support retaining the original file name as received into the OpenAS2 server before processing so that it can be referenced in dynamic variables.
30
+
1. Support retaining the original file name as received into the OpenAS2 server before processing so that it can be referenced in dynamic variables.
27
31
28
32
Version 4.2.0 - 2025-03-29
29
33
30
34
This is an enhancement release.
31
35
32
-
1. Support AS2 systems that do not set the "Content-Transfer-Encoding" mime body part header on the outer mime body part but instead pass it as an HTTP header.
36
+
1. Support AS2 systems that do not set the "Content-Transfer-Encoding" mime body part header on the outer mime body part but instead pass it as an HTTP header.
33
37
34
38
Version 4.1.1 - 2025-03-19
35
39
36
40
This is a bugfix release.
37
41
38
-
1. Fix the proxy support implementation.
39
-
2. Fix handling of file cleanup when resend loop is entered.
42
+
1. Fix the proxy support implementation.
43
+
2. Fix handling of file cleanup when resend loop is entered.
0 commit comments