Skip to content

Releases: hasura/ndc-elasticsearch

v0.2.0

21 Jun 06:32
f5938f8
Compare
Choose a tag to compare

Added

  • Support for native queries.
  • Support ndc-spec v0.1.4 and aggregate by nested fields.

Changed

  • Configuration structure to be compatible with the latest connector version.

Fixed

  • Use static linking to resolve glibc version issues

v0.1.1

13 Jun 17:33
Compare
Choose a tag to compare
  • Fixed the configuration directory environment variable in the CLI.
  • Handled null values for nested fields in the response.

v0.1.0

10 Jun 16:39
4c6fabe
Compare
Choose a tag to compare
  • Initial release of the Hasura connector for Elasticsearch.
  • Supported Features
    • Simple Object Query
    • Filter / Search
    • Simple Aggregation
    • Sort
    • Paginate
    • Nested Objects
    • Nested Arrays