Skip to content

Releases: graphprotocol/indexer

Release v0.22.0

15 Jan 18:40
Compare
Choose a tag to compare

What's Changed in v0.22.0

Enhancements:

  • Support for Local Querying:
    • Added support for local querying of Epoch and TAP subgraphs. #1063

Improvements:

  • Action State Management:
    • Mark actions as PENDING while executing. #1074
  • Pending RAVs Handling:
    • Fixed errors when handling a large number of pending RAVs. #1064
    • Adjusted getPendingRAVs PAGE_SIZE from 1000 to 200 to fix HTTP 413 errors. #1069
    • Fixed some issues with action batches. #1070

Optimization:

  • Sequential Timer Calls:
    • Switched most timer calls to a sequential implementation. #1065

Cleanup:

  • Deprecation:
    • Removed indexer-service and indexer-native components. #1055

Documentation:

  • Removed broken badges for network and escrow subgraph IDs. #1073
  • Updated feature-support-matrix.md. #1075

Full Changelog: v0.21.11...v0.22.0

Release v0.21.11

12 Dec 19:02
Compare
Choose a tag to compare

What's Changed

  • fix: optimize the round trips when reconciling the subgraph deployments by @abarmat in #1058

Full Changelog: v0.21.10...v0.21.11

v0.21.10

12 Dec 18:02
Compare
Choose a tag to compare

What's Changed

  • common: fix subgraph pagination chattyness, skip tests that make rpc calls by @dwerner in #1059
  • remove DAI injection feature by @Theodus in #1050
  • docs & common: add support for boba, boba-bnb and fix for blast by @p-diogo in #1021

Full Changelog: v0.21.9...v0.21.10

Release v0.21.9

25 Nov 21:46
Compare
Choose a tag to compare

What's Changed

  • release version 0.21.8-2 by @dwerner in #1045
  • common: fix reallocate sometimes failing with >1000 active allocations by @dwerner in #1051

Full Changelog: v0.21.8...v0.21.9

Release 0.21.8-2

19 Nov 19:04
Compare
Choose a tag to compare

What's Changed

  • common: add pagination support to allocation queries by @dwerner in #1046

Full Changelog: v0.21.8...v0.21.8-2

Release v0.21.8

18 Nov 19:23
Compare
Choose a tag to compare

What's Changed

  • common: tone down subgraph height violation message by @tmigone in #1040
  • agent: Fix polling-interval arg setting by @fordN in #1043

Full Changelog: v0.21.7...v0.21.8

Release v0.21.7

12 Nov 16:44
Compare
Choose a tag to compare

What's Changed

  • fix: paused subgraph migration (introduced in 0.21.4) corrected to pause subgraphs before reassigning them to a node, also added INDEXER_PAUSED_TARGET_NODE environment variable to point reassignments at a specified node by name
  • all: allow db ssl if configured (default: unchanged) by @dwerner in #1039

Docs:

Full Changelog: v0.21.6-2...v0.21.7

v0.21.6-2

30 Oct 20:44
Compare
Choose a tag to compare

What's Changed

  • Revert "common: remove paused workaround (perf)"
  • indexer-agent: edit costmodel migration trigger by @carlosvdr in #1008

Full Changelog: v0.21.5...v0.21.6-2

v0.21.5

11 Oct 21:09
Compare
Choose a tag to compare

What's Changed

Docs

New Contributors

Full Changelog: v0.21.4...v0.21.5

v0.21.4-5

08 Oct 15:38
Compare
Choose a tag to compare

Performance fix release v0.21.4-5

  • removes a workaround where we had to query the graph-node for indexingStatus twice to determine a deployment's state
  • moves flushOutstanding (receipts) to use READ_COMMITTED isolation level
  • bumps urql to 3.1.0 and common-ts to 2.0.10 to bring in the upstream memory leak fix