Skip to content

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)