Connectivity Development Release Notes for May 2026
Connector SDK
We added these features
We released version 2.30.1 of the SDK:
- Added an interface that allows connectors to report their listener status in real-time with two states:
ONLINEandOFFLINE. This enhancement provides a simple API for connector developers to update and report listener status changes, facilitating event-driven updates without requiring heartbeats. - Added a new authentication type, API Key, to the REST connection page. This enhancement allows users to define API keys securely and specify their location in requests, for example, as a request header, query parameter, or cookie. This change addresses concerns about securely managing environment-specific credentials.
- Added test utilities designed to simplify unit testing for listener connectors. These utilities help verify listener status transitions and updates, making it easier to test the functionality of the listener APIs.
For more information, visit the Developer Documentation site.