Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release SQLServer v1.0.0 #405

Merged
merged 2 commits into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion registry/hasura/sqlserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[![Docs](https://img.shields.io/badge/docs-v3.x-brightgreen.svg?style=flat)](https://hasura.io/docs/3.0)
[![ndc-hub](https://img.shields.io/badge/ndc--hub-sqlserver-blue.svg?style=flat)](https://hasura.io/connectors/sqlserver)
[![License](https://img.shields.io/badge/license-Apache--2.0-purple.svg?style=flat)](LICENSE.txt)
[![Status](https://img.shields.io/badge/status-alpha-yellow.svg?style=flat)](./readme.md)

With this connector, Hasura allows you to instantly create a real-time GraphQL API on top of your data models in
Microsoft SQL Server. This connector supports SQL Server's functionalities listed in the table below, allowing for
Expand Down
57 changes: 21 additions & 36 deletions registry/hasura/sqlserver/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "SQL Server Connector",
"logo": "logo.png",
"tags": ["database"],
"latest_version": "v0.2.2"
"latest_version": "v1.0.0"
},
"author": {
"support_email": "[email protected]",
Expand All @@ -14,45 +14,30 @@
},
"is_verified": true,
"is_hosted_by_hasura": true,
"packages": [
{
"version": "0.1.2",
"uri": "https://github.com/hasura/ndc-sqlserver/releases/download/v0.1.2/package.tar.gz",
"checksum": {
"type": "sha256",
"value": "102c642b2e0ddea1eaa471c5189ecd3423a20f91ad83995e09f9d4721dd85732"
},
"source": {
"hash": "bc0fd3d126f6c142587e014aa900fc6bc90cd59d"
}
},
{
"version": "0.1.1",
"uri": "https://github.com/hasura/ndc-sqlserver/releases/download/v0.1.1/package.tar.gz",
"checksum": {
"type": "sha256",
"value": "340f11a2dbc180af838327c09949ac0dc14c94eb87b0d6b5a28c765ec928b1a9"
},
"source": {
"hash": "638a2b608f7a9c4625de7df35c61c909d2ce16b1"
}
},
{
"version": "0.1.0",
"uri": "https://github.com/hasura/ndc-sqlserver/releases/download/v0.1.0/package.tar.gz",
"checksum": {
"type": "sha256",
"value": "5f47a1df3055b694ffaf13058e201ac0fa83db53ce2044cd15eeaaa841565cb4"
},
"source": {
"hash": "e26d6bd1a22540dcf5c5b29460260c2d23ff2657"
}
}
],
"source_code": {
"is_open_source": true,
"repository": "https://github.com/hasura/ndc-sqlserver/",
"version": [
{
"tag": "v1.0.0",
"hash": "205eceea515c0a25fa85b19ceb838d5acecfaa20",
"is_verified": true
},
{
"tag": "v0.2.2",
"hash": "c33ff7efdcdef2c337aa40e2e776a4c2fdaca68b",
"is_verified": true
},
{
"tag": "v0.2.1",
"hash": "35dd850de629234553b3338f4c1ab976b20d77b6",
"is_verified": true
},
{
"tag": "v0.2.0",
"hash": "368b38fbe0acb089198acb99ba6dc46c89f6c184",
"is_verified": true
},
{
"tag": "v0.1.2",
"hash": "bc0fd3d126f6c142587e014aa900fc6bc90cd59d",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"value": "5fe8c9461acc6eeb8290d3e41e4f4d77f2b3ecc30898194746e469b1c45e2365"
},
"source": {
"hash": "368b38f"
"hash": "368b38fbe0acb089198acb99ba6dc46c89f6c184"
}
}
11 changes: 11 additions & 0 deletions registry/hasura/sqlserver/releases/v1.0.0/connector-packaging.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version": "v1.0.0",
"uri": "https://github.com/hasura/ndc-sqlserver/releases/download/v1.0.0/package.tar.gz",
"checksum": {
"type": "sha256",
"value": "26d4440a62740330e142e8e21671a2aef3b060653934d02a366d17f4048deaa7"
},
"source": {
"hash": "205eceea515c0a25fa85b19ceb838d5acecfaa20"
}
}
Loading