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
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
-
## [Unreleased] - 2025-07-18
1
+
## [Unreleased] - 2025-07-19
2
2
3
3
### Added
4
+
-[#1776](https://github.com/flow-php/flow/pull/1776) - **option to pass column types to DbalLoader to avoid auto detection** - [@norberttech](https://github.com/norberttech)
5
+
-[#1776](https://github.com/flow-php/flow/pull/1776) - **DbalTypesDetector that detects target types from dataset schema** - [@norberttech](https://github.com/norberttech)
4
6
-[#1769](https://github.com/flow-php/flow/pull/1769) - **Allow to set custom compression algorithm for columns** - [@norberttech](https://github.com/norberttech)
5
7
-[#1765](https://github.com/flow-php/flow/pull/1765) - **Allow to chose encoding for parquet columns** - [@norberttech](https://github.com/norberttech)
6
8
-[#1764](https://github.com/flow-php/flow/pull/1764) - **Support for Delta Binary Packed encoding in Parquet** - [@norberttech](https://github.com/norberttech)
@@ -10,6 +12,7 @@
10
12
-[#1758](https://github.com/flow-php/flow/pull/1758) - **Update Homebrew TAP formula: flow-php to version: 0.20.0** - [@norberttech](https://github.com/norberttech)
11
13
12
14
### Fixed
15
+
-[#1776](https://github.com/flow-php/flow/pull/1776) - **unknown db types while writing to db** - [@norberttech](https://github.com/norberttech)
13
16
-[#1774](https://github.com/flow-php/flow/pull/1774) - **Adjusted parquet default values for page/row group size** - [@norberttech](https://github.com/norberttech)
14
17
-[#1772](https://github.com/flow-php/flow/pull/1772) - **Calculation of definition level in Parquet DremelShredder implementation** - [@norberttech](https://github.com/norberttech)
15
18
-[#1757](https://github.com/flow-php/flow/pull/1757) - **high memory consumption even when reading small chunks** - [@norberttech](https://github.com/norberttech)
0 commit comments