Releases: hasura/ndc-sqlserver
Releases · hasura/ndc-sqlserver
v0.2.2
v0.2.1
The connector Docker image is:
ghcr.io/hasura/ndc-sqlserver:v0.2.1
Changelog
Added
- Add subcommand
stored-procedures
to theupdate
command to introspect stored procedures.
v0.2.0
The connector Docker image is:
ghcr.io/hasura/ndc-sqlserver:v0.2.0
Changelog
Added
- Support for stored procedures
v0.1.2
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
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
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.
- Support for CLI plugin for Hasura v3 CLI, which allows the CLI to