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.
- DDN workspace support
- fix
_countaggregation queries #74 - add explain to capabilities and upgrade to version v0.1.6 #73
- re-authenticate when elasticsearch returns a 401 error #72
- Show error if ELASTICSEARCH_URL is not set when using credentials provider (#68)
- Add support for a credentials provider service (#65)
- Patch for broken release
v1.4.1
-
Replace deprecated scalar types Integer, Number with ranged types (#58)
-
Go version and dependencies update (#51)
-
Update to NDC Spec v0.1.6 (#51)
- Implement
/query/explainendpoint (#57)
- Add support for
search_afterin pagination (#52)
- Surface query errors in GraphQL Query response (#52)
- Remove Native Queries from feature matrix(#54)
- Add index alias support (#50)
- Set query result size to 0 if it is an aggregation query (#46)
- 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
glibcversion 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.