Skip to content

Releases: hasura/ndc-elasticsearch

v1.1.0

18 Oct 15:45
b50900b
Compare
Choose a tag to compare
  • Add a default query size of 10,000 to all queries (#31)

v1.0.3

25 Sep 17:47
4993fed
Compare
Choose a tag to compare

Changed

  • Added compound scalar types (#27)
  • Added support for the range operator (#29)

v1.0.2

22 Aug 21:44
19c1dfb
Compare
Choose a tag to compare

Changed

  • Set term as the default equality operator across scalar types
  • Eliminated _id as the default uniqueness constraint

v1.0.1

12 Aug 14:54
72fad20
Compare
Choose a tag to compare

Changed

  • Temporarily disabled range operators while waiting on CLI updates

v1.0.0

25 Jul 19:48
9f1f508
Compare
Choose a tag to compare

Added

  • Internal plumbing for Elasticsearch Range Queries (support pending engine updates)

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