Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit 9cf0839

Browse files
authored
Release 1.8.2 (#147)
1 parent 6dc8394 commit 9cf0839

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
1.8.2 (2022-01-14)
2+
-------------------
3+
**Fixes**
4+
- LOG_BASED: catch exceptions and emit current state upon exiting
5+
- LOG_BASED: `max_run_seconds` only working when there are wal messages.
6+
- LOG_BASED: Prevent high CPU utilization while waiting for wal messages.
7+
8+
**Changes**
9+
- local database container for dev and test purposes.
10+
- bump `psycopg2-binary` from `2.8.6` to `2.9.3`
11+
12+
113
1.8.1 (2021-09-23)
214
-------------------
315
**Fixes**

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
long_description = f.read()
77

88
setup(name='pipelinewise-tap-postgres',
9-
version='1.8.1',
9+
version='1.8.2',
1010
description='Singer.io tap for extracting data from PostgresSQL - PipelineWise compatible',
1111
long_description=long_description,
1212
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)