Salesforce REST (Tech Preview) changelog
Changelog
2025-05 (Version 10, Current)
-
You can now provide a Sandbox URL in your connection when you choose User Credentials as your authentication type.
-
The Jackson library was updated to version 2.15.4 to prevent errors when building payloads for large query statements.
2025-03 (Version 9, Reverted)
Subsequent to the Runtime release, new features were removed from the March Platform release. If you applied version 9 during the Runtime release, be aware that you will be reverted back to version 8.
2024-08 (Version 8)
- Necessary runtime packages are now packaged with the connector.
2024-06 (Version 6)
-
The Salesforce REST connector is now in General Availability (GA).
-
A new overridable operation field, External ID Value, indicates the object to update in the Upsert operation when the Operation API is configured as REST API. If left blank, a new object will be created. This field is ignored when batch count is set greater than 1.
-
A new grant type when you authenticate using OAuth 2.0, Client Credentials.
-
A new option in the Operation API dropdown box for the Create, Delete, Update, and Upsert operations, Composite API.
-
The operations names for the connector were updated to use Title Case. Although these changes will not affect process executions, if you want to update your process in the build canvas, you will need to re-select the action and operation component in the connector step before deploying.
2024-04 (Version 4)
-
The Create, Delete, Update, and Upsert operations will throw an Application error when operations using the Composite API fail.
-
The
@Typeattribute is now automatically injected into the records node when executing a Composite API request (API REST, batch size > 1) for the Create, Update, and Upsert operations.