This repository has been archived by the owner on Jun 26, 2024. It is now read-only.
Releases: hypertrace/gateway-service
Releases · hypertrace/gateway-service
Release v0.1.46
- 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
- Gets rid of the
SelectionAndFilterNode
which was redundant and can be replaced withDataFetcherNode
by adding limit, offset and orderBys - Pushes down the pagination (
orderBy
,limit
andoffset
) 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
This change includes baselining for metrics in entities.
release v0.1.43
ci: migrating to GitHub actions (#62) * adds gha and removes CCI * addressed discussion and uses new custom actions * cleanup
v0.1.36
Timestamp filter refactoring to fix time range filtering bugs in enti…