diff --git a/_changelog-files/2023/2023-09-12-github-v2-remove-files-stats-fields.md b/_changelog-files/2023/2023-09-12-github-v2-remove-files-stats-fields.md new file mode 100644 index 000000000..149cb7156 --- /dev/null +++ b/_changelog-files/2023/2023-09-12-github-v2-remove-files-stats-fields.md @@ -0,0 +1,13 @@ +--- +title: "GitHub (v2) update: `files` and `stats` fields from commit-related schemas" +content-type: "changelog-entry" +date: 2023-09-12 +entry-type: updated-feature +entry-category: integration +connection-id: github +connection-version: 2 +pull-request: "https://github.com/singer-io/tap-github/pull/198" +--- +{{ site.data.changelog.metadata.single-integration | flatify }} + +We've updated our {{ this-connection.display_name }} (v{{ this-connection.this-version }}) integration to remove the `files` and `stats` fields from the `commits` and `pr-commits` streams, since these are not returned by the {{ this-connection.display_name }} API. \ No newline at end of file diff --git a/_changelog-files/2023/2023-09-13-facebook-v1-retry-error-503.md b/_changelog-files/2023/2023-09-13-facebook-v1-retry-error-503.md new file mode 100644 index 000000000..5c02daa9a --- /dev/null +++ b/_changelog-files/2023/2023-09-13-facebook-v1-retry-error-503.md @@ -0,0 +1,13 @@ +--- +title: "Facebook Ads (v1) update: Add retry logic for status code 503" +content-type: "changelog-entry" +date: 2023-09-13 +entry-type: improvement +entry-category: integration +connection-id: facebook-ads +connection-version: 1 +pull-request: "https://github.com/singer-io/tap-facebook/pull/226" +--- +{{ site.data.changelog.metadata.single-integration | flatify }} + +We've improved our {{ this-connection.display_name }} (v{{ this-connection.this-version }}) integration by adding a retry logic systmen when an error with the HTTP status code 503 (Service Unavailable) occurs. \ No newline at end of file diff --git a/_changelog-files/2023/2023-09-14-kustomer-v1-new-fields.md b/_changelog-files/2023/2023-09-14-kustomer-v1-new-fields.md new file mode 100644 index 000000000..f2abea29e --- /dev/null +++ b/_changelog-files/2023/2023-09-14-kustomer-v1-new-fields.md @@ -0,0 +1,13 @@ +--- +title: "Kustomer (v1) update: New fields" +content-type: "changelog-entry" +date: 2023-09-14 +entry-type: updated-feature +entry-category: integration +connection-id: kustomer +connection-version: 1 +pull-request: "https://github.com/singer-io/tap-kustomer/pull/26" +--- +{{ site.data.changelog.metadata.single-integration | flatify }} + +We've updated our {{ this-connection.display_name }} (v{{ this-connection.this-version }}) integration to add some new fields in the `conversations` stream. \ No newline at end of file diff --git a/_integration-schemas/github/v2/commits.md b/_integration-schemas/github/v2/commits.md index a9959b038..80e79f8da 100644 --- a/_integration-schemas/github/v2/commits.md +++ b/_integration-schemas/github/v2/commits.md @@ -89,48 +89,7 @@ attributes: - - name: "files" - type: "array" - description: "" - subattributes: - - name: "items" - type: "object" - description: "" - subattributes: - - name: "filename" - type: "string" - description: "" - - - name: "additions" - type: "number" - description: "" - - - name: "deletions" - type: "number" - description: "" - - - name: "changes" - type: "number" - description: "" - - - name: "status" - type: "string" - description: "" - - - name: "raw_url" - type: "string" - description: "" - - - name: "blob_url" - type: "string" - description: "" - - - name: "patch" - type: "string" - description: "" - - - + - name: "html_url" type: "string" @@ -363,20 +322,5 @@ attributes: type: "object" description: "Details about the author of the commit." subattributes: *user-attributes - - - name: "stats" - type: "object" - description: "" - subattributes: - - name: "additions" - type: "integer" - description: "" - - - name: "deletions" - type: "integer" - description: "" - - - name: "total" - type: "integer" - description: "" + --- \ No newline at end of file diff --git a/scripts/changelog/ignore.txt b/scripts/changelog/ignore.txt index bcfd7d441..bd3503f5d 100644 --- a/scripts/changelog/ignore.txt +++ b/scripts/changelog/ignore.txt @@ -110,4 +110,5 @@ https://github.com/singer-io/tap-mongodb/pull/95 https://github.com/singer-io/tap-hubspot/pull/234 https://github.com/singer-io/tap-outreach/pull/25 https://github.com/singer-io/tap-salesforce/pull/158 -https://github.com/singer-io/tap-mongodb/pull/105 \ No newline at end of file +https://github.com/singer-io/tap-mongodb/pull/105 +https://github.com/singer-io/tap-kustomer/pull/24 \ No newline at end of file