Skip to content

Commit b11e705

Browse files
bump: version 0.7.5 → 0.7.6
1 parent 007943f commit b11e705

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v0.7.6 (2026-04-30)
2+
3+
### Fix
4+
5+
- ddb xml reader connection args consistent with other ddb readers
6+
- remove default connection from ddb json reader
7+
- remove default connection in csv reader causing hanging in multithreaded setups
8+
- configured refdata loader to be instantiated when required without class vars #99
9+
10+
### Refactor
11+
12+
- add in backend kwargs for readers to allow reader args not determinable at config write time to be passed
13+
114
## v0.7.5 (2026-04-29)
215

316
### Fix

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.7.5"
27+
version = "0.7.6"
2828
packages = [
2929
{ include = "dve", from = "src" },
3030
]

0 commit comments

Comments
 (0)