Skip to content

Commit

Permalink
release ndc-elasticsearch version v1.1.2 (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-Bilal authored Dec 26, 2024
1 parent a51ba6a commit 1a6ccf8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
5 changes: 3 additions & 2 deletions registry/hasura/elasticsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,16 @@ Below, you'll find a matrix of all supported features for the Elasticsearch conn
| Simple Aggregation | alpha\* | |
| Sort || |
| Paginate |\* | |
| Relationships | | |
| Relationships | | |
| Nested Objects || |
| Nested Arrays || |
| Nested Filtering || |
| Nested Sorting || |
| Nested Relationships || |

> [!Note]
> **Pagination** currently works only upto 10,000 rows because of the limits that Elasticsearch imposes. Pagination for additional rows will be available in a future relase version.
> - **Relationships** are currently implemented via `top_hits` operator. That operator has a default maximum result size limit of 100 rows. This is what the connector operates on. If you give the connector a higher limit, it will change that to 100 for compliance with the database. Also, since the returned result will contain only 100 rows per bucket, it may not represent the whole result.
>- **Pagination** currently works only upto 10,000 rows because of the limits that Elasticsearch imposes. Pagination for additional rows will be available in a future relase version.
> [!Note]
> Aggregations are currently in alpha and are being actively worked upon
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.1"
"latest_version": "v1.1.2"
},
"author": {
"support_email": "[email protected]",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version": "v1.1.2",
"uri": "https://github.com/hasura/ndc-elasticsearch/releases/download/v1.1.2/connector-definition.tgz",
"checksum": {
"type": "sha256",
"value": "2035fad503c980dc579e3830c8242822bce83c60e43acf8e8324639fe726cd20"
},
"source": {
"hash": "f31e402d30a4dca76825f7e6f6d41e329bd94150"
}
}

0 comments on commit 1a6ccf8

Please sign in to comment.