Current Release

Version 26.1.9515


Current Release

Version 26.1.9515


Overview

Watch this video to see a summary of what’s new in this release:

Key Features

Added

  • Added Git Version Control support to enable versioning of Arc configurations through integration with Git repositories. This Enterprise-only feature allows teams to track changes, collaborate on configurations, and synchronize settings across environments.
  • Added Tamper Evident Logging to provide cryptographic verification that audit logs have not been modified, ensuring audit trail integrity for compliance requirements.
  • Added dynamic EDI partner relationship tracking for EDI connectors to better manage and visualize trading partner connections.
  • Added the ability to download and update CData drivers directly from within the application, simplifying the process of keeping drivers current.
  • Added exportDataEncryptionKey and importDataEncryptionKey actions to the Admin API to facilitate secure key transfer between environments when setting up Git Version Control.
  • Added a Connectors view in the Flows page to provide an alternative way to browse and manage connectors across workspaces. The legacy connectors.rst endpoint is now deprecated and and will be removed in a future release.
  • Added binary I/O support for the Flow API, enabling direct handling of binary data in API requests and responses.
  • Added support for the Workspace Send connector in Flow API configurations.
  • Added Tracked Headers support in Reports with a redesigned user interface for easier configuration and visualization.
  • Added the ability to preview common file types (EDI, CSV, IDoc, etc.) in a “print view” in the UI, as opposed to the raw file contents.
  • Added a global option to disable SLA alerts.
  • Added support for additional LLM providers including Gemini, Deepseek, and Ollama Cloud for AI-powered features.
  • Added a requeueMessage action to the Admin API for reprocessing messages.

Changed

  • Improved the way Arc encrypts sensitive values. This is enabled by default for all new installations, as well as existing Java installations that do not already have an arc.properties file. Users of Arc that do not meet this criteria should review this page to learn how to opt-in.
  • Updated the embedded Jetty web server to version 12.0.29 for improved security and performance.
  • Simplified the procedure for running endpoint-only versions of Arc. As a result, the Cross-Platform Edition no longer ships with services.war. It can be generated from arc.jar, as documented here.
  • The Cross-Platform Edition’s arc.war now requires Java 17 or above to run. As a result, traditional WebSphere is no longer supported. Use WebSphere Liberty instead.
  • Improved the application health check routine to check available inodes on Linux systems.
  • Changed the default value of the HTTP Forwarded Header setting to be empty to prevent spoofing attacks in environments where it is not required.
  • Removed the limitations around the number of roles that can be associated with a user, and the number of policies that can be associated with a role.
  • Added the ability to specify CC email addresses for the appSendEmail operation.
  • Improved report emails to more closely mirror the report that is displayed in the UI.
  • Improved the performance for all incoming HTTP requests, especially for the Flow API.
  • All CData drivers have been updated to v25.

Fixed

  • Improved the handling of IPv6 addresses when auto-generating Base Url.
  • Improved the cleanup routine to better handle very large volumes of files, especially when archiving to S3.

Connectors

Added

  • Added an AI Connector for integrating with AI models.
  • Added the ability to set and preserve cookies in the REST connector.
  • Added the ability to override AI prompts in the mapping editor for customizing AI-assisted mapping behavior.
  • Added a new UI for uploading test files in connectors that support it: CSV, TSV, PSV.
  • Added support for Local File Scheme to the ZUGFeRD connector.
  • Added MessageKeys support to the Apache Kafka connector for better message routing and partitioning control.
  • Added a Follow Authorization Header setting to the REST connector for controlling how authorization headers are handled during redirects.
  • Added a TLS Enabled Protocols setting for the Email Send, Email Receive and MQTT connectors.

Changed

  • The ICAP connector has moved out of Beta into Full release status.
  • The AS3, Batch Create, Batch Split, Box, Copy, CSV, Dropbox, Google Drive, Google Storage, JSON, OneDrive, PIP, PSV, RNIF, S3, Schedule, Split, TSV, and WebDAV connectors were all updated to a new UI design.
  • FTP connectors now require the size of downloaded files to be no greater than 3x the size reported by the file listing by default.
  • Improved the logging for the SFTP Server connector to recognize repeated log events and aggregates them into a single message.
  • Improved logging for OAuth based connections.
  • Improved the UI for the Script connector to better reflect the inputs that are available according to the selected Action.
  • Improved the UI for the Script connector to inject an arc:push keyword when an output attribute is clicked if none are already present.
  • Improved the UI for the REST connector to remember previously used Swagger URLs.
  • Previously deprecated Shopify schemas have now been removed from the Shopify connector.
  • The Amazon Marketplace connector’s Update Inventory, Submit Vendor Order Acknowledgement, Submit Vendor Shipment Confirmations, and Submit Vendor Payments actions now require the Vendor Central schema.

Fixed

  • The PSV connector appropriately respects the Force Cell Delimiter setting.
  • Fixed an issue in CSV Map preventing Code View from displaying properly for some legacy configurations migrated from older versions.
  • Fixed an issue in the REST connector preventing the connector from promoting response headers if Output Behavior is set to Input Message.
  • Fixed the XML Map connector to use the output message when evaluating macros in Local File Scheme.
  • Fixed the JSON connector to validate that number types are actually numbers.
  • Fixed an issue preventing the _message item from being available in custom events provided by the REST, Webhook, and TCP Server connectors.
  • Fixed an issue preventing the _message item from being available in the SOAP connector’s Service Endpoint setting.