Skip to content

Commit ae17c34

Browse files
committed
Release 3.1.1
1 parent 0f6e24f commit ae17c34

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22

3-
## 3.1.0 (2020-07-21)
3+
## 3.1.1 (2020-07-31)
4+
5+
- Fix for visible passwords in the logs despite `mara_pipelines.config.password_masks()`
6+
set. Bug was introduced in 3.0.0.
7+
8+
## 3.1.0 (2020-07-21)
49

510
- Modify shell command to support the Google BigQuery integration
611
- Add file_dependencies argument to Python commands
@@ -14,7 +19,7 @@ Rename package from `data_integration` to `mara_pipelines`.
1419
- In requirements.txt, change `-e git+https://github.com/mara/[email protected]#egg=data-integration` to `-e git+https://github.com/mara/[email protected]#egg=mara-pipelines`
1520
- If you use the `mara-etl-tools` package, update to version `4.0.0`
1621
- In your project code, replace all imports from `data_integration` to `mara_pipelines`
17-
- Adapt navigation and ACL entries, if you have any (their names changed from "Data integration" to "Pipelines")
22+
- Adapt navigation and ACL entries, if you have any (their names changed from "Data integration" to "Pipelines")
1823

1924
Here's an example of how that looks at the mara example project 2: https://github.com/mara/mara-example-project-2/commit/fa2fba148e65533f821a70c18bb0c05c37706a83
2025

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def get_long_description():
77

88
setup(
99
name='mara-pipelines',
10-
version='3.1.0',
10+
version='3.1.1',
1111

1212
description='Opinionated lightweight ELT pipeline framework',
1313

0 commit comments

Comments
 (0)