Skip to Content

11.48 Harmony release notes

11.48 Harmony release

The 11.48 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.48 Sandbox Cloud Agent Group (SCAG)
SDK connectors on 11.48 SCAG
Cloud platform and applications
11.48 Production Cloud Agent Group (PCAG)
SDK connectors on private agents and 11.48 PCAG
11.48 Windows and Linux private agents
11.48 Docker private agent
APAC August 19, 2025 (12 - 4 AM AEST) August 26, 2025 (2 - 8 PM AEST) August 28, 2025 (8 PM AEST)
EMEA August 19-20, 2025 (9 PM - 1 AM CEST) August 27, 2025 (6 AM - 12 PM CEST) August 28, 2025 (12 PM CEST)
NA August 20, 2025 (12 - 4 PM PDT) August 27-28, 2025 (9 PM - 3 AM PDT) August 28, 2025 (3 AM PDT)

App Builder 4.48 and Wevo iPaaS 11.48 have separate release notes.

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. Docker private agent, private API gateway, and App Builder images are available at Jitterbit's Docker Hub. The end-of-life date for these components (except App Builder) is one year after the release date.

Enhancements

Agent

  • Environment variable for the auto-registration token
    The private agent auto-registration file now has an equivalent environment variable to set the private agent access token: AUTO_REGISTER_TOKEN.

API Manager

  • Ability to unassign API roles
    Administrators and users with write access to the environment can now assign and unassign user roles to and from APIs via the User roles tab on the API details drawer. Previously, roles could not be unassigned, which prevented administrators from deleting roles that were still referenced.

  • Log/analytics CSV format improvement
    Logs and analytics downloaded as CSV from the API Logs and Analytics pages are now more consistent with CSV specifications. Previously, null and undefined values were manually converted to empty strings (""). Now, they are serialized as empty values, not stringified "null" or "undefined".

  • User experience enhancements
    The following user experience enhancements have been made:

    • The last-applied Filter by options are now preserved when returning to the API Logs page in the same session.
    • Sorting by version now sorts APIs in ascending order, first by those with no version, then by number, then by string.

Harmony portal

  • Improved accessibility to Jitterbit AI
    Jitterbit AI in the Harmony portal header is now accessible in all Harmony web applications. The AskJB AI chatbot opens by default. Organizations whose license includes the APIM AI Assistant have a menu to switch between AI bot types while accessing API Manager or Integration Studio.

Integration Studio

  • Ability to publish an operation as an API using AI
    The operation actions menu has a new option to Publish as an API using AI, which opens the APIM AI Assistant in organizations licensed for it. The APIM AI Assistant guides you through publishing the operation as an API using interactive prompts.

  • Notification for project collaborators during project restore
    When another user editing the same project restores it to a previous version, other users now get a real-time notification in the project. Closing the notification automatically updates their project to reflect the restored project state.

Integration Studio SDK connectors

  • Microsoft SharePoint 365 connector authentication default
    A Microsoft SharePoint 365 connection's Authentication type menu selections have these changes:

    • Microsoft Entra ID has been relabeled from Azure Active Directory and is now selected by default for new connections.
    • Azure Access Control Service (Deprecated) has been relabeled with a (Deprecated) label as Microsoft has announced Azure ACS is being retired.
  • ShipStation connector API V2 support and editable schemas
    A ShipStation connection now has a Version menu to select API version V1 (default existing) or V2 (newly supported). In addition, the Create activity has a new edit icon above the response schema to edit the data structure as needed.

  • Snowflake connector authentication support for key-pair and 3-legged OAuth
    A Snowflake connection now has an Authentication menu where you can select Key-Pair (newly supported), OAuth (newly supported), or Password (Deprecated) (default existing). For key-pair, you must provide an encrypted or unencrypted private key. For OAuth, you click Log in with Snowflake to authenticate the connection using a registered private application. The OAuth option requires cloud agents or private agent version 10.83 / 11.21 or later.

  • Connector updates
    The following connectors have updates for performance and stability:

Changes

Agent

  • User action required: New APAC cloud agent IPs
    If you use APAC region cloud agents to access endpoints within your network behind a firewall, you must allow three additional IP addresses by August 26, 2025:

    • 16.50.32.215
    • 16.51.140.139
    • 16.51.180.48

    The new IPs will go into effect with the 11.48 Production Cloud Agent Group and 11.51 Sandbox Cloud Agent Group upgrades. If you don't add these IPs by August 26, 2025 for the Production Cloud Agent Group or October 21, 2025 for the Sandbox Cloud Agent Group, dependent integration operations will stop functioning as intended.

    On October 21, 2025, you may also remove the following IP addresses, which are being decommissioned:

    • 3.0.141.187
    • 13.251.231.2
    • 52.220.155.2

    For additional information, see APAC IP changes FAQ. All IP addresses that must be added to ensure communication inbound to your network from cloud agents are listed in Jitterbit allowlist (whitelist) information.

Fixes

API Manager

  • Date/time to disable API debug mode can now be set
    The Enable debug mode until option for an API now allows you to select a date and time as expected. Previously, the UI prevented you from setting a future date/time when API debug mode would be disabled.

Integration Studio

  • Script parser now handles global variable names with certain characters
    When the project setting Enable new Jitterbit script parser is enabled, the script now validates as expected when a global variable used for string concatenation has any of the following characters in its name: @ # ? %. Previously, the validation error no viable alternative at input was being returned.

  • Transformation performance improvements
    Transformations with large schemas (many nodes and fields) have performance improvements that resolve issues with double-clicking and text selection.

Integration Studio SDK connectors

Notices

Agent, API gateway, and Design Studio

  • End of life for version 11.30
    As of August 15, 2025, these product versions have reached end of life and are no longer supported:

    • Private agent version 11.30
    • Private API gateway version 11.30
    • Design Studio version 11.30

    We recommend that users of these versions upgrade to the latest version as soon as practicable.

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:

    1. By March 31, 2025, the TYPE property of the user account you use to connect to Snowflake must be set to LEGACY_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.

    2. 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. The Integration Studio Snowflake connector supports both OAuth and key-pair authentication as of this 11.48 release.