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.
- Added documentation in README about limitations on queries with variables(#37)
- Added size correction to quries with variables (#36)
- Sorting not working for fields that enable it via subtypes (#33)
- Add a default query size of 10,000 to all queries (#31)
- Set term as the default equality operator across scalar types
- Eliminated _id as the default uniqueness constraint
- Temporarily disabled range operators while waiting on CLI updates
- Internal plumbing for Elasticsearch Range Queries (support pending engine updates)
- Support for native queries.
- Support ndc-spec v0.1.4 and aggregate by nested fields.
- Configuration structure to be compatible with the latest connector version.
- Use static linking to resolve
glibc
version issues
- Fixed the configuration directory environment variable in the CLI.
- Handled null values for nested fields in the response.
- Initial release of the Hasura connector for Elasticsearch.