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.46
The 11.46 release date for the Production Cloud Agent Group is by region:
11.46 Production Cloud Agent Group (PCAG) | |
---|---|
APAC | July 15, 2025 (8 PM AEST) |
EMEA | July 16, 2025 (12 PM CEST) |
NA | July 17, 2025 (3 AM PDT) |
The release notes will be published on this page prior to the release.
11.45
The 11.45 release date for the Production Cloud Agent Group is by region:
11.45 Production Cloud Agent Group (PCAG) | |
---|---|
APAC | June 24, 2025 (8 PM AEST) |
EMEA | June 25, 2025 (12 PM CEST) |
NA | June 26, 2025 (3 AM PDT) |
Enhancements
- Microsoft Entra authentication and cloud agent support for Microsoft SQL Server
Microsoft Entra authentication is now supported with the SQL Server Microsoft JDBC driver in an Integration Studio Database connection or a Design Studio Database source or target. This driver is newly provided on cloud agents.
Fixes
-
JSONStringify
support for null data and reserved JSON characters
TheJSONStringify
function now handles null data and reserved JSON characters such as"
and\
as expected.Warning
If you previously implemented a workaround to escape reserved JSON characters, you must make updates to accommodate this fix or your operations dependent on this function may stop functioning as expected.
-
FTP files no longer have unexpected prefixed timestamps
In certain scenarios, files retrieved using the Integration Studio FTP connector or Design Studio FTP source no longer have unexpected timestamp prefixes requiring a workaround using the Jitterbit variablejitterbit.source.ftp.enable_regex_parser
. -
Salesforce Bulk operations issue fixed
A database error has been resolved with operations that use Bulk activities provided by the Integration Studio Salesforce, Salesforce Service Cloud, or ServiceMax connectors or the Design Studio Salesforce Bulk Process Wizard. -
Salesforce erroneous SOAP fault fixed
An issue has been resolved with Salesforce operations where the operation status could report a SOAP fault when none occurred.
11.44
The 11.44 release date for the Production Cloud Agent Group is by region:
11.44 Production Cloud Agent Group (PCAG) | |
---|---|
APAC | June 3, 2025 (8 PM AEST) |
EMEA | June 4, 2025 (12 PM CEST) |
NA | June 5, 2025 (3 AM PDT) |
Enhancements
-
API system variable support for null processing
The Jitterbit variablejitterbit.api.response
, used to set an API Manager API's response when System Variable is selected in the API configuration, now supports the processing of null values when the new Jitterbit variablejitterbit.api.response.enabled_null_support
is set totrue
before the API response variable is set.It can be used in combination with the
jitterbit.scripting.hex.enable_null_support
variable andHexToString
andBase64Decode
functions to send a Base64-encoded PDF that contains null characters as the API response. Previously, the API variable response was truncated, which remains the default behavior. -
MySQL JDBC driver upgrade
The version of the MySQL JDBC driver that can be used by Integration Studio or Design Studio database connections is now 8.4.0.
Fixes
- Design Studio Salesforce chunking issue resolved
Design Studio Salesforce Update operations with chunking enabled no longer fail under a unique set of circumstances.
11.43
The 11.43 release date for the Production Cloud Agent Group is by region:
11.43 Production Cloud Agent Group (PCAG) | |
---|---|
APAC | May 13, 2025 (8 PM AEST) |
EMEA | May 14, 2025 (12 PM CEST) |
NA | May 14-15, 2025 (3 AM PDT) |
Fixes
IfNull
andIsNull
functions now have expected behavior
When the Jitterbit variablejitterbit.target.xml.include_nil_attribute
is set totrue
upstream of theIfNull
orIsNull
functions, the functions will evaluate an empty string as a non-null value.
11.42
The 11.42 release date for the Production Cloud Agent Group is by region:
11.42 Production Cloud Agent Group (PCAG) | |
---|---|
APAC | April 22, 2025 (8 PM AEST) |
EMEA | April 22, 2025 (12 PM CEST) |
NA | April 24, 2025 (3 AM PDT) |
Enhancements
- 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.
11.41
The 11.41 release date for the Production Cloud Agent Group is by region:
11.41 Production Cloud Agent Group (PCAG) | |
---|---|
APAC | April 1, 2025 (9 PM AEDT) |
EMEA | April 2, 2025 (12 PM CEST) |
NA | April 4, 2025 (3 AM PDT) |
Enhancements
-
NetSuite WSDL version 2025.1 support
Jitterbit has verified support for NetSuite WSDL version 2025.1 with the Integration Studio NetSuite connector and the Design Studio NetSuite connector. -
Salesforce API version 63 support
Salesforce API version 63 is now supported for these connectors:-
The Integration Studio Salesforce, Salesforce Service Cloud, and ServiceMax connectors automatically use this API version with 11.41 or later agents.
-
The Design Studio Salesforce connector supports this API version with the use of both 11.41 or later agents and an 11.41 or later 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
- Salesforce API upgrade to version 62 no longer causes transformation refresh error
An issue has been resolved where an upgrade to Salesforce API version 62 (available with Design Studio and agent version 11.35 to 11.40) prevented Salesforce transformations from being refreshed and returned the errorFailed to parse the response
. The fix requires Design Studio and agent version 11.41 or later.
11.40
The 11.40 release date for the Production Cloud Agent Group is by region:
11.40 Production Cloud Agent Group (PCAG) | |
---|---|
APAC | March 11, 2025 (9 PM AEDT) |
EMEA | March 12, 2025 (11 AM CET) |
NA | March 13, 2025 (3 AM PDT) |
This agent version has general internal updates.
11.39
The 11.39 release date for the Production Cloud Agent Group is by region:
11.39 Production Cloud Agent Group (PCAG) | |
---|---|
APAC | February 18, 2025 (10 PM AEDT) |
EMEA | February 19, 2025 (12 PM CET) |
NA | February 20, 2025 (3 AM PST) |
Fixes
-
CVTDate
function no longer outputs data with empty input
When theCVTDate
function is used with an empty input date object or string, an erroneous output date string can no longer be returned by the function. -
RegExMatch
function now works for single-number matches
TheRegExMatch
function now correctly validates matches of single-digit numeric strings. For example,RegExMatch("5", "(^[0-9]+$)")
now returns1
instead of0
. -
FTP variable paths with a default value now work
When an Integration Studio FTP activity or Design Studio FTP site's Path field is configured with a default value for a global variable, the default value is now substituted as expected. Previously, it was treated as if no default value was set.
11.38
The 11.38 release date for the Production Cloud Agent Group is by region:
11.38 Production Cloud Agent Group (PCAG) | |
---|---|
APAC | February 4, 2025 (10 PM AEDT) |
EMEA | February 5, 2025 (12 PM CET) |
NA | February 6, 2025 (3 AM PST) |
This agent version has general internal updates.
11.37
The 11.37 release date for the Production Cloud Agent Group is by region:
11.37 Production Cloud Agent Group (PCAG) | |
---|---|
APAC | January 25, 2025 (AEDT) |
EMEA | January 27, 2025 (CET) |
NA | January 27, 2025 (PST) |
Note
The 11.35 and 11.36 releases were internal.
Enhancements
-
New Jitterbit variables
The following new Jitterbit variables are available to use with agents 11.37 and later:jitterbit.scripting.hex.enable_null_support
: Set this variable totrue
upstream of using theHexToString
orStringToHex
functions for their conversions to support a null hex value.jitterbit.target.xml.include_nil_attribute
: Set this variable totrue
upstream of a transformation with JSON output to output both null values and empty strings.jitterbit.transformation.ignore_default_value
: Set this variable totrue
to ignore instances of embedded nested JSON that are being treated as default variables values when processing XSLT stylesheets, such as when using theRunXSLT
function.jitterbit.source.json.trim
andjitterbit.source.json.trim.option
: Setjitterbit.source.json.trim
tofalse
upstream of a transformation to preserve leading and/or trailing spaces in JSON source data. When this variable is set totrue
or not set (the default istrue
), you can setjitterbit.source.json.trim.option
to"trim"
(the default; trim both leading and trailing),"ltrim"
(trim leading), or"rtrim"
(trim trailing).
-
Salesforce API version 62 support
Salesforce API version 62 is now supported for these connectors:- The Integration Studio Salesforce, Salesforce Service Cloud, and ServiceMax connectors automatically use this API version with 11.35 or later agents.
- The Design Studio Salesforce connector supports this API version with the use of both 11.35 or later agents and an 11.35 or later 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
-
Jitterbit AWS S3 Get plugin compatibility with TLS 1.3
The Jitterbit AWS S3 Get plugin (deprecated) no longer results in anInvalid SSL master secret
error due to incompatibility with TLS 1.3. This fix requires version 1.0.1.0 of this plugin, which is associated with cloud agent groups by default and can be associated with a private agent group through the Management Console Plugins page. -
Scheduled operations now run on the day of their end date
Schedules with a specified end date now execute all scheduled runs including the entire day of the specified end date. -
Process Engine reliability improved
The agent’s Process Engine service is more reliable and no longer crashes in certain circumstances.
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.
Past releases
For releases not shown here, see Past Harmony releases.