From 3265d816af88a4a69d5827331f4d71fda2c6df5a Mon Sep 17 00:00:00 2001 From: Lucie Milan Date: Mon, 6 May 2024 05:04:07 +0000 Subject: [PATCH 1/3] Automated commit: Create changelog files --- _changelog-files/drafts/2024-04-29-chargebee-109.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 _changelog-files/drafts/2024-04-29-chargebee-109.md diff --git a/_changelog-files/drafts/2024-04-29-chargebee-109.md b/_changelog-files/drafts/2024-04-29-chargebee-109.md new file mode 100644 index 000000000..5847d87c0 --- /dev/null +++ b/_changelog-files/drafts/2024-04-29-chargebee-109.md @@ -0,0 +1,11 @@ +--- +title: "Fix integration tests and schema refactoring" +content-type: "changelog-entry" +date: 2024-04-29 +entry-type: +entry-category: integration +connection-id: +connection-version: +pull-request: "https://github.com/singer-io/tap-chargebee/pull/109" +--- +{{ site.data.changelog.metadata.single-integration | flatify }} \ No newline at end of file From 2a63a2501103a654a4038eb27eba9ac15beda369 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ana=C3=ABlle?= Date: Tue, 14 May 2024 14:06:50 +0200 Subject: [PATCH 2/3] Improved changelog --- .../drafts/2024-04-29-chargebee-109.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/_changelog-files/drafts/2024-04-29-chargebee-109.md b/_changelog-files/drafts/2024-04-29-chargebee-109.md index 5847d87c0..320c84af9 100644 --- a/_changelog-files/drafts/2024-04-29-chargebee-109.md +++ b/_changelog-files/drafts/2024-04-29-chargebee-109.md @@ -1,11 +1,16 @@ --- -title: "Fix integration tests and schema refactoring" +title: "Chargebee (v1) update: Fix integration tests and schema refactoring" content-type: "changelog-entry" date: 2024-04-29 -entry-type: +entry-type: update entry-category: integration -connection-id: -connection-version: +connection-id: chargebee +connection-version: 1 pull-request: "https://github.com/singer-io/tap-chargebee/pull/109" --- -{{ site.data.changelog.metadata.single-integration | flatify }} \ No newline at end of file +{{ site.data.changelog.metadata.single-integration | flatify }} + +We've updated our {{ this-connection.display_name }} (v{{ this-connection.this-version }}) integration to add the discount field to the subscription schema. + +Added discounts field in subscriptions schema #[107](https://github.com/singer-io/tap-chargebee/pull/107) +- Fixed All fields & Pagination integration tests #[109](https://github.com/singer-io/tap-chargebee/pull/109) \ No newline at end of file From 6b304013eec49792d4bb14ba4228fc6f57272a44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ana=C3=ABlle?= Date: Tue, 14 May 2024 14:13:13 +0200 Subject: [PATCH 3/3] Improved changelog --- ...chargebee-v1-new-field-subscription-schema.md | 13 +++++++++++++ .../drafts/2024-04-29-chargebee-109.md | 16 ---------------- 2 files changed, 13 insertions(+), 16 deletions(-) create mode 100644 _changelog-files/2024/2024-04-29-chargebee-v1-new-field-subscription-schema.md delete mode 100644 _changelog-files/drafts/2024-04-29-chargebee-109.md diff --git a/_changelog-files/2024/2024-04-29-chargebee-v1-new-field-subscription-schema.md b/_changelog-files/2024/2024-04-29-chargebee-v1-new-field-subscription-schema.md new file mode 100644 index 000000000..ccf562eaa --- /dev/null +++ b/_changelog-files/2024/2024-04-29-chargebee-v1-new-field-subscription-schema.md @@ -0,0 +1,13 @@ +--- +title: "Chargebee (v1) update: New field in subscriptions schema" +content-type: "changelog-entry" +date: 2024-04-29 +entry-type: update +entry-category: integration +connection-id: chargebee +connection-version: 1 +pull-request: "https://github.com/singer-io/tap-chargebee/pull/109" +--- +{{ site.data.changelog.metadata.single-integration | flatify }} + +We've updated our {{ this-connection.display_name }} (v{{ this-connection.this-version }}) integration to add the `discount` field to the `subscriptions` schema. \ No newline at end of file diff --git a/_changelog-files/drafts/2024-04-29-chargebee-109.md b/_changelog-files/drafts/2024-04-29-chargebee-109.md deleted file mode 100644 index 320c84af9..000000000 --- a/_changelog-files/drafts/2024-04-29-chargebee-109.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Chargebee (v1) update: Fix integration tests and schema refactoring" -content-type: "changelog-entry" -date: 2024-04-29 -entry-type: update -entry-category: integration -connection-id: chargebee -connection-version: 1 -pull-request: "https://github.com/singer-io/tap-chargebee/pull/109" ---- -{{ site.data.changelog.metadata.single-integration | flatify }} - -We've updated our {{ this-connection.display_name }} (v{{ this-connection.this-version }}) integration to add the discount field to the subscription schema. - -Added discounts field in subscriptions schema #[107](https://github.com/singer-io/tap-chargebee/pull/107) -- Fixed All fields & Pagination integration tests #[109](https://github.com/singer-io/tap-chargebee/pull/109) \ No newline at end of file