File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Issues = "https://github.com/NHSDigital/data-validation-engine/issues"
2424Changelog = " 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 "
2828packages = [
2929 { include = " dve" , from = " src" },
3030]
You can’t perform that action at this time.
0 commit comments