You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Different versions may bring different features, but also changes in communication between API and connector. Because the API is a living standard and certain versions get deprecated over time, there should be a way for handling different versions of the API.
The text was updated successfully, but these errors were encountered:
Feature description
Currently, only the Salesforce API version 54 is supported:
https://github.com/miquido/conduit-connector-salesforce/blob/7c2978c6ac6f12376d7be30b8e397189ff0031e9/source/source.go#L29
Different versions may bring different features, but also changes in communication between API and connector. Because the API is a living standard and certain versions get deprecated over time, there should be a way for handling different versions of the API.
The text was updated successfully, but these errors were encountered: