The shared listener mode option now supports using expressions to configure partners.
AS2 Connector Release Notes - Mule 4
Support Category: Premium
Anypoint Connector for AS2 (Applicability Statement 2) is a specification about how to transport data securely and reliably over the internet. Security is achieved by using digital certificates and encryption.
Mule runtime engine (Mule) supports the AS2 protocol through the Anypoint Connector for AS2 (AS2 Connector). AS2 Connector enables trading partners to transmit and receive AS2 messages with EDI-X12, EDIFACT, XML, or binary payloads.
Compatibility
The following libraries are upgraded to address reported security vulnerabilities:
-
The bcprov-jdk15on is upgraded to version 1.69.
-
The bcpkix-jdk15on library is upgraded to version 1.69.
6.3.0
June 06, 2022
What’s New
-
You can now configure a single AS2 listener endpoint to receive messages from multiple partners by using the Shared listener mode option.
-
You can now pass custom headers on outbound AS2 messages when using the Send with Sync MDN and Send with Async MDN operations.
Fixed Issues
Issue | ID |
---|---|
Log entry levels no longer print informational log messages. |
W-11099643 |
The performance of the MDN listener under a high load is now improved. |
W-11142320 |
AS2 Send operations now correctly handle an |
W-10580735 |
6.2.3
November 17, 2021
Fixed Issues
Issue | ID |
---|---|
Outbound encrypted messages contained extra |
CONN-9285 |
The connector did not accept the |
SE-23387 |
6.2.0
6.0.2
October 15, 2020
Fixed Issues
-
AS2 Listener did not clear incoming payloads, which caused the
/tmp
directory to become full and a 'java.io.IOException: No space left on device' error. (SE-17914) -
The issue that caused a memory leak with Bouncy Castle
javax.crypto.JceSecurity
in applications with an AS2 Receiver is fixed. (SE-17950)
6.0.0
July 16, 2020
New Features
-
Non-repudiation of a signed message is now implemented for all operations and sources in AS2 Connector.
-
AS2 Send with Sync MDN operation now outputs the MDN payload to the user flow instead of the original payload.
-
AS2 Send with Async MDN operation now outputs nothing (void) to the user flow instead of the original payload.
-
AS2 Connector IO performance is improved on CloudHub, as the Send operations no longer retain the original payload.
-
Mule 4.3.0 enables a more efficient way of dispatching reusable streams to the Mule flow by using
ImmutableRepeatableFileInputStream
. -
Added support for dynamically passing a Partner URL in AS2 Send operations.
-
The
securityLevel
configuration parameter sets the Security level requirement on the AS2 Listener to accept only signed, encrypted, or signed-and-encrypted based on your organization’s security guidelines.
5.1.0
5.0.1
5.0.0
December 2019
New Features
-
All operations support message payloads as a stream.
-
Experience using Anypoint Studio to configure Mule 4 application flows using HTTP endpoint configuration is improved, and new error types that improve error handling are available.
-
An explicit asynchronous MDN source enables you to process asynchronous MDN in the application.
-
CloudHub configuration is improved.
-
Information from the AS2 Send and Listener operation output attributes is more detailed.
-
Additional encryption/signing algorithms are now supported.
4.0.4
May 16, 2019
Fixed Issues
-
Some send and receive requests failed because the app was starting to process files before they were completely transferred.
-
Releasing threads and file operations from the Send process increased the size of the thread pool and caused many operations to fail.
-
The send and receive operations were not supported together in the same instance.
4.0.2
March 28, 2019
Fixed Issues
-
The connector did not accept JKS and JCEKS keystores.
-
The encryption and signing algorithm lists in the configuration are now tho separate ones. Previously, you were able to select a signing algorithm for encrypting and vice-versa, which would not work.
-
The connector is now able to receive both signed and unsigned MDNs.