We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b551aab commit f1060b1Copy full SHA for f1060b1
CHANGELOG.md
@@ -1,4 +1,7 @@
1
# Changelog
2
3
+## 0.0.65
4
+ * Add support for `int8[]` (`bigint[]`) array types to log-based replication [#69](https://github.com/singer-io/tap-postgres/pull/69)
5
+
6
## 0.0.64
7
* Pass string to `decimal.Decimal` when handling numeric data type [#67](https://github.com/singer-io/tap-postgres/pull/67)
setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
setup(name='tap-postgres',
- version='0.0.64',
+ version='0.0.65',
description='Singer.io tap for extracting data from PostgreSQL',
8
author='Stitch',
9
url='https://singer.io',
0 commit comments