File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.8.0 (2020-03-25)
34
4- ## 2.7.0 (2019-03-05)
5+ - Implement pipeline notifications via Microsoft Teams #28
6+ - Make it possible to disable output coloring in command line etl runs (#31 )
7+
8+
9+ ## 2.7.0 (2020-03-05)
510
611- Make event handlers configurable: this allows for e.g. adding your own notifier for specific events
712- Switch slack to use events for notifications of interactive pipeline runs
1318- Optimize how we set the spawning method in multiprocessing
1419
1520
16- ## 2.6.1 (2019 -02-20)
21+ ## 2.6.1 (2020 -02-20)
1722
1823- Fix for Python 3.7 ("RuntimeError: context has already been set")
1924
2025
21- ## 2.6.0 (2019 -02-12)
26+ ## 2.6.0 (2020 -02-12)
2227
2328- Python 3.8 compatibility (explicitly set process spawning method to 'fork')
2429- Fix open runs after browser reload
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ def get_long_description():
77
88setup (
99 name = 'data-integration' ,
10- version = '2.7 .0' ,
10+ version = '2.8 .0' ,
1111
1212 description = 'Opinionated lightweight ETL pipeline framework' ,
1313
You can’t perform that action at this time.
0 commit comments