Skip to content

Commit 6848cf4

Browse files
committed
bump: version 0.8.1 → 0.8.2
1 parent 7c2fbd2 commit 6848cf4

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## v0.8.2 (2026-07-01)
2+
3+
### Feat
4+
5+
- add record count into error report
6+
7+
### Fix
8+
9+
- ensure that data contract errors can be assigned an error level (#118)
10+
- default the value for submission failure in the error report
11+
- filter out record that are record rejection and failed the data contract
12+
- adjust error reports to differentiate between submission and record rejection
13+
14+
### Refactor
15+
16+
- add rejected records to sub status object (#122)
17+
- change submission rejection to file rejection in the error reports (#119)
18+
119
## v0.8.1 (2026-06-17)
220

321
### Build

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Issues = "https://github.com/NHSDigital/data-validation-engine/issues"
2424
Changelog = "https://github.com/NHSDigital/data-validation-engine/blob/main/CHANGELOG.md"
2525

2626
[tool.poetry]
27-
version = "0.8.1"
27+
version = "0.8.2"
2828
packages = [
2929
{ include = "dve", from = "src" },
3030
]

0 commit comments

Comments
 (0)