File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ # 1.10.0
4
+ * Handle rate limiting [ #113 ] ( https://github.com/singer-io/tap-github/pull/113 )
5
+ * Handle ` None ` date times in the Issue Milestones Stream [ #114 ] ( https://github.com/singer-io/tap-github/pull/114 )
6
+ * Change the Stargazers Stream to be Full Table replication [ #118 ] ( https://github.com/singer-io/tap-github/pull/118 )
7
+ * Log an error message if an organization cannot be found [ #121 ] ( https://github.com/singer-io/tap-github/pull/121 )
8
+ * Bump ` singer-python ` dependency to ` v5.12.1 ` [ #117 ] ( https://github.com/singer-io/tap-github/pull/117 )
9
+ * Remove stream ` pull_request_reviews ` [ #117 ] ( https://github.com/singer-io/tap-github/pull/117 )
10
+ * Add API access check to discovery mode [ #123 ] ( https://github.com/singer-io/tap-github/pull/123 )
11
+
3
12
# 1.9.2
4
13
* Adds ` base ` to ` pull_requests ` schema [ #109 ] ( https://github.com/singer-io/tap-github/pull/109 )
5
14
Original file line number Diff line number Diff line change 3
3
from setuptools import setup , find_packages
4
4
5
5
setup (name = 'tap-github' ,
6
- version = '1.9.2 ' ,
6
+ version = '1.10.0 ' ,
7
7
description = 'Singer.io tap for extracting data from the GitHub API' ,
8
8
author = 'Stitch' ,
9
9
url = 'http://singer.io' ,
You can’t perform that action at this time.
0 commit comments