Current Release
Version 25.1.9211
Current Release
Version 25.1.9211
Overview
Watch this video to see a summary of what’s new in this release:
Key Features
Added
- Added 2FA support.
- Added End to End testing for the Trading Partner Management Console.
- Updated the Profiles page to a new design that provides more high-level information at a glance through a new landing page, and includes lists of associated connectors and logs for each profile.
- Added cryptoEncrypt and cryptoDecrypt operations to provide the ability to encrypt and decrypt data via script.
- Added support for the
$filter
OData parameter to the connectors Admin API resource. - Added the ability to set custom headers in the Jetty Embedded Web Server via a new
cdata.http.customHeaders
setting in arc.properties. - The workspaces grid now allows for revealing the settings pane for a connector from the search results without loading the workspace.
- The transactions Admin API resource now returns a ConnectorType output.
Changed
- The Jetty Embedded Web Server has been updated to Jetty 12 and now requires Java 17 or newer to run.
- Improved the performance of inserting records into the transactions database.
- Renamed the archiveLogs Admin API action to cleanup to better reflect its usage, and improved it to support triggering cleanup for specific workspaces and connectors.
- Improved the application’s health checks to trigger garbage collection before checking the available memory so as to avoid false alerts.
Fixed
- Fixed an issue in the arrayaverage formatter causing an error to be thrown when the result was a repeating decimal.
Connectors
Added
- Added the XML Group connector for grouping XML records by key columns.
- Added the Label connector for generating ZPL labels.
- Added the ZUGFeRD connector for parsing and generating ZUGFeRD files.
- Added a Max Records setting to the Split connector to control the number of records that are included in each output message.
- Added support for the OAuth Auth Scheme to the Kintone connector.
- Added support for the None Auth Scheme in the Email Send connector for anonymous authentication.
- Added support for the ENTSOG v4 and eDelivery v2 profiles to the AS4 connector.
- Added support for duplicate checking in EDI connectors.
- Added a “RoundingMode” input to the round formatter.
- Added a “TrimResult” input to the split formatter.
Changed
- Relaxed the type checking in the JSON connector to allow for
xli:nil
andjson:type
to be specified on the same element when translating from XML to JSON. - Moved support for ODBC drivers in the .NET Edition to be under the “Other” Driver Name option in the Database connector.
- Improved the logs for the SFTP Server connector to aggregate logs from repeated user lockout messages, and log them as warnings instead of errors.
- Added InterchangeSyntaxIdentifier and InterchangeSyntaxVersion outputs to the edifactScan operation.
- Clarified the UI and documentation for the AMQP connector’s “JSON” Content Type to better describe the composite data structure that it expects.
- EDI connectors now finalize messages from the ACK Path with a suffix on the MessageId so Output messages can reuse the same MessageId as the input message.
- Script connectors now include the output stream from the script in the logs.
- Improved the S3 and Zip connectors to always treat the Subfolder header like a folder, regardless of whether it has a trailing path separator.
Fixed
- Fixed an issue in the Salesforce connector preventing OAuth access tokens from being refreshed in some situations.
- Fixed an issue preventing foreign key references from automatically being mapped in some database connector configurations.
- Fixed the Lookup Stored Procedure action in database connectors to wrap each result set in a new XML element instead of combining them.
- Fixed an issue preventing the messageRead operation from loading the input message within the XML Map connector.
- Fixed an issue causing null values returned from the Lookup action in database connectors to be returned as a string.
- Fixed an issue in the IBM MQ connector preventing some large messages from being received fully.