Release notes for Jitterbit private agents
Introduction
This page provides a compilation of updates in recently released versions of the private agent. Updates to the private agent are also identified on individual release pages in Release notes.
For end-of-life releases not shown here, see Past Harmony releases.
Known issues
Known issue with Linux private agents 11.31.1 and all earlier versions
Scheduled operations fail to run after a Linux private agent restart
-
Summary: After restarting a Linux private agent, the agent's
Scheduler
service fails to start, causing scheduled operations not to run as expected. This issue does not occur with Windows private agents. -
Additional Information: The Linux agent's
Scheduler
service uses a library that downloads the latest time zone data files. As of September 4, 2024, the provider of this library introduced a syntax error that causes theScheduler
service not to start. -
Recommendation: This issue is resolved with version 11.31.2, which no longer automatically downloads the library causing the issue. We recommend upgrading Linux private agents to 11.31.2 or later to prevent this issue from occurring and, in cases where it is already occurring, to recover from it.
Alternatively, if you are using an earlier agent version, you can apply the following workaround or recovery steps to non-Docker agents:
-
Workaround: If a Linux private agent has not yet been restarted, to prevent this problem from occurring, edit the
version
file at/opt/jitterbit/TimeZoneDB/version
and change its value to2024b
. This will prevent the version of the date library with the issue from being downloaded by the agent. -
Recovery: If a Linux private agent is already experiencing this issue, to fix it, edit the
northamerica
file at/opt/jitterbit/TimeZoneDB/northamerica
to replace the valueApril
withApr
in any occurrences. Then restart the agent.
-
For all known issues with private agents, see Private agent known issues.
Release notes
A subset of Harmony release updates pertaining to private agents is included below.
11.34
The 11.34 release date for private agents 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. -
SQL ODBC null values are now handled as expected
When configured with a SQL ODBC driver, an Integration Studio Database Query activity and Design Studio Database source now output a blank field if the value returned by a SELECT query is null. Previously, null values were being skipped and not acknowledged in the output.
11.33
The 11.33 release date for private agents is by region:
- APAC: October 15, 2024 (9 PM AEDT)
- EMEA: October 16, 2024 (12 PM CEST)
- NA: October 17, 2024 (3 AM PDT)
Enhancements
- Logo updates
The Jitterbit logo has been updated for private agents to reflect Jitterbit’s new brand.
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.
Notices
-
End of life for agent 10.77 / 11.15
As of September 27, 2024 private agent versions 10.77 and 11.15 have reached end of life and are no longer supported.We recommend that all users of any of these versions upgrade to the latest version as soon as practicable.
-
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)
- Linux agent upgrade instructions
-
11.32
The 11.32 release date for private agents 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
-
Agent configuration utility GUI now opens
The Jitterbit Agent Configuration Utility GUI where you can configure proxy settings now opens as expected on Windows private agents. Previously, a splash screen was appearing and disappearing without loading the GUI. -
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==
. -
Gzip-encoded HTTP responses no longer result in an error
Windows private agents now process Gzip-encoded HTTP responses correctly when using the Cloud Studio HTTP connection setting HTTP Accept Encoding Gzip or the Design Studio HTTP source/target setting Set Accept-Encoding to GZip. -
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.
-
Notices
-
End of life for agent 10.76/11.14
As of September 14, 2024 private agent versions 10.76 and 11.14 have reached end of life and are no longer supported.We recommend that all users of any of these versions upgrade to the latest version as soon as practicable.
-
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)
- Linux agent upgrade instructions
-
11.31
The 11.31 release date for private agents is by region:
11.31.1 | 11.31.2 | |
---|---|---|
APAC | September 6, 2024 (8 PM AEST) | September 10, 2024 (7 AM AEST) |
EMEA | September 10, 2024 (12 PM CEST) | September 9, 2024 (11 PM CEST) |
NA | September 5, 2024 (3 AM PDT) | September 9, 2024 (2 PM 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.
-
Linux private agent
Scheduler
issue resolved
A date library whose latest files introduced an issue where the Linux agent'sScheduler
service failed to start is no longer automatically downloaded.Note
This issue was resolved with agent version 11.31.2. We recommend upgrading Linux private agents to 11.31.2 or later to prevent this issue from occurring and, in cases where it is already occurring, to recover from it.
Alternatively, if you are using an earlier agent version you can apply the following workaround or recovery steps to non-Docker agents:
-
Workaround: If a Linux private agent has not yet been restarted, to prevent this problem from occurring, edit the
version
file at/opt/jitterbit/TimeZoneDB/version
and change its value to2024b
. This will prevent the version of the date library with the issue from being downloaded by the agent. -
Recovery: If a Linux private agent is already experiencing this issue, to fix it, edit the
northamerica
file at/opt/jitterbit/TimeZoneDB/northamerica
to replace the valueApril
withApr
in any occurrences. Then restart the agent.
-
Notices
-
End of life for agent 10.75/11.13
As of August 24, 2024 private agent versions 10.75 and 11.13 have reached end of life and are no longer supported.We recommend that all users of any of these versions upgrade to the latest version as soon as practicable.
-
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)
- Linux agent upgrade instructions
-
11.30
The 11.30 release date for private agents 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.
-
-
Linux private agent upgrade to Python 3
Linux private agents now require Python 3 during installation or upgrade to an 11.30 or later agent. Refer to the Debian or RPM agent install instructions for the required commands.
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.
Notices
-
End of life for agent 10.74/11.12
As of August 3, 2024 private agent versions 10.74 and 11.12 have reached end of life and are no longer supported.We recommend that all users of any of these versions upgrade to the latest version as soon as practicable.
-
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)
- Linux agent upgrade instructions
-
11.29
The 11.29 release date for private agents 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. -
Support tool command to resync deploy logs
The Agent Support Tools have a newresync-deploylogs
command that can be used with agents 11.29 or later to resync the deploy logs from Harmony given an environment ID.
Notices
-
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)
- Linux agent upgrade instructions
-
11.28
The 11.28 release date for private agents 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.
Notices
-
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)
- Linux agent upgrade instructions
-
11.27
The 11.27 release date for private agents 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.
Notices
-
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 after this 10.87 release, 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)
-
11.26
The 11.26 release date for private agents 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.
Fixes
- Proxy passwords are now redacted on update
After using the agent’s utility applicationJitterbitUtils
to update existing proxy settings, the agent proxy password is now redacted as expected and no longer appears in plain text in thejitterbit-agent.log
file.
Notices
-
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)
- Linux agent upgrade instructions
-
10.87 / 11.25
The 10.87 / 11.25 release date for private agents 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.
Notices
-
Private agent versions 10.x will no longer be updated
Jitterbit intends for private agent version 10.87 to be the final supported 10.x agent version distributed by Jitterbit.Since Harmony release 10.63 / 11.1, both a 10.x and 11.x private agent version have 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 after this 10.87 release, including new features, enhancements, security patches, and fixes, upgrading to an 11.x private agent is required.
Upgrading to an 11.x Windows private agent from 10.x requires a complete uninstall. Follow the documented instructions to complete the upgrade. Linux private agents can be upgraded as usual from any 10.x version.
-
10.86 / 11.24
The 10.86 / 11.24 release date for private agents 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.
Notices
-
Jitterbit’s intention to stop distributing private agent 10.x
Jitterbit intends to stop distributing a 10.x private agent version within the next several Harmony releases. Since Harmony release 10.63 / 11.1, both a 10.x and 11.x private agent version have 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: Current 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.
Note
Upgrading to an 11.x Windows private agent from 10.x requires a complete uninstall. Follow the documented instructions to complete the upgrade. Linux private agents can be upgraded as usual from any 10.x version.
-
10.85 / 11.23
The 10.85 / 11.23 release date for private agents 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).
Notices
-
Jitterbit’s intention to stop distributing private agent 10.x
Jitterbit intends to stop distributing a 10.x private agent version within the next several Harmony releases. Since Harmony release 10.63 / 11.1, both a 10.x and 11.x private agent version have 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: Current 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.
Note
Upgrading to an 11.x Windows private agent from 10.x requires a complete uninstall. Follow the documented instructions to complete the upgrade. Linux private agents can be upgraded as usual from any 10.x version.
-
10.84 / 11.22
The 10.84 / 11.22 release date for private agents 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.
Notices
-
Jitterbit’s intention to stop distributing private agent 10.x
Jitterbit intends to stop distributing a 10.x private agent version within the next several Harmony releases. Since Harmony release 10.63 / 11.1, both a 10.x and 11.x private agent version have 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: Current 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.
Note
Upgrading to an 11.x Windows private agent from 10.x requires a complete uninstall. Follow the documented instructions to complete the upgrade. Linux private agents can be upgraded as usual from any 10.x version.
-
10.83 / 11.21
The 10.83 / 11.21 release date for private agents 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
-
Private agent file cleanup rules now allow specification of number of hours
A private agent’s [File cleanup service file]/agent/cleanuprules/) (CleanupRules.xml
) now accepts the specification of theNumOfHours
after which affected files will be deleted. This can be used in conjunction with the existingNumDays
parameter. For example, to configure files to be cleaned up after 1 day 2 hours, set<FileAge NumDays = "1" NumOfHours = "2" Comparator = "GE"/>
. -
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. -
Agent auto-registration access tokens
On the Access Tokens page, an additional Scope menu option for Agent Registration is now available. Use it to generate an access token for auto-registering private agents that can be used to replace Harmony credentials specified in theregister.json
file. This enables agent autoscaling to occur without interruption due to an expired Harmony password (as Harmony credentials are subject to password expiration policies defined in an organization’s policies).
Notices
-
Jitterbit’s intention to stop distributing private agent 10.x
Jitterbit intends to stop distributing a 10.x private agent version within the next several Harmony releases. Since Harmony release 10.63 / 11.1, both a 10.x and 11.x private agent version have 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: Current 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.
Note
Upgrading to an 11.x Windows private agent from 10.x requires a complete uninstall. Follow the documented instructions to complete the upgrade. Linux private agents can be upgraded as usual from any 10.x version.
-
10.82 / 11.20
The 10.82 / 11.20 release date for private agents 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.
Notices
-
Jitterbit’s intention to stop distributing private agent 10.x
Jitterbit intends to stop distributing a 10.x private agent version within the next several Harmony releases. Since Harmony release 10.63 / 11.1, both a 10.x and 11.x private agent version have 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: Current 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.
Note
Upgrading to an 11.x Windows private agent from 10.x requires a complete uninstall. Follow the documented instructions to complete the upgrade. Linux private agents can be upgraded as usual from any 10.x version.
-
10.80 / 11.18
The 10.80 / 11.18 release date for private agents 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.
Notices
-
Jitterbit’s intention to stop distributing private agent 10.x
Jitterbit intends to stop distributing a 10.x private agent version within the next several Harmony releases. Since Harmony release 10.63 / 11.1, both a 10.x and 11.x private agent version have 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: Current 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.
Note
Upgrading to an 11.x Windows private agent from 10.x requires a complete uninstall. Follow the documented instructions to complete the upgrade. Linux private agents can be upgraded as usual from any 10.x version.
-
10.79 / 11.17
The 10.79 / 11.17 release date for private agents 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 included with the agent has been upgraded to version 8.5.94 to improve security and performance.
Fixes
- Windows private agent install behind a proxy no longer fails
When installing a Windows private agent using configured proxy settings, the installation no longer fails withError 1722
referencing the actionKoSaveProxyValuesInDB
.
Notices
-
Jitterbit’s intention to stop distributing private agent 10.x
Jitterbit intends to stop distributing a 10.x private agent version within the next several Harmony releases. Since Harmony release 10.63 / 11.1, both a 10.x and 11.x private agent version have 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: Current 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.
-
Past releases
For releases not shown here, see Past Harmony releases.