Skip to content

Releases: edgeandnode/gateway

v13.3.0

30 May 17:37
Compare
Choose a tag to compare

Release Notes

  • Resolve subgraph versions from IPFS (#323)
  • Resolve subgraphs by version constraint (#330)
  • Increase indexer allocation limit to 500 for MIPs (df31746)
  • Await indexing statuses before starting servers (59b7e98)
  • Use subscription tiers from public lib (#332)
  • Set subscription rate limit window to 1 min (#333)
  • Improve error message for API key not found (f3eb0b1)
  • Associate auth input log with client query span (a8309c7)
  • Allow subgraph versions with v-prefix (1d98ba7)
  • Log deployment for all indexer queries (#337)
  • exchange_rate: Reduce TWAP window (d674bc5)
  • Wait for exchange rate before startup (091e542)

v13.2.0

16 May 12:40
Compare
Choose a tag to compare

Release Notes

  • Relax subscription rate limits to per-minute, with 10m windows (#314)
  • Increase body limit on /partial-voucher route (eabacd9)
  • Get exchange rate directly from Uniswap V3 TWAP (#315)
  • Make studio-admin optional (#316)
  • Refactor Graph network topology (#318)
  • Change subscription rate limit window to 1h (#322)
  • Reduce subgraph query batch size (f12c517)

v13.1.0

25 Apr 17:13
Compare
Choose a tag to compare

Release Notes

  • Accept tickets signed by subscriptions contract owner (#308)
  • Report user address on indexer queries (#309)
  • Add temporary route for subscription tiers (#310)
  • Support querying a subscriptions subgraph on the network (#311)
  • Forward queries to L2 gateway after delay (#313)

v13.0.0

21 Apr 13:56
Compare
Choose a tag to compare

Release Notes

  • Fix budget multiplier for queries using tickets (#293)
  • Overhaul Reporting for Data Science (#295)
  • Remove new subgraphs route (#299)
  • Add support for L2 subgraph migration (#298, #301)
  • Update data freshness to account for different block rates (#296)
  • Remove global API key rate limiter (4aca9fa)
  • Replace old actix-web with axum (#302)
  • Update tickets to EIP-191 verification (#305)
  • Simplify rate limiter config (24066c7)
  • Fix voucher payload format (8b5c615)
  • Remove rustls dependency (fcd6644)
  • Add ticket payload to GatewaySubscriptionQueryResult (#307)
  • reports: Set scope fields on span creation (45293e5)
  • reports: Fix race in indexer_query span creation (cefdb60)

v12.0.1

15 Mar 18:00
Compare
Choose a tag to compare

Release Notes

  • Paginate subgraph queries by id (f7ff914)
  • Downgrade geoip lookup error (49911aa)

v12.0.0

14 Mar 15:22
682e84e
Compare
Choose a tag to compare

Release Notes

  • bugfix: Preserve URL path prefix when querying indexers (b0aa46e)
  • feat(#267): create subscriptions subgraph client #272
  • Integrate toolshed into prelude (#280, #281)
  • Replace CLI & env vars with a config file (#282, #286)
  • Add subscription tiers (#283, #285)
  • Support API key in header (#284)
  • Add subscription support (#289)

v11.3.3

02 Feb 19:26
Compare
Choose a tag to compare

Release Notes

  • ISA: Reduce score cutoff (2a0aa60)

v11.3.1

01 Feb 20:33
db57c5a
Compare
Choose a tag to compare

Release Notes

  • Remove toplevel filter on subgraphDeployments query (#276)

v11.3.0

01 Feb 18:30
Compare
Choose a tag to compare

Release Notes

  • Remove /network route (#255)
  • Remove restricted networks feature (#263)
  • fix(issue #204): remove assumption that a deployment Qm hash is unique to a Subgraph ID (#265)
  • fix(issue #253): Add support for default variable definitions (#254)
  • reporting: Add query_count to ClientQueryResult (#268)
  • reporting: update Kafka payloads (#269)
  • ISA: Add scoring cutoff before multi-selection (#273)
  • reporting: Add graph_env field to Kafka messages (#275)

v11.2.0

05 Jan 13:33
Compare
Choose a tag to compare

Release Notes

  • Handle miscategorized ValueParseError from indexers (e838854)
  • Handle more miscategorized errors from indexers (1485d12)