feat: add fetch-service version to session metadata
Metadata
Current evaluation
Merged after approval from two reviewers and passing CI. Introduces a generator key to session metadata to explicitly track the fetch-service version, resolving issue #258.
Suggested action: —
No scores available.
Issue body
This comes as a 'generator' key, to make it explicit that this session metadata (and thus report) comes from a specific version of the fetch service.
Fixes #258
- [ ] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
-----
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged after approval from two reviewers and passing CI. Introduces a generator key to session metadata to explicitly track the fetch-service version, resolving issue #258. |
Update history
| Date | Change |
|---|---|
| created |
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #1066 feat: add a mechanism to add fetch-service secrets | craft-application | merged | Merged the feature adding FetchService.register_secret_callback(), enabling applications and plugins to dynamically register secret providers triggered before fetch-service session creation. Approved by two reviewers and passed CI checks. | |
| #490 feat: allow strict/permissive fetch-service sessions | craft-application | merged | Merged after approval and CI checks, adding mandatory strict or permissive session arguments to the --use-fetch-service flag. Resolves issue #487. | |
| #837 feat: "support" existing fetch-service sessions | craft-application | merged | Merged incremental changes adding CRAFT_USE_EXTERNAL_FETCH_SERVICE and CRAFT_PROXY_CERT environment variables for external fetch-service sessions. Approved by reviewers and passing CI, this serves as a foundational step toward full external session management. | |
| #456 feat: add fetch-service integration | craft-application | merged | Merged fetch-service integration into the craft tool build. Changes span 18 files with 1445 additions and 32 deletions. Approved by two reviewers after individual commit reviews. | |
| #480 feat: support per-session inspector conf | fetch-service | merged | Merged: Added per-session inspector configuration support. Approved by two reviewers and passed all CI checks. Proceeded despite 14 unresolved comments and a known spread test failure from an external store bug. Closes FETCH-31. |