Skip to content

Commit

Permalink
Release 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jankatins committed Jul 31, 2020
1 parent 0f6e24f commit ae17c34
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',

Expand Down

0 comments on commit ae17c34

Please # to comment.