Releases: edgeandnode/gateway
Releases · edgeandnode/gateway
v21.2.5
Release Notes
- fix: extra penalty for indexers over 30 minutes behind chain head (#846)
- fix: update indexer statuses when subgraph updates fail (#848)
- fix: indexing progress caching (#849)
v21.2.4
Release Notes
- fix(chain): improve block rate calculation for arbitrum-one (c7eea08)
- update indexer-selection (increase
seconds_behind
sensitivity) (f636566)
- fix(resports): avoid panic on shutdown (d24146b)
- feat(graph-gateway): rework network resolution error reporting (#839, #841)
v21.2.3
Release Notes
- fix: use status endpoint for graph-node version (#825)
- fix: zeroed receipts (#834)
- fix: POI blocking (#832)
v21.2.2
Release Notes
- extend TTL to max (e63a402)
- fix: reduce depth of query introspection check (a8899b8)
- fix: handle manifest without network (6ec15f6)
v21.2.1
Release Notes
- fix: reduce log noise from candidates (d1e3d4a)
- fix: increase indexer version timeout (9eb3ba3)
- fix: detect nested introspection (bf56595)
- feat: add log for indexer errors (4aa070b)
v21.2.0
Release Notes
- various performance improvements
- migrate to new network resolution service
v21.0.0
Release Notes
- fix: re-introduce retry loop (#772)
- fix: update indexer-selection
- feat: add indexer label to indexer_query metrics (#775, e1f681c)
- remove SQL constraints (#768)
- remove subscriptions contract auth (#782, ec15614)
v20.1.3
Release Notes
- feat: add support for gateway to reject SQL queries (#712)
- fix: disable Nagle's algorithm (#742)
- fix: remove retry loop (#744)