Releases: edgeandnode/gateway
Releases · edgeandnode/gateway
v24.1.0
v24.0.0
Release Notes
- feat: change user identifier type to a string from address (#963)
- fix: respect payment_required setting (f0cbb9a)
- feat: replace legacy kafka reports (81012af)
Migration Guide
- Upgrade gateway(s) to v24.0.0 (or later). This will start producing to a new
gateway_queries
topic and stop producing to thegateway_client_query_results
,gateway_indexer_attempts
, &gateway_indexer_fees
topics. To minimize loss of indexer fees going togateway_indexer_fees_hourly
, make this switch at about **:01 UTC (1 minute after some hour). - Upgrade titorelli to
sha-ca61e47
(or later). If you require the oldgateway_client_query_results
&gateway_indexer_attempts
topics, titorelli can translate messages fromgateway_queries
to those messages with the config option"legacy_topics": true
. - Upgrade tap-escrow-manager to
sha-7e389ed
(or later), with"realtime_topic": "gateway_queries"
. - Remove the
gateway_client_query_results
,gateway_indexer_attempts
, &gateway_indexer_fees
topics if no longer in use.
v23.0.1
v23.0.0
Release Notes
- fix: improve error message in network subgraph request (0973d28)
- feat: block indexers with deployment sets (#937)
- feat: add topic for TAP indexer fees (#938)
- fix: rename receipts config
Config Changes
- replace
bad_indexers
withblocked_indexers
, which now supports additional features like blocking on a set of deployments - rename
scalar
toreceipts
v22.2.1
v22.2.0
v22.1.2
v22.1.1
v22.1.0
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
removednetwork_subgraph
replaced bytrusted_indexers