Skip to content

Commit 1b504a7

Browse files
committed
Version 2.8.2
1 parent 367e8ba commit 1b504a7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## 2.8.1 (2020-04-27)
411

512
- Fix Problems when frontend and database are in a different timezone (#34)

setup.py

+1-1
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.8.1',
10+
version='2.8.2',
1111

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

0 commit comments

Comments
 (0)