Skip to Content

8.15.0 Harmony Release Notes

Log in to the Harmony Portal to access the latest version of the API Manager, Management Console, and Citizen Integrator or to download the latest version of Design Studio and Private Agents. For support, visit Getting Support.

Additional Release - August 11, 2016

Studio

  • Fixed: Issue installing agent on certain proxy servers.

  • Fixed: Harmony website Activities Logs "Failure File" link to properly download Failure files.

Harmony Release Notes - August 5, 2016

Release Highlights

  • New Feature: The activities page has been revamped on the Harmony website (WMC) new features include the ability to choose which columns to display, save filter for later reuse, and auto completion of names within the filter field.

  • New Feature: Cloud project migration/upgrade support - importing a jitterpak in the WMC automatically handles cases where a project with the same name already exists. The existing project can be overwritten with the new version, optionally retaining all of the existing project variables and performing cloud backup of the previous version of the project.

  • New Feature. Added agent configuration option to override logging of API operations in the activity log. See agent notes for more.

  • New Feature: New script functions to access agent, organization and environment names and identifiers. See agent or studio notes for more.

  • Fix: Fixed issue when trying to view project variables with empty values in the WMC.

Agent

  • New Feature: Added agent configuration option to override logging of API operations in the activity log. To force enable logging of all API operations, set both EnableErrorLogging and EnableLogging to true in the jitterbit.conf. Note that the default is optimized for best performance, force enabling this may lead to a deteriorated performance and extreme volumes of data overloading organization's cloud logs.

  • New Feature: New script functions to access agent, organization and environment names and identifiers. New scripting functions are GetEnvironmentId(), GetAgentId(), GetAgentName(), GetAgentGroupId(), GetAgentGroupName(), GetOrganizationId(), GetOrganizationName().

  • Improvement: Debug file download on web management console now works for non Administrators with read access to the organization.

  • Improvement: Maintenance upgrade of unixODBC to version 2.3.4. This only affects Linux agents.

  • Fix: Fixed bug with output parameters when calling a stored procedure multiple times in the same operation.

  • Fix: The NetSuite connector can now handle case sensitive usernames.

  • Fix: For XML targets, the prefix of qualified attributes now is the same as the prefix of elements in the same namespace. This improves interoperability with systems with broken XML parsers.

  • Fix: Fixed an error being thrown when using JDBC and multiple child folders in a transformation.

  • Fix: The SOAP Web Service handler can now handle an empty SOAP header.

  • Fix: Improved error handling when the log file cannot be created. The underlying error will be reported in the operation log.

  • Fix: 64-bit jitterbit-agent package now works on Debian/Ubuntu.

  • Fix: Do not make a backup of agent database when re-initializing the database cluster on Linux (jitterbit initdb). This significantly reduces the time it takes to run this command on agents that have been running for a long time.

  • Security Enhancement: Upgraded Spring framework to version 4.2.6 and made it consistent throughout Studio, Agent and Cloud. This enhancement provides improved security.

  • Security Enhancement: Upgraded OpenSSL to version 1.0.2h. Addresses all known OpenSSL vulnerabilities. This improves the security of SSL connections made by the agent.

  • Security Enhancement: Upgraded Tomcat to version 8.0.36 and Apache Httpd to version 2.4.20. Improves performance and security.

  • Security Enhancement: Upgraded the HttpClient library to version 4.5.2 which improves the security of HTTP connections made by the agent.

  • Security Enhancement: Upgraded Xalan XML Parser library to version 2.7.2. Provides improved security.

  • Security Enhancement: Disabled HTTP TRACE in the default Agent configuration which improves security of the agent.

Studio

  • New Feature: New script functions to access agent, organization and environment names and identifiers. New scripting functions are GetEnvironmentId(), GetAgentId(), GetAgentName(), GetAgentGroupId(), GetAgentGroupName(), GetOrganizationId(), GetOrganizationName().

  • New Feature: New operation option for what to log (everything vs. errors only). Errors only option is recommended in high volume environments, it improves readability of the activities page, especially when an operation starts many child operations, and improves latency in the operation status updates.

  • Improvement: Microsoft AX connector no longer asks for multiple WSDL URLs.

  • Improvement: Reduced the size of the new version notification pop-up.

  • Improvement: Changed the 'Value' label in the Project Variable UI to say 'Default Value'. This more accurately reflects what it is.

  • Fix: Local time is no longer used when recording the timestamp of the last deploy. Fixes false warnings when deploying a project.

  • Fix: New sources will use default character encoding (Latin-1).

  • Fix: When upgrading an old project to version 35 of the Salesforce API, the user is now given an option to turn off potentially unsupported Ownership Options in Update and Upsert operation. Leaving the options on may result in run-time errors.