You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,21 @@
1
+
## v0.6.0 (2026-02-16)
2
+
3
+
### Feat
4
+
5
+
- added reference data loading of arrow ipc files including enhanced test coverage for reference data loaders
6
+
- Add read of arrow ipc files to reference data loaders
7
+
- Change how error messages are generated (by writing in batches). Duckdb no long relies on pandas- use of pyarrow, multiprocessing and background thread batch writing to avoid memory pressure
8
+
9
+
### Refactor
10
+
11
+
- removal of processing pool for duckdb data contract
12
+
- amended process pool to use executor supplied to duckdb pipeline/data contract rather than always instantiating new pool
13
+
- address review comments
14
+
- merging develop v06
15
+
- merging logging additions from release branch
16
+
- merge in main and resolve conflicts and linting issues
17
+
- Modified business rule step to write feedback messages in batches to increase tolerance to large files with large numbers of validation errors
0 commit comments