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 ndc elasticsearch v1.1.1 #379

Merged
merged 4 commits into from
Nov 15, 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
4 changes: 2 additions & 2 deletions registry/hasura/elasticsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Docs for the Elasticsearch data connector:
Below, you'll find a matrix of all supported features for the Elasticsearch connector:

| Feature | Supported | Notes |
| ------------------------------- | --------- | ----- |
|---------------------------------| --------- | ----- |
| Native Queries + Logical Models | ✅ | |
| Simple Object Query | ✅ | |
| Filter / Search | ✅ | |
Expand All @@ -44,7 +44,7 @@ Below, you'll find a matrix of all supported features for the Elasticsearch conn
| Nested Arrays | ✅ | |
| Nested Filtering | ✅ | |
| Nested Sorting | ❌ | |
| Nested Relationships | ❌ | |
| Relationships | ✅ | |

## Prerequisites

Expand Down
2 changes: 1 addition & 1 deletion registry/hasura/elasticsearch/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"tags": [
"search"
],
"latest_version": "v1.1.0"
"latest_version": "v1.1.1"
},
"author": {
"support_email": "[email protected]",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version": "v1.1.0",
"uri": "https://github.com/hasura/ndc-elasticsearch/releases/download/v1.1.1/connector-definition.tgz",
"checksum": {
"type": "sha256",
"value": "4ba8695df2626e0d8b012890fb4da4bbafa67f89806e80a84912144d696ac392"
},
"source": {
"hash": "8562692eb0f96354d3ea0e66ff667475d5dde44e"
}
}
Loading