-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #648 from stitchdata/changelog/may-24
Changelog - May 17 - 24
- Loading branch information
Showing
8 changed files
with
83 additions
and
16 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
_changelog/entries/2021/2021-05-17-mssql-v1-bugfix-rep-key-quoting.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: "Microsoft SQL Server (v1) bug fix: Quoting Replication Key columns in incremental queries" | ||
content-type: "changelog-entry" | ||
date: 2021-05-17 | ||
entry-type: bug-fix | ||
entry-category: integration, replication | ||
connection-id: "mssql" | ||
connection-version: "1" | ||
pull-request: "https://github.com/singer-io/tap-mssql/pull/59" | ||
--- | ||
{{ site.data.changelog.metadata.single-integration | flatify }} | ||
|
||
Previously, the names of Replication Key columns weren't being quoted when used in incremental queries. If a column name contained spaces, this would cause an error in the query and extraction to fail. This fix ensures Replication Key columns are properly quoted. |
20 changes: 20 additions & 0 deletions
20
_changelog/entries/2021/2021-05-19-shopify-v1-abandoned-checkouts-validation.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: "Shopify (v1) improvement: Improved data typing for abandoned checkouts" | ||
content-type: "changelog-entry" | ||
date: 2021-05-19 | ||
entry-type: improvement | ||
entry-category: integration | ||
connection-id: "shopify" | ||
connection-version: "1" | ||
pull-request: "https://github.com/singer-io/tap-shopify/pull/44" | ||
--- | ||
{{ site.data.changelog.metadata.single-integration | flatify }} | ||
|
||
Previously, some users were encountering JSON schema validation errors for the `abandoned_checkouts` table due to how some columns were being typed. This change types the following columns correctly, eliminating the validation errors: | ||
|
||
- `note_attributes` | ||
- `line_items.applied_discounts` | ||
- `shipping_lines.applied_discounts` | ||
- `shipping_lines.custom_tax_lines` | ||
|
||
Check out the [pull request]({{ entry.pull-request }}){:target="new"} for more info. |
15 changes: 15 additions & 0 deletions
15
_changelog/entries/2021/2021-05-24-slack-v1-user-profile-data.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: "Slack (v1) update: User email now available in users table" | ||
content-type: "changelog-entry" | ||
date: 2021-05-24 | ||
entry-type: updated-feature | ||
entry-category: integration | ||
connection-id: "slack" | ||
connection-version: "1" | ||
pull-request: "https://github.com/singer-io/tap-slack/pull/16" | ||
--- | ||
{{ site.data.changelog.metadata.single-integration | flatify }} | ||
|
||
We've added a new column to the {{ this-connection.display_name }} `users` table: `profile.email`. This column contains the email address for the associated user. | ||
|
||
**Note**: To replicate this data, you'll also need to grant the `users:read.email` scope to the [Stitch app created for the integration]({{ site.home | append: site.baseurl | append: this-connection.url | append: "#assign-scopes" }}). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters