Skip to content

Releases: hasura/ndc-sdk-rs

v0.4.0

30 Aug 08:20
665509f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

12 Aug 10:19
2355719
Compare
Choose a tag to compare

What's changed

  • Health checks are now readiness checks; they should not make requests to any external services. We will revisit liveness and connectedness checks in a future release.
  • The /health endpoint is now unsecured.

v0.2.2

30 Jul 07:34
9120a82
Compare
Choose a tag to compare

What's Changed

  • listen on all ipv4 and ipv6 interfaces by default (#22)

v0.2.1

11 Jul 01:25
83a906e
Compare
Choose a tag to compare

What's changed

  • Fix dynamic error types not being thread-safe

v0.2.0

09 Jul 02:14
a3ce570
Compare
Choose a tag to compare

What's changed

  • Update to ndc-spec v0.1.5
  • Changed get_capabilities method in Connector trait so that ndc-spec version is obtained directly from the ndc-spec package instead of requiring the connector to specify it.