File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 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+
1131.8.1 (2021-09-23)
214-------------------
315** Fixes**
Original file line number Diff line number Diff line change 66 long_description = f .read ()
77
88setup (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' ,
You can’t perform that action at this time.
0 commit comments