Releases: hasura/ndc-elasticsearch
Releases · hasura/ndc-elasticsearch
v1.1.0
v1.0.3
v1.0.2
Changed
- Set term as the default equality operator across scalar types
- Eliminated _id as the default uniqueness constraint
v1.0.1
Changed
- Temporarily disabled range operators while waiting on CLI updates
v1.0.0
Added
- Internal plumbing for Elasticsearch Range Queries (support pending engine updates)
v0.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
v0.1.1
- Fixed the configuration directory environment variable in the CLI.
- Handled null values for nested fields in the response.
v0.1.0
- Initial release of the Hasura connector for Elasticsearch.
- Supported Features
- Simple Object Query
- Filter / Search
- Simple Aggregation
- Sort
- Paginate
- Nested Objects
- Nested Arrays