Releases: edgeandnode/gateway
Releases · edgeandnode/gateway
v13.3.0
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
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
v13.0.0
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
v12.0.0
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
v11.3.1
v11.3.0
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)