Breaking changes (#36):
Connector.healthCheck
has been removed and replaced withConnector.getHealthReadiness
, which only returns whether the connector is able to accept requests, not whether any underlying connections to data sources actually work.- The
/health
endpoint is now unauthorized, allowing healthchecks to be performed without authorization. Connector.getCapabilities
now returnsCapabilities
instead ofCapabilitiesResponse
. The SDK will now take care of adding the correct NDC version to theCapabilities
on behalf of the connector.