Releases: flow-php/flow
Releases · flow-php/flow
0.2.5
[0.2.5] - 2023-03-29
Fixed
- #369 - Reduce number of References initializations that affects processing performance - @norberttech
Generated by Automation
0.2.4
[0.2.4] - 2023-03-28
Fixed
- 437b0d - missing files autoload in ETL - @norberttech
- #368 - accessing empty arrays using array_get with nullsafe operator - @norberttech
Generated by Automation
0.2.3
[0.2.3] - 2023-03-28
Fixed
- #367 - Reverted lowest supported version of doctrine/dbal to 2.12 - @norberttech
Generated by Automation
0.2.2
0.2.1
[0.2.1] - 2023-03-27
Added
- #364 - When expression - @norberttech
- #363 - Dbal DataFrameFactory - @norberttech
Generated by Automation
0.2.0
[0.2.0] - 2023-03-23
Added
- #362 - Entry Reference Expression - @norberttech
- #362 - DataFrame::withEntry method - @norberttech
- #362 - Basic Expression for filtering and creating entries - @norberttech
Changed
- #362 - DataFrame::filter can now use entry references - @norberttech
- #359 - Moved sortBy into entry ref - @norberttech
- #358 - Replaced string column names with ref/col/struct functions - @norberttech
Updated
- 1e72f4 - CHANGELOG.md - @norberttech
- cf0ff4 - README.md - @norberttech
- 7ae116 - README.md - @norberttech
Removed
- #358 - @psalm-immutable - @norberttech
- #358 - @psalm-pure - @norberttech
Generated by Automation
0.1.1
0.1.0
[0.1.0] - 2023-03-13
Added
- #354 - sequence extractor with date period and number sequence generators - @norberttech
- #353 - DataFrame::crossJoin - @norberttech
- #343 - Add support for Sqlite database - @stloyd
- #305 - config option that can be later used by extractor to decide if input options should be added to extracted rows - @norberttech
- #304 - Added Google Sheet ETL adapter - @jwojtyra-aterian
- #292 - PHP 8.2 support - @norberttech
- #292 - execute tests at PHP 8.2 - @norberttech
- c52568 - more verbose error for failing tests - @norberttech
- #259 - array_push transformer - @norberttech
- #243 - array push transformer - @norberttech
- #241 - Reference - representing reference to given entry/entries in DataFrame - @norberttech
- #240 - Aggregation::collect_unique - @norberttech
- #240 - Aggregation::collect - @norberttech
- #234 - Allow to use QueryBuilder while creating DBAL limit offset extractor for more advanced use cases - @norberttech
- #197 - Mysql dialect for bulk update/insert/upsert - @mleczakm
- #225 - Allow to read complex nested jsons from a specific pointer - @norberttech
- #178 - Elasticsearch Exractor - @norberttech
- #178 - Elasticsearch Hits to Rows transformer - @norberttech
- #175 - Dbal DSL - @norberttech
- #175 - DbalLimitOffsetExractor - @norberttech
- #170 - Advanced Join Expression - @norberttech
- #170 - Join usage examples - @norberttech
- #167 - left_anti join - @norberttech
- #165 - Pipeline Execution Plan - @norberttech
- #164 - Allow configuring amount of characters per line in CSV extractor - @stloyd
- #153 - Added assertion preventing from using pattern paths in filesystem based loders - @norberttech
- #149 - support for Elasticsearch 8 client - @norberttech
- #112 - Added PSRSimpleCache implementation of Flow Cache - @norberttech
- #109 - Print Rows/Schema alias to improve DX by not making dev to remember about To:: formatters - @norberttech
- #103 - Added threadSafe flag to FlowContext - @norberttech
- #101 - SaveMode allowing to control how to deal with existing files - @norberttech
- #101 - Filesystem::exists - @norberttech
- #101 - Filesystem::rm - @norberttech
- #101 - few missing unit tests - @norberttech
- #96 - reading partitioned CSV example - @norberttech
- #95 - examples into the main flow repository - @norberttech
- #93 - more PR checks to github actions - @norberttech
- #92 - [Core] Filesystem Streams - @norberttech
- #92 - [Json] Partitioning - @norberttech
- #92 - [Monorepo] Contributing section in README - @norberttech
- 0e0952 - changelog - @norberttech
- 04858c - PGSQL database url to testsuite setup - @norberttech
- 27ee7a - monorepo tools and settings - @norberttech
- 2db069 - partitioning, filesystem, and path manipulation (#278) - @norberttech
- e4021b - installation section to the docs - @norberttech
- ddd414 - binary flag to stream read mode (#250) - @norberttech
- 09c246 - banner - @norberttech
- be87f0 - new aggregations, first and last (#246) - @norberttech
- fb43f0 - support for Flow FileStream - @norberttech
- f5c91f - streams support (#108) - @norberttech
- 942c0d - DSL and support for FileStream (#109) - @norberttech
- f6c718 - missing dependency exception (#245) - @norberttech
- 88ef25 - default metadata to EnumEntry type (#235) - @norberttech
- 864b6e - missing tests - @norberttech
- a3e49e - github actions configuration - @norberttech
- eea2f6 - in memory cache implementation (#223) - @norberttech
- c7ff04 - entry/prefix DSL methods (#222) - @norberttech
- 6a7135 - more php native functions to DSL::Transform (#219) - @norberttech
- c68f5f - math value operation transformer (#218) - @norberttech
- 646205 - EnumEntry (#216) - @norberttech
- ef0797 - first schema constraints (#211) - @norberttech
- 1ed6bc - hash transformer for non cryptographic entry hashing (#204) - @norberttech
- [8c7432](8c7432471cdad7bc...