From eaa54c6ff2837ce34c65b977ba29446bc8ebf548 Mon Sep 17 00:00:00 2001 From: aeon-automation Date: Mon, 1 Jul 2024 20:06:41 +0200 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4afddd3a0..69b0311c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [Unreleased] - 2024-06-26 +## [Unreleased] - 2024-07-01 ### Added - [#1096](https://github.com/flow-php/flow/pull/1096) - **support for parquet deprecated ConvertedType::INT_16 in order to support reading files generated by Amazon Redshift** - [@norberttech](https://github.com/norberttech) @@ -14,6 +14,7 @@ - [#1054](https://github.com/flow-php/flow/pull/1054) - **missing tests for parquet rows normalizer** - [@norberttech](https://github.com/norberttech) ### Changed +- [#1102](https://github.com/flow-php/flow/pull/1102) - **Replace `uniqid` with guarantee uniqueness** - [@stloyd](https://github.com/stloyd) - [#1087](https://github.com/flow-php/flow/pull/1087) - **Prepare for PHPUnit 11** - [@stloyd](https://github.com/stloyd) - [#1081](https://github.com/flow-php/flow/pull/1081) - **String based Scalar functions are now using caster to cast values to string** - [@norberttech](https://github.com/norberttech) - [#1081](https://github.com/flow-php/flow/pull/1081) - **Moved caster to dataframe configuration** - [@norberttech](https://github.com/norberttech)