11.42 Harmony release notes
11.42 Harmony release
The 11.42 Harmony release is staggered based on the dates and times as listed below by component and region. For a more detailed explanation of the release cadence by component category, see the release schedule.
11.42 Sandbox Cloud Agent Group (SCAG) SDK connectors on 11.42 SCAG 11.42 Design Studio Cloud platform and applications | 11.42 Production Cloud Agent Group (PCAG) SDK connectors on private agents and 11.42 PCAG 11.42 Windows and Linux private agents | 11.42 Docker private agent | |
---|---|---|---|
APAC | April 15, 2025 (12 - 4 AM AEST) | April 22, 2025 (2 - 8 PM AEST) | April 24, 2025 (8 PM AEST) |
EMEA | April 15-16, 2025 (9 PM - 1 AM CEST) | April 23, 2025 (6 AM - 12PM CEST) | April 24, 2025 (12 PM CEST) |
NA | April 16, 2025 (12 - 4 PM PDT) | April 23-24, 2025 (9 PM - 3 AM PDT) | April 24, 2025 (3 AM PDT) |
Release notes are provided separately for App Builder 4.42.0, Wevo iPaaS 11.42, and Vinyl 3.3.36729, which were also released during this timeframe.
Compilations of release notes for Production Cloud Agent Groups, Sandbox Cloud Agent Groups, and private agents are also available.
You can subscribe to maintenance notifications for web-based components at Jitterbit Trust. Locally installed components are available from the Downloads page (except for the Docker private agent and Docker private API gateway, which are available at Docker Hub). The end-of-life date for these components is one year after the release date.
New features
Integration Studio
- New Log (Beta) tool
The new Log (Beta) tool, available from the design component palette's Tools > Flow Control category, provides the functionality of theWriteToOperationLog
function in a dedicated visual operation step. To provide feedback on this beta feature, contact the Jitterbit Product Team.
Enhancements
Agent, Integration Studio, and Design Studio
- Support for OpenSSL 3 AES compatibility
Jitterbit scripts in Integration Studio and Design Studio now support OpenSSL 3 AES encryption and decryption by using either the new functionsAESEncryptionEx
/AESDecryptionEx
or by setting the new Jitterbit variablejitterbit.scripting.aes.default
totrue
upstream of the existingAESEncryption
/AESDecryption
functions. The new variable and functions require agent version 11.42 or later. For Design Studio users, the new functions also require Design Studio 11.42 or later.
EDI
-
Duration options for PII unmasking
The Enable PII feature accessible from the Transactions and Archive pages now has options to specify longer amounts of time after which PII viewing should be disabled: 15 minutes (default), 30 minutes, or 1, 12, or 24 hours. -
Workflow-level option to disable acknowledgements
The Admin page's Manage workflows tab has a new Ack toggle (enabled by default) that can be disabled to stop sending transaction acknowledgements for that workflow. With this change, the former Advanced tab containing an explicit option to send a 997 acknowledgement has been removed. -
Duplicate transaction checking
The Admin page's Communication settings for both FTP and AS2 connections now have a Duplicate Transaction Check toggle that can be enabled to check for duplicate transactions transmitted via that connection.
Integration Studio
- Database connector setting for batch inserts and updates
A Database connection's Optional settings has a new Enable Batch checkbox for JDBC drivers that can be used to improve performance when working with large amounts of data with Insert or Update activities.
Integration Studio SDK connectors
-
Acumatica v2 connector support for REST version 24.200.001
An Acumatica v2 connection now supports a REST schema Endpoint Version of24.200.001
. -
Email connector S/MIME support
The Email connector now supports sending and reading email messages that are signed and encrypted using S/MIME when using a private agent (see Prerequisites for S/MIME encryption). The Read Email and Send Email activities each have a new Enable S/MIME checkbox in their configuration with the option to provide a Certificate alias and Private key passphrase. Additionally, the Send Email activity has a new Encrypt email with S/MIME checkbox. -
HTTP v2 connection error improved
When an HTTP v2 connection to a host that uses a redirect does not have the Follow Redirect option set, the error message returned is more informative. -
Jitterbit MQ connection retry options
A Jitterbit MQ connection's Optional settings has a new Retry checkbox for retrying the connection up to the maximum number of times you specify in Retry quantity at the frequency you specify in Retry interval (in seconds). The retry options apply during the execution of Get, Get Bulk, and Get Queue Details activities. -
Microsoft Entra ID Query activity editable response schema
The response schema generated for a Microsoft Entra ID Query activity can now be edited to change the structure as needed, such as to accommodate custom fields. -
OpenAI connector support for tools
The new OpenAI Register Tools activity allows you to add tools such as web search, file search, computer use, and function calling to an existing chatbot assistant.
Management Console
-
Dashboard Licensing Usage panel improvements
The following improvements have been made to the Dashboard's Licensing Usage panel:- The number of licensed and configured Jitterbit EDI trading partners are now shown.
- Clicking an item in the panel now loads the relevant Management Console page with any applicable filters selected.
-
Integration Studio-specific organization policies for sharing credentials
The Organizations page has a new Integration Studio organization policies tab that contains two new settings, both disabled by default:- Allow credentials to be exported: Enabling this setting will present an option to include credentials during the project export process.
- Add required credentials to the clipboard when copying: Enabling this setting will include any required credentials when content is copied to the clipboard.
When copying components or components with dependencies that have credentials, a dialog will now appear according to the set policy.
-
Redesigned UI for alerts and account information
The following pages have an updated look and feel:- The Alerts page (formerly named Notifications), where you can configure email notifications to be sent to registered Harmony users.
- The My account page, where you can update your account information and set your default organization.
Fixes
API Manager
-
Generation of API documentation no longer results in error
When multiline comments are present in an API's description, generating OpenAPI documentation from the Portal Manager page no longer results in an error. -
Selecting a filtered operation during API configuration now allows you to proceed
While configuring a custom API, typing to filter the Assign Operation(s) menu before selecting one now enables the Save button. Previously, you were prevented from saving unless an operation was assigned directly from the unfiltered menu.
Integration Studio
-
API SOAP Request activity flat character-delimited schemas are now processed as expected
API SOAP Request activity flat-file text schemas set to Character Delimited are no longer treated as XML. This resolves an error indicating a failure to convert to a long long using base 10. -
Debug logging checkbox is now cleared after end date
When the Enable Debug Logging Until checkbox is enabled in an operation's options, the checkbox will now automatically become cleared once the specified date has passed. -
SOAP connector WSDL error resolved
Using certain WSDLs with the SOAP connector no longer returns a 401 authorization error and/or anInvalid XML Name
error. To apply this fix, you must re-upload the WSDL file in the SOAP connection. -
Unused global connections can now be removed
A project can no longer get into a state where a global connection that is not in use cannot be removed from an environment.
Integration Studio SDK connectors
-
BigCommerce v3 response schemas changed
Certain BigCommerce connector API v3 objects no longer include extraneous nodes in their response schema, which were causing successful operations to report aSuccess With Warning
status. -
HTTP v2 connector now preserves special characters
The HTTP v2 connector now automatically handles special characters as expected. -
Microsoft Excel v2 connector erroneous success response fixed
The Microsoft Excel v2 connector no longer returns a success response when data is not successfully updated. -
Microsoft Exchange v2 connector event creation by group ID fixed
The Microsoft Exchange v2 connector now supports creating events by groupId.
Management Console
- Organizations with API gateway users are now able to restrict domains
The Restrict Domains organization policy in the Organizations page's User management tab can now be used when the organization has private API gateway users created as a result of configuring a private API gateway. Previously, when attempting to restrict domains, an error reported the gateway users' domains were invalid.
Notices
Agent, API gateway, and Design Studio
-
End of life for versions 10.86 / 11.24
As of April 11, 2025, these product versions have reached end of life and are no longer supported:- Private agent versions 10.86 and 11.24
- Private API gateway version 10.86
- Design Studio version 10.86
We recommend that users of these versions upgrade to the latest version as soon as practicable.
Agent
-
Private agent versions 10.x are no longer updated
Private agent version 10.87 was the last 10.x agent version distributed by Jitterbit and is intended to be the final supported 10.x agent version.Since Harmony release 10.63 / 11.1, both a 10.x and 11.x private agent version had been distributed with these differences:
-
11.x versions: In 11.1 and later versions, the PostgreSQL database bundled with the private agent is now version 14.5-1.
-
10.x versions: Supported 10.x versions are packaged with the existing 9.6.24-1 PostgreSQL. The distributed 10.x versions will continue to be supported in accordance with Jitterbit's end-of-life policy.
Important
To continue to receive private agent updates, including new features, enhancements, security patches, and fixes, upgrading to an 11.x private agent is required.
Follow the instructions to upgrade from 10.x to 11.x agents:
-
Windows agent upgrade instructions (requires a complete uninstall)
-
Design Studio
-
User action required: Salesforce retirement of API versions 21 to 30
Salesforce has announced the upcoming retirement of Salesforce Platform API versions 21.0 through 30.0 in its Summer '25 release (May or June 2025).As the Design Studio Salesforce connector has a feature that allows users to defer an upgrade of the Salesforce API version when opening an existing project that uses an earlier API version, it is possible that you may have projects using a Salesforce API version that is being retired. Any affected projects would have been originally created using Design Studio and agent versions earlier than Harmony 8.8 (released in March 2016).
We recommend following these steps to verify each Design Studio project uses a supported Salesforce API version as soon as possible to avoid issues with those integrations.
Design Studio and Integration Studio
-
User action required: Snowflake user
TYPE
property must be updated and future deprecation of single-factor authentication
Snowflake has announced the upcoming deprecation of single-factor authentication, which affects Integration Studio and Design Studio integrations that connect to Snowflake using a password.For those affected, user action is required in two phases:
-
By March 31, 2025, the
TYPE
property of the user account you use to connect to Snowflake must be set toLEGACY_SERVICE
in order to continue using password-based authentication (see Types of users). Without user action, existing integrations using Snowflake single-factor password authentication are expected to begin failing in April 2025. -
By November 2025, you must update the type of authentication used to connect to Snowflake to OAuth or key-pair authentication. At this time, password-based authentication will no longer be supported. In an upcoming release, the Integration Studio Snowflake connector will be updated to add support for the newly required authentication methods.
-