Skip to content

Releases: edgeandnode/subgraph-dips-indexer-selection

v2.9.3

Choose a tag to compare

@github-actions github-actions released this 12 Aug 14:42
Immutable release. Only release title and notes can be modified.
157622d

2.9.3 (2026-08-11)

Fixed

  • deps: upgrade aiohttp past its 3 known vulnerabilities (#229) (0b4110b)

Changed

  • deps: bump actions/setup-python from 6 to 7 in the actions group (#226) (07f4ff4)
  • k8s: update cronjob image to sha-0b4110b (#230) (76dfef5)

Documentation

  • readme: add a visual header and at-a-glance table (#227) (48e2a0a)

v2.9.2

Choose a tag to compare

@github-actions github-actions released this 15 Jul 10:41
Immutable release. Only release title and notes can be modified.
e0df2aa

2.9.2 (2026-07-15)

Fixed

  • k8s: pin the service and network policy to the iisa namespace (#223) (d38e13a)

v2.9.1

Choose a tag to compare

@github-actions github-actions released this 15 Jul 06:08
Immutable release. Only release title and notes can be modified.
8749647

2.9.1 (2026-07-15)

Fixed

  • audit: upgrade the runner's setuptools before running pip-audit (#221) (ae1c7c5)
  • k8s: let dipper reach IISA from its own namespace (#220) (8b7591f)

v2.9.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 11:43
Immutable release. Only release title and notes can be modified.
38fef92

2.9.0 (2026-07-13)

Added

  • expose which indexers accept direct payments (#214) (01766e7)

Fixed

  • deps: upgrade click to 8.4.2 to clear a high-severity advisory (#219) (2688102)

Changed

  • deps: bump actions/checkout from 6 to 7 in the actions group (#217) (57ac3b9)
  • k8s: update cronjob image to sha-57ac3b9 (#218) (47eac10)

v2.8.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 03:05
Immutable release. Only release title and notes can be modified.
f00699b

2.8.0 (2026-06-23)

Added

  • log scoring weights so indexer scores are auditable (#211) (9633f31)

Changed

  • deps: bump pydantic-settings to 2.14.2 to fix advisory (#212) (6166d80)
  • k8s: update cronjob image to sha-c8c33d4 (#210) (961e92a)

v2.7.3

Choose a tag to compare

@github-actions github-actions released this 16 Jun 02:37
Immutable release. Only release title and notes can be modified.
c8c33d4

2.7.3 (2026-06-16)

Fixed

  • deps: update starlette to 1.3.1 to clear two known advisories (#206) (cf59056)

Documentation

  • add a README introducing the indexer selection service (#205) (a36c317)
  • readme: correct DIPs name and who funds the agreements (#208) (1dc5462)

v2.7.2

Choose a tag to compare

@github-actions github-actions released this 15 Jun 12:28
Immutable release. Only release title and notes can be modified.
f9c5715

2.7.2 (2026-06-15)

Fixed

  • deps: update aiohttp to 3.14 to clear two known advisories (#200) (d606f5b)

Changed

  • k8s: update cronjob image to sha-117fa5a (#204) (81b8d7e)
  • license: add MIT license and declare it in package metadata (#198) (70cbfbb)

Documentation

  • iisa: describe the push-based scores flow, not the old shared PVC (#199) (117fa5a)

CI/CD

  • permissions: restrict the CI workflow token to read-only (#203) (14eae18)

v2.7.1

Choose a tag to compare

@github-actions github-actions released this 08 Jun 07:44
Immutable release. Only release title and notes can be modified.
ab5e4d4

2.7.1 (2026-06-08)

Changed

  • release: remind to deploy the service after a release lands (#194) (3946178)

v2.7.0

Choose a tag to compare

@github-actions github-actions released this 03 Jun 09:09
Immutable release. Only release title and notes can be modified.
f94c65a

2.7.0 (2026-06-03)

Added

  • add bulk endpoint for all indexer weighted scores (#182) (c729359)
  • health: expose score age and degrade status when scores go stale (#186) (10627ba)
  • scores: reject score pushes missing required columns (#187) (95e6097)

Fixed

  • iisa: make /get-score and /scores/weighted return the same score (#192) (9c62a36)
  • scoring: log the actual mode in the summary, not the input flag (#179) (a923c89)

Changed

  • deps: bump the actions group with 2 updates (#191) (4b4e78b)
  • k8s: update cronjob image to sha-4b4e78b (#193) (fbb7568)
  • put score column names in one shared place (#188) (0f86810)

Performance

  • compute indexer scores in one pass, not row by row (#190) (4c3898b)

Documentation

  • selection: trim over-long docstrings and fix two inaccurate ones (#189) (f8c0612)
  • shorten long comments and docstrings in IISA HTTP API (#183) (075c246)

v2.6.1

Choose a tag to compare

@github-actions github-actions released this 28 May 12:34
Immutable release. Only release title and notes can be modified.
35319a8

2.6.1 (2026-05-28)

Fixed

  • scoring: fall back to partial when no indexer has a public IP (#174) (6f5a1d2)

Changed

  • k8s: update cronjob image to sha-6f5a1d2 (#178) (51869c5)
  • k8s: update cronjob image to sha-e282a73 (#177) (06a3482)

Documentation

  • scoring: trim long docstrings and comment blocks (#175) (e282a73)