Skip to content

Latest commit

 

History

History
96 lines (54 loc) · 2.4 KB

CHANGELOG.md

File metadata and controls

96 lines (54 loc) · 2.4 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.2.0]

Changed

  • Remove Native Queries from feature matrix(#54)

Added

  • Add index alias support (#50)

[1.1.3]

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)

[1.1.2]

Changed

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

Fixed

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

[1.1.1]

Fixed

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

[1.1.0]

  • Add a default query size of 10,000 to all queries (#31)

[1.0.3]

Changed

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

[1.0.2]

Changed

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

[1.0.1]

Changed

  • Temporarily disabled range operators while waiting on CLI updates

[1.0.0]

Added

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

[0.2.0]

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

[0.1.1]

Fixed

  • Fixed the configuration directory environment variable in the CLI.
  • Handled null values for nested fields in the response.

[0.1.0]

  • Initial release of the Hasura connector for Elasticsearch.