Skip to content

Commit

Permalink
Changelog 2023-09-18 (#953)
Browse files Browse the repository at this point in the history
* Automated commit: Create changelog files

* completed changelog

---------

Co-authored-by: Lucie Milan <[email protected]>
  • Loading branch information
github-actions[bot] and Lucie Milan authored Sep 18, 2023
1 parent 3ed9e8c commit fe75f39
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 59 deletions.
Original file line number Diff line number Diff line change
@@ -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.
13 changes: 13 additions & 0 deletions _changelog-files/2023/2023-09-13-facebook-v1-retry-error-503.md
Original file line number Diff line number Diff line change
@@ -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.
13 changes: 13 additions & 0 deletions _changelog-files/2023/2023-09-14-kustomer-v1-new-fields.md
Original file line number Diff line number Diff line change
@@ -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.
60 changes: 2 additions & 58 deletions _integration-schemas/github/v2/commits.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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: ""

---
3 changes: 2 additions & 1 deletion scripts/changelog/ignore.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
https://github.com/singer-io/tap-mongodb/pull/105
https://github.com/singer-io/tap-kustomer/pull/24

0 comments on commit fe75f39

Please sign in to comment.