Skip to content

Releases: hasura/ndc-elasticsearch

v1.3.0

03 Feb 17:37
9608f60
Compare
Choose a tag to compare

Added

  • Add support for search_after in pagination (#52)

Changed

  • Surface query errors in GraphQL Query response (#52)

v1.2.0

27 Jan 18:06
9f47686
Compare
Choose a tag to compare

Changed

  • Remove Native Queries from feature matrix(#54)

Added

  • Add index alias support (#50)

v1.1.3

17 Jan 10:27
Compare
Choose a tag to compare

Changed

  • Set query result size to 0 if it is an aggregation query (#46)

Fixed

  • Aggregation functions using subfields (#46)

  • Query clauses using subfields (#44)

v1.1.2

24 Dec 10:36
f31e402
Compare
Choose a tag to compare

Changed

  • Added documentation in README about limitations on queries with variables(#37)

Fixed

  • Added size correction to quries with variables (#36)

v1.1.1

07 Nov 20:49
8562692
Compare
Choose a tag to compare

Fixed

  • Sorting not working for fields that enable it via subtypes (#33)

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)