Releases: hypertrace/document-store
Releases · hypertrace/document-store
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 <[email protected]> * addressed comments for reusing ID field, and rededunt condition Co-authored-by: Suresh Prakash <[email protected]>
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)
Release v0.7.1
feat: add support for distinct aggregator operation and length functi…
Release v0.7.0
Moved to 0.7.0 as it provides Postgres impl for all newer APIs
Release v0.6.20
What's Changed
- feat: adds postgres impl for new query interface by @kotharironak in #87
- feat: add support for logical expression of new query api by @kotharironak in #88
- feat: add support for selections of new query api by @kotharironak in #90
- Bulk Update for Postgres by @suddendust in #89
- Fix the bugs in list setters to clear then in case of empty input by @suresh-prakash in #91
- Fix count aggregation on optional fields by @suresh-prakash in #92
Full Changelog: 0.6.19...0.6.20
Release v0.6.19
What's Changed
- chore: adding the delete via filters operation for document store by @aman-bansal in #86
Release v0.6.18
What's Changed
- Implement aggregate count API for MongoCollection by @suresh-prakash in #84
Release v0.6.17
What's Changed
- Make the Query DTO equatable/hashable