Skip to content

Commit

Permalink
changes : (#205)
Browse files Browse the repository at this point in the history
Remove uri format for the field url
  • Loading branch information
rdeshmukh15 authored Mar 11, 2024
1 parent b4a06d8 commit 090dd66
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

# 3.0.1
* Remove URI format of `/payload/issue/labels/url` field from `events` stream [#205](https://github.com/singer-io/tap-github/pull/205)

# 3.0.0
* Allow all python versions to grab the correct key_properties/PK value [#199](https://github.com/singer-io/tap-github/pull/199)
* Dependabot update [#193](https://github.com/singer-io/tap-github/pull/193)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages

setup(name='tap-github',
version='3.0.0',
version='3.0.1',
description='Singer.io tap for extracting data from the GitHub API',
author='Stitch',
url='http://singer.io',
Expand Down
3 changes: 1 addition & 2 deletions tap_github/schemas/events.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,7 @@
"type": ["null", "string"]
},
"url": {
"type": ["null", "string"],
"format": "uri"
"type": ["null", "string"]
},
"name": {
"type": ["null", "string"]
Expand Down

0 comments on commit 090dd66

Please sign in to comment.