Skip to content

Releases: hypertrace/document-store

Release v0.7.5

12 Aug 10:45
86fbc5d
Compare
Choose a tag to compare
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

09 Aug 10:51
148ca1d
Compare
Choose a tag to compare
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

09 Aug 10:11
fd2269f
Compare
Choose a tag to compare
feat: add supports for createTime and lastUpdatedTime in postgresql (…

Release v0.7.2

04 Aug 17:02
6c3b7e6
Compare
Choose a tag to compare
chore: updated postgresql version to fix snyk (#110)

Release v0.7.1

22 Jul 13:54
4397934
Compare
Choose a tag to compare
feat: add support for distinct aggregator operation and length functi…

Release v0.7.0

20 Jul 08:15
75e7e58
Compare
Choose a tag to compare

Moved to 0.7.0 as it provides Postgres impl for all newer APIs

Release v0.6.20

08 Jul 12:08
04a5518
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.19...0.6.20

Release v0.6.19

29 Jun 11:29
d40f191
Compare
Choose a tag to compare

What's Changed

  • chore: adding the delete via filters operation for document store by @aman-bansal in #86

Release v0.6.18

28 Jun 05:58
f38193f
Compare
Choose a tag to compare

What's Changed

Release v0.6.17

24 Jun 14:45
e1195c4
Compare
Choose a tag to compare

What's Changed

  • Make the Query DTO equatable/hashable