Skip to content

Releases: hasura/ndc-sqlserver

v0.2.1

17 Sep 05:07
35dd850
Compare
Choose a tag to compare

The connector Docker image is:

ghcr.io/hasura/ndc-sqlserver:v0.2.1

Changelog

Added

  • Add subcommand stored-procedures to the update command to introspect stored procedures.

v0.2.0

10 Sep 14:06
368b38f
Compare
Choose a tag to compare

The connector Docker image is:

ghcr.io/hasura/ndc-sqlserver:v0.2.0

Changelog

Added

  • Support for stored procedures

v0.1.2

17 Jun 10:38
bc0fd3d
Compare
Choose a tag to compare

The connector Docker image is:

ghcr.io/hasura/ndc-sqlserver:v0.1.2

Changelog

Added

  • Support for native mutations
  • Support for reading the MSSQL connection string from an environment variable

v0.1.1

15 May 08:39
638a2b6
Compare
Choose a tag to compare

The connector Docker image is:

ghcr.io/hasura/ndc-sqlserver:v0.1.1

Changelog

Added

  • Support for CLI plugin for Arch Linux systems

v0.1.0

02 May 17:41
e26d6bd
Compare
Choose a tag to compare

The connector Docker image is:

ghcr.io/hasura/ndc-sqlserver:v0.1.0

Changelog

  • Initial release with support of ndc-spec v0.1.2 (beta)
    • Support for CLI plugin for Hasura v3 CLI, which allows the CLI to
      introspect the database on demand.
    • Query explain endpoint has been changed from /explain to /query/explain.
    • The default port was changed from 8100 to 8080.