Releases: hypertrace/document-store
Releases · hypertrace/document-store
Release v0.7.11
What's Changed
- Atomic read and update API with implementation
- Correct the atomic update Postgres implementation
Full Changelog: 0.7.10...0.7.11
Release v0.7.10
fix: restore and deprecate DISTINCT aggregation operator #129
Release v0.7.9
chore: rename DISTINCT aggregation operator to DISTINCT_ARRAY. #128
Release v0.7.8
fix: handle group_by identifier more generically (#127) * fix: adding group by checkers * fix: handle group by more generically * addressed comments * fixed the broken tests due to refactoring
Release v0.7.7
feat: add support for query that have aggregation but missing group b…
Release v0.7.6
What's Changed
- Update Postgres Filter Type Expression Parser to make it extendible to non-identifier type LHS by @suresh-prakash in #120
- feat: create new connection on connection validation error in postgres by @saxenakshitiz in #122
Full Changelog: 0.7.5...0.7.6
Release v0.7.5
feat: add selection support in older api (#115) * feat: add selection support in older api * fixed the bulk array update internal query * fixed closable iterator issue * refactored common method, and fixed handling of outer column * refactor: clean up and removed duplicate logic * adds warn logs for debugging * fix for insight dto * adds unit and integration test for selection clause * converting warn log to debug log * Update document-store/src/main/java/org/hypertrace/core/documentstore/postgres/PostgresQueryParser.java Co-authored-by: Suresh Prakash <93120060+suresh-prakash@users.noreply.github.com> * addressed comments for reusing ID field, and rededunt condition Co-authored-by: Suresh Prakash <93120060+suresh-prakash@users.noreply.github.com>
Release v0.7.4
chore: add logs for debugging (#113) * chore: add logs for debugging * fixed spotless issue * used string name for sql array type
Release v0.7.3
feat: add supports for createTime and lastUpdatedTime in postgresql (…
Release v0.7.2
chore: updated postgresql version to fix snyk (#110)