Releases: graphprotocol/indexer
Releases · graphprotocol/indexer
Release v0.22.0
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
- Mark actions as
- Pending RAVs Handling:
Optimization:
- Sequential Timer Calls:
- Switched most timer calls to a sequential implementation. #1065
Cleanup:
- Deprecation:
- Removed
indexer-service
andindexer-native
components. #1055
- Removed
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
What's Changed
Full Changelog: v0.21.10...v0.21.11
v0.21.10
Release v0.21.9
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
What's Changed
Full Changelog: v0.21.8...v0.21.8-2
Release v0.21.8
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
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:
- Use badges to redirect to a release by @gusinacio in #1037
Full Changelog: v0.21.6-2...v0.21.7
v0.21.6-2
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
What's Changed
- agent: large memory leak fixed by @dwerner in #1018
- fix: use subgraph timestamp for tap by @gusinacio in #995
- fix: disable stakeUsageSummary test by @dwerner in #999
- feat: add error_log into scalar_tap_receipts_invalid by @carlosvdr in #974
- feat: Add new column to invalid_receipts table by @carlosvdr in #987
- feat: check escrow balance before rav redeem by @gusinacio in #1015
- refactor: split tap and scalar by @gusinacio in #1012
- fix: add pagination to tap collector by @gusinacio in #1013
- fix: check ravs every 15 minutes by @gusinacio in #1016
Docs
- docs: update versions for 0.21.4 by @dwerner in #992
- docs: Add 2 chains to feature matrix: fuse & blast by @p-diogo in #979
- Update arbitrum-sepolia.md for TAP by @aasseman in #1001
- Update arbitrum-one.md by @aasseman in #1002
- Update arbitrum-sepolia.md with indexer-rs v1.0.0 by @aasseman in #1007
- Update arbitrum-one.md with indexer-rs v1.0.0 by @aasseman in #1006
New Contributors
- @gusinacio made their first contribution in #995
Full Changelog: v0.21.4...v0.21.5
v0.21.4-5
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