Skip to content

Commit

Permalink
📝 Updated Changelog before release
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafalz13 committed Oct 12, 2023
1 parent fcb5734 commit 295264d
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,27 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- Added `Office365-REST-Python-Client` library to `requirements`

### Fixed

### Changed


## [0.4.20] - 2023-10-12
### Added
- Added `Office365-REST-Python-Client` library to `requirements`.
- Added `GetSalesQuotationData` view in `BusinessCore` source.
- Added new ViewType `queue_interaction_detail_view` to Genesys.
- Added new column `_viadot_source` to BigQuery extraction.

### Fixed

### Changed
- Changed the flow name from `TransformAndCatalog` to `TransformAndCatalogToLuma`.
- Modified `add_viadot_metadata_columns` to be able to apply a parameter source_name to the decorator for to_df funtion or function where the DataFrame is generated.
- Changed `SharepointToDF` task in order to implement add_viadot_metadata_columns with value `source_name="Sharepoint"` after changes.
- Changed, `Mindful` credentials passed by the `auth` parameter, instead of by the `header`.
- Modified `add_viadot_metadata_columns` to be able to apply a parameter source_name to the decorator for `to_df` function or function where the DataFrame is generated.
- Changed `SharepointToDF` task in order to implement `add_viadot_metadata_columns` with value `source_name="Sharepoint"` after changes.
- Changed `Mindful` credentials passed by the `auth` parameter, instead of the `header`.


## [0.4.19] - 2023-08-31
Expand Down

0 comments on commit 295264d

Please sign in to comment.