Skip to content

Releases: hypertrace/document-store

Release v0.7.11

29 Sep 05:54
f460df3

Choose a tag to compare

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

19 Sep 15:41
f0bea80

Choose a tag to compare

fix: restore and deprecate DISTINCT aggregation operator #129

Release v0.7.9

19 Sep 10:19
a729727

Choose a tag to compare

chore: rename DISTINCT aggregation operator to DISTINCT_ARRAY. #128

Release v0.7.8

05 Sep 05:50
1306d65

Choose a tag to compare

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

30 Aug 10:11
8b831d6

Choose a tag to compare

feat: add support for query that have aggregation but missing group b…

Release v0.7.6

25 Aug 11:39
a42561f

Choose a tag to compare

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

12 Aug 10:45
86fbc5d

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 <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

09 Aug 10:51
148ca1d

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

Choose a tag to compare

feat: add supports for createTime and lastUpdatedTime in postgresql (…

Release v0.7.2

04 Aug 17:02
6c3b7e6

Choose a tag to compare

chore: updated postgresql version to fix snyk (#110)