Skip to content

Releases: edgeandnode/gateway

v20.1.1

07 May 12:04
Compare
Choose a tag to compare

Release Notes

v20.1.0

30 Apr 20:08
0ddb11c
Compare
Choose a tag to compare

Release Notes

v20.0.3

15 Apr 02:46
Compare
Choose a tag to compare

Release Notes

  • update candidate-selection (21a7cb9)

v20.0.2

10 Apr 05:10
6448db0
Compare
Choose a tag to compare

Release Notes

  • fix: await API keys before starting servers (87a4f21)

v20.0.1

10 Apr 04:01
dca9b51
Compare
Choose a tag to compare

Release Notes

  • feat: make BadIndexers error more verbose (aeff546)
  • fix: indexer response handling (ac98eb1)

v20.0.0

08 Apr 20:04
Compare
Choose a tag to compare

Release Notes

  • feat: new IP blocker (#648)
  • fix: cost models query (#656)
  • fix: indexer response queue handling (a1457e8)
  • feat: indexer-selection improvements (bbb697d)

Config Changes

  • replace geoip_database, geoip_blocked_countries with ip_blocker_db

v19.0.0

12 Mar 15:09
Compare
Choose a tag to compare

Release Notes

  • feat: config fixed set of API keys (#630, b9fb417)
  • feat: replace RPC block interfaces with indexer block data (#638, 8bb33f4)

Config Changes

  • move api_key_payment_required -> payment_required
  • move special_api_keys -> api_keys.special
  • move studio_url -> api_keys.url (including full path)
  • move studio_auth -> api_keys.auth
  • add option to set api_keys to static JSON payload, for testing
  • remove chains
  • add chain_aliases for mapping of chain alias to primary chain name

v18.4.0

06 Mar 18:17
Compare
Choose a tag to compare

Release Notes

  • feat: migrate to studio API keys v2 (#600)

v18.3.0

04 Mar 19:19
Compare
Choose a tag to compare

Release Notes

  • fix: catch some mishandled and/or filters (974b86b)
  • refactor: track latest block in IndexingPerformance (#621)
  • fix: remove optimistic queries (#622)
  • feat: insert probe into indexer query (#624)
  • fix: skip rewrite if query contains introspection (c810cfb)

v18.2.0

27 Feb 14:03
21853d6
Compare
Choose a tag to compare

Release Notes

  • chore: update min_scalar_tap_version (#608)
  • fix: handle number_gte separately from exact constraints (#610)
  • fix: ensure selected blocks meet gte constraint (4fa0006)
  • feat(gateway-framework): blockmeta client (#609)
  • feat(graph-gateway): support configuration of blockmeta service as a block cache provider (#613)
  • feat: weaken block number constraint resolution (#612)
  • fix: use correct oneshot implementation for perf flush
  • allow startup when some chain RPCs are failing (#615)

Config Changes

  • chains now require an additional rpc_type: "ethereum" | "blockmeta" field. Existing entries for Ethereum RPC types should replace the rpc key with rpc_url.