Skip to content

Releases: hypertrace/query-service

Release v0.8.10

15 Jul 06:34
b26615f
Compare
Choose a tag to compare

😇 Changes

  • fix: updates libs for vuln fixes #191
  • fix: adds values filter for map column #190

Release v0.8.9

13 Jul 03:24
b89ebf4
Compare
Choose a tag to compare

😇 Changes

  • feat: extend the support for distinct count for multi-value #188
  • chore: add schedule to pr build #189

Release v0.8.8

04 Jul 13:57
52f972f
Compare
Choose a tag to compare

😇 Changes

  • chore: move to trivy based image scan, removed snyk #187

Release v0.8.7

14 Jun 06:14
6b3081e
Compare
Choose a tag to compare

😇 Changes

  • feat: add support for utilising text indexes if exits for like operator in pinot based handlers #186

Release v0.8.6

31 May 10:47
a9aaeba
Compare
Choose a tag to compare

😇 Changes

  • adding support of using charts as library for certain components #185

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