Skip to content

Commit

Permalink
release 2.8.3
Browse files Browse the repository at this point in the history
- Fix duplicated system stats if you run multiple ETLs in parallel (#38)
- Add config default_task_max_retries (#39)
- Cleaner shutdown (#41)
  • Loading branch information
martin-loetzsch committed Jun 10, 2020
1 parent 82ee8bf commit 2b3409d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.8.3 (2020-06-10)

- Fix duplicated system stats if you run multiple ETLs in parallel (#38)
- Add config default_task_max_retries (#39)
- Cleaner shutdown (#41)


## 2.8.2 (2020-05-04)

- Ignore not succeeded executions in cost calculation (#36)
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='data-integration',
version='2.8.2',
version='2.8.3',

description='Opinionated lightweight ETL pipeline framework',

Expand Down

0 comments on commit 2b3409d

Please sign in to comment.