Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Releases: hypertrace/gateway-service

Release v0.1.46

11 Jan 15:57
fdb6c21
Compare
Choose a tag to compare
  • Pushes pagination down to the data store, if order bys and filters are on the same data source
  • Non live entities should not be fetched, if there is a filter on any other data source, other than EDS

Release v0.1.45

08 Jan 17:20
ac01c67
Compare
Choose a tag to compare
  • Gets rid of the SelectionAndFilterNode which was redundant and can be replaced with DataFetcherNode by adding limit, offset and orderBys
  • Pushes down the pagination (orderBy, limit and offset) to EDS, since Entity Service has started supporting pagination
  • Fixes a bug, where limit and offset was being pushed down to QS, even if there is a filter on an attribute in EDS

release v0.1.44

06 Jan 13:22
b61884d
Compare
Choose a tag to compare

This change includes baselining for metrics in entities.

release v0.1.43

06 Jan 09:29
f660f94
Compare
Choose a tag to compare
ci: migrating to GitHub actions (#62)

* adds gha and removes CCI

* addressed discussion and uses new custom actions

* cleanup

v0.1.36

17 Nov 19:36
fc80c7d
Compare
Choose a tag to compare
Timestamp filter refactoring to fix time range filtering bugs in enti…