github hasura/ndc-sdk-typescript v6.0.0

latest release: v6.1.0
one month ago

Breaking changes (#36):

  • Connector.healthCheck has been removed and replaced with Connector.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 returns Capabilities instead of CapabilitiesResponse. The SDK will now take care of adding the correct NDC version to the Capabilities on behalf of the connector.

Don't miss a new ndc-sdk-typescript release

NewReleases is sending notifications on new releases.