Releases: edgeandnode/gateway
Releases · edgeandnode/gateway
v9.2.0
Release Notes
- Increase likelyhood of loaded manifests when ready (#235)
- Add support for indexer subgraph pruning (#236)
v9.1.0
Release Notes
- Migrate from structopt to clap (8898f9b)
- Make UDecimal parsing more explicit (f547ebc)
- Replace MIPs config with restricted deployments (#230)
v9.0.0
Release Notes
- Fix metric initialization (910b5d0, 4bd8196)
- Check for indexer reporting missing block by number (4d05292)
- Shift GRT fees on commit (949618c)
- Add special API keys (e982390)
- Refactor block cache, chain clients, & GQL parsing (#214)
- Remove Timescale DB (#222)
v8.1.2
Release Notes
- Bugfix: Don't hold ISA lock while waiting for flush (d65a94e)
v8.1.1
Release Notes
- ISA: Don't retry an indexer with the same failed block (#216)
v8.1.0
Release Notes
- Add more detail to NoIndexerSelected message (#209)
- Bugfix: Excessive voucher check is in GRTWei (#210)
- Refactor freshness utility (#205)
- Remove WebSocket providers (#213)
- Fix indexer query status metric
- Add more logging for indexer errors
v8.0.0
Release Notes
- perf: Double buffer ISA state (#193)
- Restructure repo & add ISA simulation tool (#200)
- Sync conversion rate from Studio (#201)
- Update Prometheus metrics (#202)
- Patch security vulnerabilities related to excessive query fees (#206)
- Ignore ServiceShutoff if subsidized (#207)
v7.0.3
Release Notes
- Fetch API keys from studio admin API (#186)
- Add support for studio nonpayment policy (#196)
- Log API key count (0bca7d0)
- Fix bugs concerning partition tolerance (#198)
- Add option to require API key payment (#199)
- Cleanup env vars (70625a1)
v7.0.2
Release Notes
- Fetch initial block number from network subgraph (#194)
v7.0.1
Release Notes
- Add indexer address to status error logs (6a9245f)
- Remove unnecessary indexer status query restriction (#187)
- Check unauthorized subgraphs (#188)
- Sync network params in gateway (#190)
- Gracefully handle null block status (#189)