-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move Source schema settings to Source - Tracking Plan connection reso…
…urce (#76)
- Loading branch information
Showing
18 changed files
with
1,119 additions
and
800 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,3 +1,32 @@ | ||
## 0.1.0 (Unreleased) | ||
## 0.8.0 (November 16, 2023) | ||
**BREAKING CHANGE** | ||
|
||
FEATURES: | ||
Move Source schema settings configuration to `segment_source_tracking_plan_connection` resource. Also adds schema settings to Source data source. | ||
|
||
## 0.7.0 (November 1, 2023) | ||
Support Insert Function instance resource. | ||
|
||
## 0.6.0 (October 31, 2023) | ||
Adds support for Source schema settings in the Source resource. Also removes the description field from Labels fields in various resources since it is not populated and not likely to be used for configuration. | ||
|
||
## 0.5.1 (October 27, 2023) | ||
Fixes an issue where Function setting type could not be set to `TEXT_MAP``. | ||
|
||
## 0.5.0 (October 26, 2023) | ||
Adds support for Reverse ETL model resource. | ||
(Previously misreleased as 0.0.5) | ||
|
||
## 0.4.0 (October 19, 2023) | ||
Adds support for Destination subscriptions and Source - Tracking Plan connection resources. | ||
|
||
## 0.3.0 (October 16, 2023) | ||
Adds support for Profiles Warehouse and fixes nil pointer access issues with Destination metadata. | ||
|
||
## 0.2.0 (October 13, 2023) | ||
Adds support for destination filters and functions. | ||
|
||
## 0.1.0 (October 6, 2023) | ||
Adds support for IAM resource (users, user groups) | ||
|
||
## 0.0.2 (September 22, 2023) | ||
Initial release |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
package provider | ||
|
||
const MaxPageSize = 200 | ||
const DefaultRetryDelay = 1000 |
Oops, something went wrong.