You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
# Changelog
2
2
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)
4
9
5
10
- Modify shell command to support the Google BigQuery integration
6
11
- Add file_dependencies argument to Python commands
@@ -14,7 +19,7 @@ Rename package from `data_integration` to `mara_pipelines`.
14
19
- 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`
15
20
- If you use the `mara-etl-tools` package, update to version `4.0.0`
16
21
- 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")
18
23
19
24
Here's an example of how that looks at the mara example project 2: https://github.com/mara/mara-example-project-2/commit/fa2fba148e65533f821a70c18bb0c05c37706a83
0 commit comments