Skip to Content

Sandbox Cloud Agent Group releases

Introduction

This page provides a compilation of updates in recently released versions of the Sandbox Cloud Agent Group. Updates to the Sandbox Cloud Agent Group is also identified on individual release pages in Release notes.

For releases not shown here, see Past Harmony releases.

Known issues

For known issues with the current version of the Sandbox Cloud Agent Group, see Known issues in Cloud agent groups.

Release notes

A subset of Harmony release updates pertaining to the Sandbox Cloud Agent Group is included below.

11.29

The 11.29 release date for the Sandbox Cloud Agent Group is by region:

  • APAC: July 16, 2024 (4 AM AEST)
  • EMEA: July 17, 2024 (1 AM CEST)
  • NA: July 17, 2024 (4 PM PDT)

Enhancements

  • New function for parsing JSON
    The new JSONParser function can be used with agents 11.29 or later to convert a JSON object string into a JSON object. The new function is listed in the JSON category of the Functions tab in the Cloud Studio script component palette and can also be used with Design Studio 11.29 or later.

11.28

The 11.28 release date for the Sandbox Cloud Agent Group is by region:

  • APAC: June 25, 2024 (4 AM AEST)
  • EMEA: June 26, 2024 (1 AM CEST)
  • NA: June 26, 2024 (4 PM PDT)

Enhancements

  • New function for better JSON document handling
    The new GetJSONString function can be used with agents 11.28 or later to retrieve data from a JSON object using the provided path. The new function is listed in the JSON category of the Functions tab in the Cloud Studio script component palette and can also be used with Design Studio 11.28 or later.

Fixes

  • New Jitterbit variable to fix PostgreSQL sequences
    The new Jitterbit variable jitterbit.target.db.use_new_postgress_sequence can be used with agents 11.28 or later to correct an issue processing a sequence when writing to a PostgreSQL database via JDBC.

11.27

The 11.27 release date for the Sandbox Cloud Agent Group is by region:

  • APAC: June 4, 2024 (4 AM AEST)
  • EMEA: June 5, 2024 (1 AM CEST)
  • NA: June 5, 2024 (4 PM PDT)

Fixes

  • VerifyJwtClaims function error no longer occurs
    Leaving the VerifyJwtClaims function's claims parameter empty no longer results in an error.

11.26

The 11.26 release date for the Sandbox Cloud Agent Group is by region:

  • APAC: May 14, 2024 (4 AM AEST)
  • EMEA: May 15, 2024 (1 AM CEST)
  • NA: May 15, 2024 (4 PM PDT)

New features

11.25

The 11.25 release date for the Sandbox Cloud Agent Group is by region:

  • APAC: April 23, 2024 (4 AM AEST)
  • EMEA: April 24, 2024 (1 AM CEST)
  • NA: April 24, 2024 (4 PM PDT)

Changes

  • General updates
    Agents have general updates to improve security and performance.

11.24

The 11.24 release date for the Sandbox Cloud Agent Group is by region:

  • APAC: April 2, 2024 (5 AM AEDT)
  • EMEA: April 3, 2024 (1 AM CEST)
  • NA: April 4, 2024 (4 PM PDT)

Fixes

  • Error status is no longer reported for re-routed operations
    If an agent is incapable of processing an operation and that operation is automatically re-routed to a different agent in the group for processing, an error status is no longer reported in the operation log.

11.23

The 11.23 release date for the Sandbox Cloud Agent Group is by region:

  • APAC: March 12, 2024 (5 AM AEDT)
  • EMEA: March 12, 2024 (12 AM CET)
  • NA: March 13, 2024 (4 PM PDT)

Enhancements

  • NetSuite WSDL version 2024.1 support
    Jitterbit has verified support for NetSuite WSDL version 2024.1 with the Cloud Studio NetSuite connector and the Design Studio NetSuite connector.

  • Salesforce API version 60 support
    Salesforce API version 60 is now supported for these connectors:

  • Better handling of operation routing
    When agents in an agent group are incapable of running an operation, handling of routing the operation to a capable agent has been improved.

Fixes

  • Once-daily schedule is no longer skipped during daylight saving time switch
    When a Cloud Studio or Design Studio operation is scheduled to run on a once-daily schedule during the hour of transition to daylight saving or standard time (for example, 2 to 3 AM on November 3, 2024), the schedule will now run the operation at the latest time in UTC instead of the schedule skipping that run of the operation.

    Note

    The upgraded agent version will not yet be available for the daylight saving time switch on March 10, 2024. As an alternative and as a general practice for schedule consistency, we recommend using the Override Schedule Agent Time Zone setting in your organization's policies to use a schedule time zone that does not observe daylight saving time, such as Etc/UTC (Cloud Agents use UTC by default).

11.22

The 11.22 release date for the Sandbox Cloud Agent Group is by region:

  • APAC: February 21, 2024 (6 AM AEDT)
  • EMEA: February 22, 2024 (1 AM CET)
  • NA: February 22, 2024 (4 PM PST)

Enhancements

  • Multiple certificate support for Harmony SSO with Microsoft Entra ID
    When multiple certificate definitions are provided in the Microsoft Entra ID (formerly known as Azure AD) identity provider metadata that is used when configuring Harmony SSO, logging in to Harmony with the configured SSO no longer fails and returns you to the login screen. Now, the agent can read multiple specified certificates, so that if one passes, it is accepted.

Fixes

  • DateAdd now returns the correct year when subtracting a multiple of 12 months
    The DateAdd function now returns the correct year value when subtracting months (mm or m) in a multiple of 12 months (12, 24, 36, etc.). Previously, the returned year date would be incorrectly reduced by an additional 1 year.

  • Multiple logs can no longer occur for the same operation execution
    Multiple logs with the same timestamp for a single operation no longer appear in the operation log when a scheduled operation is canceled but still completes. Now, only the most recent status for the operation is shown as its final status reported in a single log.

11.21

The 11.21 release date for the Sandbox Cloud Agent Group is by region:

  • APAC: January 30, 2024 (6 AM AEDT)
  • EMEA: January 30-31,2024 (1 AM CET)
  • NA: January 31, 2024 (4 PM PST)

Enhancements

  • Design Studio email messages support for overriding STARTTLS
    When configuring a Design Studio email message with OAuth authentication, you can now override the default STARTTLS parameter, enabling the agent to send plain text or SSL traffic based on the STARTTLS value.

11.20

The 11.20 release date for the Sandbox Cloud Agent Group is by region:

  • APAC: January 9, 2024 (6 AM AEDT)
  • EMEA: January 9-10,2024 (1 AM CET)
  • NA: January 10, 2024 (4 PM PST)

Fixes

  • Invalid payload in child operations is now reported
    A child operation now fails with a descriptive error if the payload received in a transformation does not match the defined schema. Previously, the parent operation incorrectly reported an Unexpected Error and child operations remained in a Running status until canceled.

11.18

The 11.18 release date for the Sandbox Cloud Agent Group is by region:

  • APAC: November 29, 2023 (6 AM AEDT)
  • EMEA: November 29-30, 2023 (1 AM CET)
  • NA: December 4, 2023 (4 PM PST)

Enhancements

11.17

The 11.17 release date for the Sandbox Cloud Agent Group is by region:

  • APAC: November 7, 2023 (6 AM AEDT)
  • EMEA: November 7-8, 2023 (1 AM CET)
  • NA: November 8, 2023 (4 PM PST)

Enhancements

  • Apache Tomcat upgrade
    The Apache Tomcat server used by agents has been upgraded to version 8.5.94 to improve security and performance.

11.16

The 11.16 release date for the Sandbox Cloud Agent Group is by region:

  • APAC: October 17, 2023 (12 - 4 AM AEDT)
  • EMEA: October 17-18, 2023 (9 PM - 1 AM CEST)
  • NA: October 18, 2023 (12 - 4 PM PDT)

This version includes general updates.

11.15

The 11.15 release date for the Sandbox Cloud Agent Group is by region:

  • APAC: September 26, 2023 (12 - 4 AM AEST)
  • EMEA: September 26-27, 2023 (9 PM - 1 AM CEST)
  • NA: September 27, 2023 (12 - 4 PM PDT)

This version includes general updates.

11.14

The 11.14 release date for the Sandbox Cloud Agent Group is by region:

  • APAC: September 6, 2023 (12 - 4 AM AEST)
  • EMEA: September 6-7, 2023 (9 PM - 1 AM CEST)
  • NA: September 7, 2023 (12 - 4 PM PDT)

This version includes general updates.

11.13

The 11.13 release date for the Sandbox Cloud Agent Group is by region:

  • APAC: August 15, 2023 (12 - 4 AM AEST)
  • EMEA: August 15-16, 2023 (9 PM - 1 AM CEST)
  • NA: August 16, 2023 (12 - 4 PM PDT)

Enhancements

  • Design Studio Autodesk Fusion Lifecycle OAuth v2 API support
    When configuring a Design Studio Autodesk Fusion Lifecycle endpoint with agent version 10.75 / 11.13 or later, its existing OAuth2 settings now support configuration with Autodesk’s OAuth v2 API and remain backwards compatible with Autodesk’s OAuth v1 authentication (being deprecated by Autodesk).

  • Cloud Studio SDK connector support for variables in tables
    Support for global, project, and Jitterbit variables has been added to text fields used in the Connector SDK table component when using a 10.75 / 11.13 or later agent. Whether a specific connector was built using the SDK is indicated in the documentation for an individual connector. This enhancement affected 92 existing SDK-based connectors. Each field that supports variables is displayed with a V icon when in edit mode.

    Note

    Although the V icon is displayed regardless of the agent version, variable values will not be interpreted correctly unless using a 10.75 / 11.13 or later agent.

11.12

The 11.12 release date for the Sandbox Cloud Agent Group is by region:

  • APAC: July 25, 2023 (12 - 4 AM AEST)
  • EMEA: July 25-26, 2023 (9 PM - 1 AM CEST)
  • NA: July 26, 2023 (12 - 4 PM PDT)

Enhancements

  • NetSuite WSDL version 2023.1 support
    Jitterbit has verified support for NetSuite WSDL version 2023.1 with the Cloud Studio NetSuite connector and the Design Studio NetSuite connector.

  • Salesforce API version 58 support
    Salesforce API version 58 is now supported for these connectors:

    • The Cloud Studio Salesforce, Salesforce Service Cloud, and ServiceMax connectors use API version 58 automatically with the use of a 10.74 or 11.12 agent.

    • The Design Studio Salesforce connector provides the option to use API version 58 with the use of both a 10.74 or 11.12 agent and 10.74 version of Design Studio. When opening an existing Design Studio project that uses this connector and meets both of these version requirements, you will be prompted to upgrade to Salesforce API version 58.

11.11

The 11.11 release date for the Sandbox Cloud Agent Group is by region:

  • APAC: July 4, 2023 (12 - 4 AM AEST)
  • EMEA: July 5-6, 2023 (10 PM - 2 AM CEST)
  • NA: July 6, 2023 (1 - 5 PM PDT)

Fixes

Past releases

For releases not shown here, see Past Harmony releases.