Releases: edgeandnode/gateway
Releases · edgeandnode/gateway
v22.1.2
Release Notes
- feat(reports): add request & response bytes (#901)
- fix: check block timestamp in network subgraph client (#902)
- fix: network subgraph queries (f3074d0)
v22.1.0
Release Notes
- feat: add to indexer & client query kafka messages (#879)
- fix: add optimistic progress to indexing status report (#887)
- feat: add rate limiter for L1 deprecation (#889, #898)
- fix: handle indexer-service error format (#896)
- fix: remove block constraint rewrites (#895)
v22.0.0
Release Notes
- fix: skip POI fetch until cache TTL expires (#860)
- feat: set gateway ID to signer address (#868)
- feat: add internal query client to network subgraph service (#856, #880)
- feat: direct indexer query API (#867)
- fix: remove deprecated data science logs (#882)
Configuration Changes
gateway_id
removed
network_subgraph
replaced by trusted_indexers
v21.3.0
Release Notes
- fix: indexing progress cache, isolate by URL (fb8619c)
- fix: remove excess timeout (#851)
- feat: log all response error messages (#852)
- fix: success rate cutoff at fixed time behind chain head (#853)
- feat: add TooFarBehind error (#854, #855)
- fix: select deployment outside of indexer-selection (#857)
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)