Skip to content

Releases: hasura/ndc-sdk-go

v1.2.0

30 May 04:51
3887c3d

Choose a tag to compare

What's Changed

  • sdk: support ndc-spec v0.1.3 schema by @hgiasac (#106) with nested filter order by support by @darshan-lukhi (#102)
  • codegen: support slice types by @hgiasac (#100)
  • misc: upgrade dependencies and go.opentelemetry.io/otel v1.27.0 by @hgiasac (#108)
  • utils: rename decode functions. Old function names are still available until the next major release.
    • GetBool -> GetBoolean
    • GetNullableBool -> GetNullableBoolean
    • GetObjectUUID -> GetUUID
    • GetNullableObjectUUID -> GetNullableUUID
    • GetObjectRawJSON -> GetRawJSON
    • GetNullableObjectRawJSON -> GetNullableRawJSON
  • ci: add ndc-test to validate generated schema @hgiasac (#110)

New Contributors

Full Changelog: v1.1.4...v1.2.0

v0.6.0

30 May 04:39
534ebf2

Choose a tag to compare

What's Changed

Full Changelog: v0.5.4...v0.6.0

v1.1.4

13 May 08:29
86176ee

Choose a tag to compare

What's Changed

  • Fix nil telemetry parameter when initializing state (#97) by @hgiasac in #98

Full Changelog: v1.1.3...v1.1.4

v0.5.4

13 May 08:22
10a8c4b

Choose a tag to compare

What's Changed

  • Fix nil telemetry parameter when initializing state by @hgiasac in #97

Full Changelog: v0.5.3...v0.5.4

v1.1.3

11 May 08:06
80eff22

Choose a tag to compare

What's Changed

  • Upgrade OpenTelemetry SDK v1.26.0 and fix typo by @hgiasac in #81
  • Support arbitrary JSON and bytes scalars (#82) by @hgiasac in #83
  • Fix syntax errors when there is no procedure to be generated (#84) by @hgiasac in #85
  • fix: functions and procedures in schema must not be null (#86) by @hgiasac in #87
  • rename cmd/ndc-go-sdk to cmd/hasura-ndc-go to be able to be installable with go install by @hgiasac in #89
  • Support native packaging spec by @hgiasac in #91 #94

Full Changelog: v1.1.2...v1.1.3

v0.5.3

11 May 08:17
97522a4

Choose a tag to compare

What's Changed

  • Support arbitrary JSON and bytes scalars by @hgiasac in #82
  • Fix syntax errors when there is no procedure to be generated by @hgiasac in #84
  • fix: functions and procedures in schema must not be null by @hgiasac in #86
  • rename folder cmd/ndc-go-sdk to cmd/hasura-ndc-go to be able to install with go install by @hgiasac in #88
  • support native packaging spec by @hgiasac in #90

Full Changelog: v0.5.2...v0.5.3

v1.1.2

17 Apr 01:53
32e28e5

Choose a tag to compare

What's Changed

  • improve evaluating nested field utils (#75) by @hgiasac in #76
  • support OpenTelemetry Zipkin b3 propagation by @hgiasac in #80

Full Changelog: v1.1.1...v1.1.2

v0.5.2

17 Apr 01:46
7978819

Choose a tag to compare

What's Changed

  • Improve evaluating nested field utils by @hgiasac in #75
  • Support OpenTelemetry Zipkin b3 propagation by @hgiasac in #79

Full Changelog: v0.5.1...v0.5.2

v1.1.1

12 Apr 16:22
10f39ce

Choose a tag to compare

What's Changed

  • Added a biginteger type representation by @hgiasac in #73

Full Changelog: v1.1.0...v1.1.1

v0.5.1

12 Apr 15:50
4c1b38e

Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1