Skip to content

Releases: hasura/ndc-graphql

v0.3.0

26 Sep 13:42
f7f60a2

Choose a tag to compare

  • Upgrade ndc-spec v0.2.10 and ndc-rust-sdk
  • Support request-level arguments

v0.2.3

26 Jun 14:12
60c7842

Choose a tag to compare

  • Patch release for v0.2.1 and v0.2.2

v0.2.1

26 Jun 00:20

Choose a tag to compare

  • Add nativeToolchainDefinition to connector-metadata.yml

v0.2.0

27 Sep 17:20
6296807

Choose a tag to compare

  • Implement foreach capability. Instead of producing multiple parallel requests, we produce a single, larger request to send to the target endpoint.
  • Fix bug where introspection including interfaces would fail to parse in some circumstances
  • Config now defaults to asking for a GRAPHQL_ENDPOINT env var
  • Fix a bug where default values were not parsed as graphql values, and instead used as string literals
  • CLI: Implement print-schema-and-capabilities command, allowing local dev to update config & schema without starting a connector instance
  • Update to latest connector SDK version (0.4.0)

v0.1.3

02 Aug 22:25

Choose a tag to compare

  • Fix incorrect version being returned by capabilities

v0.1.2

29 Jul 22:39
1cfb5d3

Choose a tag to compare

  • Fix issue where we looked for mutation fields in the query type, making all mutations fail

v0.1.1

18 Jul 23:17
85b8018

Choose a tag to compare

  • Forward errors from underlying source to users using 422 status code
  • Change default configuration to not include header forwarding
  • Handle error when unknown field argument is used

v0.1.0

03 Jul 18:26

Choose a tag to compare

  • Initial Release