New version of the Salesforce API

As of release 11.2.4 FP4, connections to the Salesforce API use version 59.0 by default.

When you create a connection, the URL automatically includes the default instance name login.salesforce.com and the API version 59.0, for example:

jdbc:sfdc://https://login.salesforce.com/services/Soap/u/59.0;

Existing connections continue to use the previous Salesforce API version, or you can update to version 59.0.

For more information, see Salesforce connection editor.