Release notes for the Jitterbit Production Cloud Agent Group
Introduction
This page provides a compilation of updates in recently released versions of the Production Cloud Agent Group. Updates to the Production Cloud Agent Group are 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 Production Cloud Agent Group, see Known issues in Cloud agent groups.
Release notes
A subset of Harmony release updates pertaining to the Production Cloud Agent Group is included below.
11.35
The 11.35 release date for the Production Cloud Agent Group is by region:
- APAC: December 4, 2024 (10 PM AEDT)
- EMEA: December 5, 2024 (12 PM CET)
- NA: December 6, 2024 (3 AM PST)
The release notes will be published on this page prior to the release.
11.34
The 11.34 release date for the Production Cloud Agent Group is by region:
- APAC: November 5, 2024 (10 PM AEDT)
- EMEA: November 6, 2024 (12 PM CET)
- NA: November 7, 2024 (3 AM PST)
Fixes
-
Automatic resolution of stuck operations
Operations no longer get stuck in a state where they are not actively being processed by an agent but remain reporting a Received, Pending, Running, or Cancel Requested status indefinitely. This issue occurred only with synchronous child operations. -
Base64Decode
now works as expected with or without padding characters
TheBase64Decode
function no longer returns a truncated or wrong value when the base64-encoded string does not end with=
or==
. -
Schedules now use the expected time in organizations using the override time zone setting
When an organization has the Override schedule agent time zone setting enabled, schedules now trigger operations at the expected time. Previously, the setting was being ignored and schedules were using the agent time zone regardless of the time zone configured in the override setting.
11.33
The 11.33 release date for the Production Cloud Agent Group is by region:
- APAC: October 15, 2024 (9 PM AEDT)
- EMEA: October 16, 2024 (12 PM CEST)
- NA: October 17, 2024 (3 AM PDT)
Fixes
Eval
function behavior withRunOperation
corrected
When used with theRunOperation
function, theEval
function now inspects the results ofRunOperation
and if it returnsfalse
, then it will process the second argument.
11.32
The 11.32 release date for the Production Cloud Agent Group is by region:
- APAC: September 24, 2024 (8 PM AEST)
- EMEA: September 25, 2024 (12 PM CEST)
- NA: September 26, 2024 (3 AM PDT)
Fixes
-
Base64Decode
now works as expected with or without padding characters
TheBase64Decode
function no longer returns a truncated or wrong value when the base64-encoded string does not end with=
or==
. -
Better handling for OData service requests
When calling an OData service, the errorResource not found for the segment
is no longer returned in the following situations:-
When using the
$count
query parameter and there are no records to return, you can now append$noErrorOnZeroCount=true
to have the service return0
records instead of the above error. -
When using a pagination query parameter and the number of results is less than the provided upper limit, the service no longer returns a next link reporting the above error.
-
-
Schedules now run at the correct start time and for the expected duration on the day of daylight saving time change
The following defects, which occurred only when Override schedule agent time zone is enabled and the override time zone is a selection other than Etc/UTC, have been resolved:-
A schedule whose start time is on the day of daylight saving time change now starts at the configured time.
-
A schedule whose end date is on the day of daylight saving time change now runs for the expected duration.
-
11.31
The 11.31 release date for the Production Cloud Agent Group is by region:
- APAC: September 6, 2024 (8 PM AEST)
- EMEA: September 10, 2024 (12 PM CEST)
- NA: September 5, 2024 (3 AM PDT)
Changes
- General updates
This agent version has general internal updates.
Fixes
-
NetSuite connector issue resolved
An issue with operations using the NetSuite connector has been resolved.Note
This issue was resolved with agent version 11.31.1.
11.30
The 11.30 release date for the Production Cloud Agent Group is by region:
- APAC: August 13, 2024 (8 PM AEST)
- EMEA: August 14, 2024 (12 PM CEST)
- NA: August 15, 2024 (3 AM PDT)
Enhancements
-
New
JSONStringify
function
The newJSONStringify
function can be used with agents 11.30 or later to convert a JSON object into a JSON object string. 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.30 or later. -
Salesforce API version 61 support
Salesforce API version 61 is now supported for these connectors:-
The Cloud Studio Salesforce, Salesforce Service Cloud, and ServiceMax connectors automatically use this API version with 11.30 or later agents.
-
The Design Studio Salesforce connector supports this API version with the use of both 11.30 or later agents and an 11.30 version of Design Studio. When both these version requirements are met, an API upgrade dialog is shown when opening existing projects using this connector.
-
Fixes
-
NetSuite asynchronous variable login error fixed
Using the Jitterbit variablejitterbit.netsuite.async
no longer results in anInvalid Login attempt
error with the NetSuite login audit trail detail indicating the problem wasNonceUsed
. -
NetSuite connector
CustomRecord
search response schema fixed
The response schema structure for a Cloud Studio NetSuite Search activity or Design Studio NetSuite Search activity basic or expanded search for theCustomRecord
object has been corrected.
11.29
The 11.29 release date for the Production Cloud Agent Group is by region:
- APAC: July 23, 2024 (8 PM AEST)
- EMEA: July 24, 2024 (12 PM CEST)
- NA: July 25, 2024 (3 AM PDT)
Enhancements
- New function for parsing JSON
The newJSONParser
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 Production Cloud Agent Group is by region:
- APAC: July 2, 2024 (8 PM AEST)
- EMEA: July 3, 2024 (12 PM CEST)
- NA: July 4, 2024 (3 AM PDT)
Enhancements
- New function for better JSON document handling
The newGetJSONString
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 variablejitterbit.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 Production Cloud Agent Group is by region:
- APAC: June 11, 2024 (8 PM AEST)
- EMEA: June 12, 2024 (12 PM CEST)
- NA: June 13, 2024 (3 AM PDT)
Fixes
VerifyJwtClaims
function error no longer occurs
Leaving the VerifyJwtClaims function'sclaims
parameter empty no longer results in an error.
11.26
The 11.26 release date for the Production Cloud Agent Group is by region:
- APAC: May 21, 2024 (8 PM AEST)
- EMEA: May 22, 2024 (12 PM CEST)
- NA: May 23, 2024 (3 AM PDT)
New features
-
JWT functions
The following new functions can be used with agents 11.26 or later to create, verify, and decode JSON Web Tokens. The new functions are listed in the JWT category of the Functions tab in the Cloud Studio script component palette and can also be used with Design Studio 11.26 or later.
11.25
The 11.25 release date for the Production Cloud Agent Group is by region:
- APAC: April 30, 2024 (8 PM AEST)
- EMEA: May 1, 2024 (12 PM CEST)
- NA: May 2, 2024 (3 AM PDT)
Changes
- General updates
Agents have general updates to improve security and performance.
11.24
The 11.24 release date for the Production Cloud Agent Group is by region:
- APAC: April 9, 2024 (8 PM AEST)
- EMEA: April 10, 2024 (12 PM CEST)
- NA: April 11, 2024 (3 AM 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 Production Cloud Agent Group is by region:
- APAC: March 19, 2024 (9 PM AEDT)
- EMEA: March 20, 2024 (11 AM CET)
- NA: March 21, 2024 (3 AM 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:-
The Cloud Studio Salesforce, Salesforce Service Cloud, and ServiceMax connectors automatically use this API version with a 10.85 / 11.23 or later agent.
-
The Design Studio Salesforce connector supports this API version with the use of both a 10.85 / 11.23 or later agent and 10.85 version of Design Studio. When both these version requirements are met, an API upgrade dialog is shown when opening existing projects using this connector.
-
-
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 Production Cloud Agent Group is by region:
- APAC: February 27, 2024 (10 PM AEDT)
- EMEA: February 28, 2024 (12 PM CET)
- NA: February 29, 2024 (3 AM 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
TheDateAdd
function now returns the correct year value when subtracting months (mm
orm
) in a multiple of12
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 Production Cloud Agent Group is by region:
- APAC: February 6, 2024 (10 PM AEDT)
- EMEA: February 7, 2024 (12 PM CET)
- NA: February 8, 2024 (3 AM 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 defaultSTARTTLS
parameter, enabling the agent to send plain text or SSL traffic based on theSTARTTLS
value.
11.20
The 11.20 release date for the Production Cloud Agent Group is by region:
- APAC: January 16, 2024 (10 PM AEDT)
- EMEA: January 17, 2024 (12 PM CET)
- NA: January 18, 2024 (3 AM 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 anUnexpected Error
and child operations remained in a Running status until canceled.
11.18
The 11.18 release date for the Production Cloud Agent Group is by region:
- APAC: December 6, 2023 (10 PM AEDT)
- EMEA: December 7, 2023 (12 PM CET)
- NA: December 8, 2023 (3 AM PST)
Enhancements
-
NetSuite WSDL version 2023.2 support
Jitterbit has verified support for NetSuite WSDL version 2023.2 with the Cloud Studio NetSuite connector and the Design Studio NetSuite connector. -
Salesforce API version 59 support
The Cloud Studio Salesforce, Salesforce Service Cloud, and ServiceMax connectors now use Salesforce API version 59.
11.17
The 11.17 release date for the Production Cloud Agent Group is by region:
- APAC: November 14, 2023 (10 PM AEDT)
- EMEA: November 15, 2023 (12 PM CET)
- NA: November 16, 2023 (3 AM 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.
Past releases
For releases not shown here, see Past Harmony releases.