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 9307f7c commit a759de5Copy full SHA for a759de5
HISTORY.md
@@ -1,5 +1,11 @@
1
## History
2
3
+### 0.2.8 (2023-10-20)
4
+
5
+- Multiple stream sync
6
+ Support URLs and parameters per stream
7
+ See https://github.com/anelendata/tap-rest-api#multiple-streams
8
9
### 0.2.7 (2022-03-11)
10
11
- Use digest for dup check instead of raw record enhancement #24
setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from setuptools import setup
-VERSION = "0.2.7"
+VERSION = "0.2.8"
with open("README.md", "r") as fh:
long_description = fh.read()
0 commit comments