We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 367e8ba commit 1b504a7Copy full SHA for 1b504a7
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 2.8.2 (2020-05-04)
4
+
5
+- Ignore not succeeded executions in cost calculation (#36)
6
+- Ensure we log errors via events in case of error/shutdown (#33)
7
+- Fix a bug where we reported the wrong error to chat channels when running in
8
+ the browser and did not restart between failed runs (#33)
9
10
## 2.8.1 (2020-04-27)
11
12
- Fix Problems when frontend and database are in a different timezone (#34)
setup.py
@@ -7,7 +7,7 @@ def get_long_description():
setup(
name='data-integration',
- version='2.8.1',
+ version='2.8.2',
description='Opinionated lightweight ETL pipeline framework',
13
0 commit comments