Connectivity Development Release Notes for July 2025
July 12 2025
Release control
We fixed this issue
- Fixed an issue where duplicate release numbers for the same connector type prevented updates to other connectors on a container. Now, the release control process continues updating other connectors when duplicates are detected, while automatically generating alerts for engineering review. (CON-10290)
Scheduling a connector release
We fixed this issue
- When a pending release of a connector was cancelled, all runtimes that took the pending version did not roll back. With this fix, all runtimes will now rollback to the intended version. (CON-3398)
Selectable fields on operations
We added this feature
- Selectable fields on operations are currently only supported for QUERY operations. This feature will show field selections for other operations when
allowFieldSelection="true"and the operation has a response profile associated with it. Selected fields will be functional only when there is required support associated with the selected fields on the connector. For the July 2025 release, this feature is disabled by default. It can be enabled by settingENABLE_FIELD_SELECTION_FOR_NON_QUERY_OPERATIONSto"true". (CON-10382)