From a1044222efce72843fe32f3d8317f5268468fdb3 Mon Sep 17 00:00:00 2001 From: Rafalz13 Date: Thu, 7 Dec 2023 12:25:58 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Updated=20Changelog=20before=20r?= =?UTF-8?q?elease?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe9d467f9..c0fe463f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,16 +6,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added -- Added tests for new functionalities in SAPRFC and SAPRFCV2 regarding passing credentials + +### Fixed + +### Changed + +## [0.4.23] - 2023-12-07 +### Added +- Added tests for new functionalities in SAPRFC and SAPRFCV2 regarding passing credentials. - Added new params for mapping and reordering DataFrame for `Genesys` task and flow. -- Tasks to search for logs in the flow -- Tasks to find flow ID -- Tasks used to control flows in multiflows by searching for a given log from a given task +- Added `get_task_logs` task to search for logs in the flow +- Added `get_flow_run_id` task to find flow ID. +- Added `search_for_msg_in_logs` task used to control flows in multiflows by searching for a given log message from a given task. +- Added closing session to `SAPBW`. +- Added `CSV` as a new output extension to `SharepointListToADLS` flow. + ### Fixed +- Fixed creation of URL in `VidClub` source class. When the `region=None` the region parameter will not be included in the URL. ### Changed -- if_no_data_returned added for sharepoint list flow which can fail,warn in case of no data returend or skip (continue) execution in the old way -- Changed __init__ in SAPRFC and SAPRFCV2 class in source in order to raise warning in prefect when credentials will be taken from DEV. +- `if_no_data_returned` added for sharepoint list flow which can fail, warn in case of no data returend or skip (continue) execution in the old way. +- Changed `__init__` in `SAPRFC` and `SAPRFCV2` class in source in order to raise warning in prefect when credentials will be taken from DEV. ## [0.4.22] - 2023-11-15