Releases: edgeandnode/gateway
Releases · edgeandnode/gateway
v17.1.0
v17.0.0
v16.1.3
v16.1.2
v16.1.1
v16.1.0
v16.0.0
Release Notes
- fix: add some backoff for picking
latest_query_block
(#445) - fix: use TAP as the name in the receipt EIP-712 domain (#451)
- feat: chain aliases & partially-supported chains (#450)
- fix: retain indexing statuses (#456)
- fix(budget): target fees per client request (#452)
- fix: default free subscription tier (#457)
- fix: limit indexing status requests by active allocations (#460)
Config Changes
- The
name
field ofchains
has been replaced withnames
, to support multiple aliases for the same indexed chain.
v15.2.0
v15.1.0
Release Notes
- refactor: move fee selection out of indexer selection (#419, #431)
- feat(indexer-selection): penalize indexers with 0 allocation (#420)
- fix: avoid sending Kafka messages that are too large (#421, 02c6c78)
- fix(graph-gateway): allow 0x prefix on secret keys (#423)
- fix: handle subscription check after special signers (#425)
- feat(graph-gateway): estimate block rate automatically (#429)
- fix: allow block_gte constraints below min block of manifest (#430)
- fix: avoid retaining uncled blocks in cache (#432)
- feat(auth): support prefix patterns for allowed domains (#434)
- fix: rework optimistic indexer attempts (#433)
v15.0.0
Release Notes
- feat: replace fisherman client with kafka msg & verification (#405)
- fix: disable Nagel's algorithm (#406)
- chore: add license (#407)
- fix: allow allocations of zero (#410)
- fix: handle subscriptions domains & special query keys (#411)
- feat(scalar): add scalar TAP receipt signing (#409)
Breaking Config Changes
signer_key
replaced withscalar: { signer, chain_id, verifier }
subscriptions.contract_owners
renamed tosubscriptions.special_signers
subscriptions
now requires an additional fielddomains