Skip to content

Commit e276ee8

Browse files
Release 2.8.0
- Implement pipeline notifications via Microsoft Teams #28 - Make it possible to disable output coloring in command line etl runs (#31)
1 parent 8781458 commit e276ee8

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
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
@@ -13,12 +18,12 @@
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def get_long_description():
77

88
setup(
99
name='data-integration',
10-
version='2.7.0',
10+
version='2.8.0',
1111

1212
description='Opinionated lightweight ETL pipeline framework',
1313

0 commit comments

Comments
 (0)