Skip to content

Commit ec984d5

Browse files
author
semantic-release
committed
chore: release 0.48.2
1 parent 62934ab commit ec984d5

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
# CHANGELOG
22

33

4+
## v0.48.2 (2026-03-20)
5+
6+
### Bug Fixes
7+
8+
- Add strict mode to prevent silent fallback degradation during benchmarking
9+
([#154](https://github.com/OpenAdaptAI/openadapt-evals/pull/154),
10+
[`62934ab`](https://github.com/OpenAdaptAI/openadapt-evals/commit/62934ab54cbec4cadbbf6ad2ba691814d5fa732f))
11+
12+
When strict=True, components that previously degraded silently now raise errors instead, ensuring
13+
benchmarking/training runs use the intended system configuration (e.g., PII scrubbing active, VLM
14+
extraction working).
15+
16+
- ScrubMiddleware: raise ImportError if openadapt-privacy missing, re-raise on scrubbing failure -
17+
extract_workflow(): raise ValueError on VLM parse failure, re-raise on VLM call failure -
18+
generate_transcript(): re-raise on VLM call failure, raise ValueError if parser returns only
19+
placeholders
20+
21+
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
22+
23+
### Documentation
24+
25+
- Add openadapt-ml migration analysis report
26+
([#151](https://github.com/OpenAdaptAI/openadapt-evals/pull/151),
27+
[`101289b`](https://github.com/OpenAdaptAI/openadapt-evals/commit/101289b9516e144867f370ca76265d1e59b4dd9e))
28+
29+
Co-authored-by: Wright Bot <wright@openadaptai.noreply.github.com>
30+
31+
432
## v0.48.1 (2026-03-20)
533

634
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "openadapt-evals"
7-
version = "0.48.1"
7+
version = "0.48.2"
88
description = "Evaluation infrastructure for GUI agent benchmarks"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)