Skip to content

Releases: graphprotocol/dipper

v0.1.12

Choose a tag to compare

@github-actions github-actions released this 17 Sep 14:55
e5b88f6

0.1.12 (2026-09-17)

Fixed

  • ci: publish container images under the graphprotocol organisation (#696) (87f7c12)

v0.1.11

Choose a tag to compare

@github-actions github-actions released this 17 Sep 14:32
99f4c6e

0.1.11 (2026-09-17)

Fixed

  • worker: let a chain submission try every RPC provider in one job (#695) (f40a71f)

Documentation

  • rewrite the README around the agreement lifecycle (#688) (38f86ae)

v0.1.10

Choose a tag to compare

@github-actions github-actions released this 11 Aug 11:20
Immutable release. Only release title and notes can be modified.
e4e30b5

0.1.10 (2026-08-03)

Fixed

  • worker: size offer retries from the indexer's acceptance window (#686) (7803ce7)

v0.1.9

Choose a tag to compare

@github-actions github-actions released this 30 Jul 14:37
Immutable release. Only release title and notes can be modified.
62dca84

0.1.9 (2026-07-30)

Fixed

  • retry transaction sends across every RPC provider (#683) (da9de2f)
  • stop benching indexers for offers we never landed (#684) (26272f5)

v0.1.8

Choose a tag to compare

@github-actions github-actions released this 23 Jul 05:49
Immutable release. Only release title and notes can be modified.
ba7405d

0.1.8 (2026-07-23)

Added

  • report worker liveness on an HTTP health endpoint (#680) (450c36d)
  • restart the process when a critical background task dies (#678) (432b567)
  • stream indexing agreement lifecycle events to Kafka (#675) (c0db997)

Fixed

  • config: reject unknown keys so config typos fail at startup (#682) (0c800e2)
  • keep processing jobs when the notification listener fails (#677) (0fbc686)
  • reschedule background jobs stuck past a 300 second timeout (#681) (3c20be6)
  • wind down the signing domain refresh on shutdown (#679) (81f0d12)

v0.1.7

Choose a tag to compare

@github-actions github-actions released this 14 Jul 12:47
Immutable release. Only release title and notes can be modified.
7ecb9b8

0.1.7 (2026-07-14)

Documentation

  • point example subgraph placeholders at indexing-payments (#672) (aa55181)

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 14 Jul 04:49
Immutable release. Only release title and notes can be modified.
7f39609

0.1.6 (2026-07-14)

Changed

  • get indexer URLs from the indexing-payments subgraph (#669) (a2217f3)
  • k8s: sync the example configmap with the current config schema (#667) (2593557)

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 10 Jul 04:03
Immutable release. Only release title and notes can be modified.
e3dd3da

0.1.5 (2026-07-10)

Added

  • pace agreement offers to match indexer capacity (#661) (861d5b1)
  • worker: serve interactive requests before background sweeps (#662) (cb89726)

Fixed

  • attribute agreement cancellations to the correct party (#659) (67a48d5)
  • dips: stamp agreement deadlines from live chain time (#657) (7f8a887)
  • refuse to start with agreement terms the contract rejects (#664) (78a8a1a)
  • stop endlessly retrying payment offers that always fail (#665) (564407b)

Changed

  • pgregistry: drop unused voucher-era indexing receipts code (#663) (fb6d64d)
  • sync manifest to 0.1.4 (was 0.1.3) (#653) (b2e0640)

Performance

  • worker: raise default job concurrency to 8 with matching pool (#655) (86ef9dd)

Tests

  • share one panic-by-default registry stub across mocks (#666) (bcdb8d0)

CI/CD

  • release: sign manifest-sync bot commits via the GitHub API (#652) (3381333)

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 16 Jun 23:59
Immutable release. Only release title and notes can be modified.
0d53d9a

0.1.4 (2026-06-16)

Changed

  • expiration: drop dead test recording scaffold (#636) (b297258)

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 11 Jun 12:30
Immutable release. Only release title and notes can be modified.
2f5a966

0.1.3 (2026-06-11)

Added

  • config: reject unknown keys in the chain client section (#630) (0e947dc)
  • dips: refresh the RCA signing domain while dipper runs (#632) (bbd6b2c)
  • fetch the signing domain from the deployed contract (#629) (5537d95)
  • sign indexing agreement proposals sent to indexers (#626) (e10b57c)

Fixed

  • dips: retry untrusted and unknown rejections within a day (#633) (76fabda)
  • give each indexer rejection its own retry backoff window (#627) (51e0fc0)

Changed

  • read the indexer's new accept-or-reject response (#625) (42bec75)
  • registry: drop rejection reasons that can no longer occur (#631) (81cb563)

Documentation

  • readme: correct IISA startup requirement for dipper (#623) (0bbbc78)

Tests

  • network: address Arbitrum subgraph by ID, not pinned deployment (#628) (202585a)