Skip to Content

You are viewing an archive site. Access the current documentation at Jitterbit Documentation.

10.47 Data Loader release notes

10.47 Data Loader release

The 10.47 release date is by region:

  • APAC: 6 January 2022 (AEDT), 5 January 2022 (PST)

  • EMEA: 6 January 2022

  • NA: 10 January 2022

The Data Loader installer is available in each region at the conclusion of each region's Harmony release.

Release notes

Changes

  • TLS 1.0 and 1.1 are no longer supported by default for JDBC driver connections
    Data Loader 10.47 and later no longer supports TLS 1.0 or 1.1 for JDBC driver connections to database endpoints by default.

    If a database endpoint no longer works after an upgrade to a 10.47 or later Data Loader, add enabledTLSProtocols=TLSv1.2 to the database connection string in Data Loader to force TLS 1.2 to be used (provided the protocol version is supported by the database endpoint).

    If TLS 1.2 is not supported by the database endpoint, TLS 1.0 or 1.1 can be re-enabled (though not recommended) on Data Loader by removing TLSv1 or TLSv1.1 from the jdk.tls.disabledAlgorithms security property in the Data Loader java.security configuration file, which can be found at this default location: C:\Program Files (x86)\Jitterbit Cloud Data Loader\jre\lib\security.

Enhancements

  • Support for Windows 11 and Windows Server 2022
    Jitterbit has validated that Data Loader is supported on Windows 11 and Windows Server 2022.