From ae17c34e7759915b5e37799c486c4c03443aedae Mon Sep 17 00:00:00 2001 From: Jan Katins Date: Fri, 31 Jul 2020 21:24:31 +0200 Subject: [PATCH] Release 3.1.1 --- CHANGELOG.md | 9 +++++++-- setup.py | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70b8eb3..c863578 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog -## 3.1.0 (2020-07-21) +## 3.1.1 (2020-07-31) + +- Fix for visible passwords in the logs despite `mara_pipelines.config.password_masks()` + set. Bug was introduced in 3.0.0. + +## 3.1.0 (2020-07-21) - Modify shell command to support the Google BigQuery integration - Add file_dependencies argument to Python commands @@ -14,7 +19,7 @@ Rename package from `data_integration` to `mara_pipelines`. - In requirements.txt, change `-e git+https://github.com/mara/data-integration.git@2.8.3#egg=data-integration` to `-e git+https://github.com/mara/mara-pipelines.git@3.0.0#egg=mara-pipelines` - If you use the `mara-etl-tools` package, update to version `4.0.0` - In your project code, replace all imports from `data_integration` to `mara_pipelines` -- Adapt navigation and ACL entries, if you have any (their names changed from "Data integration" to "Pipelines") +- Adapt navigation and ACL entries, if you have any (their names changed from "Data integration" to "Pipelines") Here's an example of how that looks at the mara example project 2: https://github.com/mara/mara-example-project-2/commit/fa2fba148e65533f821a70c18bb0c05c37706a83 diff --git a/setup.py b/setup.py index 782b90f..965a929 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def get_long_description(): setup( name='mara-pipelines', - version='3.1.0', + version='3.1.1', description='Opinionated lightweight ELT pipeline framework',