Skip to content

Commit

Permalink
Version 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jankatins committed Mar 5, 2020
1 parent 0178178 commit acbd8c2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
# Changelog


## 2.7.0 (2019-03-05)

- Make event handlers configurable: this allows for e.g. adding your own notifier for specific events
- Switch slack to use events for notifications of interactive pipeline runs
- Fix an edge case bug where reverting a commit after an error in the table creation for an incremental load
job would not recreate the original tables leading to a failed load
- Fix an edge case bug where crashing during a triggered (code change, TRUNCATE) full load of an
incremental load job after the table was already loaded would not rerun the full load
leading to missing data
- Optimize how we set the spawning method in multiprocessing


## 2.6.1 (2019-02-20)

- Fix for Python 3.7 ("RuntimeError: context has already been set")


## 2.6.0 (2019-02-12)

- Python 3.8 compatibility (explicitly set process spawning method to 'fork')
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.6.1',
version='2.7.0',

description='Opinionated lightweight ETL pipeline framework',

Expand Down

0 comments on commit acbd8c2

Please sign in to comment.