Skip to content

Releases: hypertrace/query-service

Release v0.8.5

14 Apr 09:13
a6e7704
Compare
Choose a tag to compare

😇 Changes

  • fix: fix runtime failure #184

Release v0.8.4

13 Apr 20:14
e4a685f
Compare
Choose a tag to compare

😇 Changes

  • add securityContext to deployment #183
  • chore: handle numeric case for return value #182
  • adding time based filter for aggregation views #181
  • Fix vulnerabilities in query-service #180

Release v0.8.3

30 Jan 08:01
d01860b
Compare
Choose a tag to compare

😇 Changes

  • chore: upgrade service-framework and grpcutils versions #179
  • Added support for accurate distinct count on attributes through config #178

Release v0.8.2

20 Dec 14:17
38dcb3f
Compare
Choose a tag to compare

😇 Changes

  • chore: make like operator query to be case insensitive #177
  • fix: update the like operator to handle posix expressions #176

Release v0.8.1

19 Oct 11:04
7763d2a
Compare
Choose a tag to compare

😇 Changes

  • chore: ignore argument list for COUNT function as it is just converted to COUNT(*) at the end #175
  • feat: add support for distinct count function for array column in postgres #174
  • feat: create new connection on connection validation error in postgres #172
  • Revert "fix: add support for boolean array fields for pinot" #171
  • fix: add support for boolean array fields for pinot #170
  • feat: add connection pooling for postgres connections #169
  • chore: provide null value equivalent based on column type #166
  • feat: add support for array fields for postgres #168
  • chore: handle bytea field having default value #167
  • feat: add scalar functions in postgres #165
  • fix: Changes to handle conversion of array field to json array string… #164
  • fix: correct the data time convert config #163
  • fix: Remove NULL_STRING value type and use STRING value type #162
  • fix: adds value type as part of the response null string response #161
  • fix: Fix NPE while querying column having null value #160
  • fix: postgres password #159
  • chore: Split postgres url in to parts. #157
  • chore: remove the code not used in postgres query #158
  • chore: enable postgres integration test execution #156
  • feat: Added integration tests with postgres #155
  • added container scanning to query-service repo #154
  • feat: Add support for postgres - Part 1 #153
  • chore: update framework version #151
  • chore: update build versions #150
  • chore: update framework version #149
  • refactor: wrap with grpc factory, add health check #148

Release v0.8.0

28 Jun 14:21
19cf407
Compare
Choose a tag to compare

😇 Changes

  • feat: add CONTAINS_KEY_LIKE operator #145
  • fix: flip around division #147
  • feat: support configuring distinct count agg function #143
  • fix: the integration test with latest pinot image for group.id change #146

Release v0.7.4

27 May 13:18
1730c1e
Compare
Choose a tag to compare

😇 Changes

  • DISTINCTCOUNTMV #141
  • chore:fixed snyk failures #140
  • added error count of failed requests from query service to pinot #138

Release v0.7.3

17 Mar 16:25
bc43b70
Compare
Choose a tag to compare

😇 Changes

  • fix: actually print offending request for limit warning #137

Release v0.7.2

16 Mar 19:37
2479cb2
Compare
Choose a tag to compare

😇 Changes

  • feat: add configurable limit validation #135
  • chore: update dependency constraints and exclusions #136

Release v0.7.1

25 Jan 08:43
d5b0829
Compare
Choose a tag to compare

😇 Changes

  • chore: include execution stats when logging slow query warn message #133