Skip to content

Commit

Permalink
release elasticsearch v1.1.3 (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-Bilal authored Jan 17, 2025
1 parent 4308d67 commit e64c782
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
8 changes: 3 additions & 5 deletions registry/hasura/elasticsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Below, you'll find a matrix of all supported features for the Elasticsearch conn
| Native Queries + Logical Models || |
| Simple Object Query || |
| Filter / Search || |
| Simple Aggregation | alpha\* | |
| Simple Aggregation | | |
| Sort || |
| Paginate |\* | |
| Relationships || |
Expand All @@ -48,11 +48,9 @@ Below, you'll find a matrix of all supported features for the Elasticsearch conn
| Nested Relationships || |

> [!Note]
>
> - **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
> - **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.
## 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.2"
"latest_version": "v1.1.3"
},
"author": {
"support_email": "[email protected]",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version": "v1.1.3",
"uri": "https://github.com/hasura/ndc-elasticsearch/releases/download/v1.1.3/connector-definition.tgz",
"checksum": {
"type": "sha256",
"value": "d224831a26df8ed7e7d5ac466e8ea2f7e4814d2375eab294840823108d5f959e"
},
"source": {
"hash": "ddf0d849d7c2187ba7390ab79d96fd01deeaf2d5"
}
}

0 comments on commit e64c782

Please sign in to comment.