From 4664dceb24057971bb812b8260ed7467ca3d03ce Mon Sep 17 00:00:00 2001 From: m-Bilal Date: Fri, 17 Jan 2025 16:05:28 +0530 Subject: [PATCH] release elasticsearch v1.1.3 --- registry/hasura/elasticsearch/README.md | 8 +++----- registry/hasura/elasticsearch/metadata.json | 2 +- .../releases/v1.1.3/connector-packaging.json | 11 +++++++++++ 3 files changed, 15 insertions(+), 6 deletions(-) create mode 100644 registry/hasura/elasticsearch/releases/v1.1.3/connector-packaging.json diff --git a/registry/hasura/elasticsearch/README.md b/registry/hasura/elasticsearch/README.md index 64f5f499..e4ffcd36 100644 --- a/registry/hasura/elasticsearch/README.md +++ b/registry/hasura/elasticsearch/README.md @@ -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 | ✅ | | @@ -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 diff --git a/registry/hasura/elasticsearch/metadata.json b/registry/hasura/elasticsearch/metadata.json index 7da03725..83a155cf 100644 --- a/registry/hasura/elasticsearch/metadata.json +++ b/registry/hasura/elasticsearch/metadata.json @@ -7,7 +7,7 @@ "tags": [ "search" ], - "latest_version": "v1.1.2" + "latest_version": "v1.1.3" }, "author": { "support_email": "support@hasura.io", diff --git a/registry/hasura/elasticsearch/releases/v1.1.3/connector-packaging.json b/registry/hasura/elasticsearch/releases/v1.1.3/connector-packaging.json new file mode 100644 index 00000000..3910d67d --- /dev/null +++ b/registry/hasura/elasticsearch/releases/v1.1.3/connector-packaging.json @@ -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" + } +}