After updating the salesforce probe to 2.02, you want to use the newest version of the salesforce API for SOQL queries.
The 2.02 version introduces support for the 55.0 version of the salesforce API.
Release : 20.4
This article is informational
To force the salesforce probe, to start using the new version of API, you need to modify the "login URL" parameter in the "Setup" section of the raw configuration of the probe:
1. Modify "log URL" parameter:
URL pattern: https://login.salesforce.com/services/Soap/u/<API_version>
Example:
Old version: https://login.salesforce.com/services/Soap/u/31.0
change to:
New version: https://login.salesforce.com/services/Soap/u/55.0
2. Deactivate and activate the salesforce probe.