From 626924d2597926662d9093698bf20402ee046896 Mon Sep 17 00:00:00 2001 From: Gauravudia <60897972+Gauravudia@users.noreply.github.com> Date: Thu, 20 Jul 2023 09:40:25 +0530 Subject: [PATCH 1/5] feat(mixpanel): add strict mode setting (#753) --- src/configurations/destinations/mp/db-config.json | 3 ++- src/configurations/destinations/mp/schema.json | 1 + src/configurations/destinations/mp/ui-config.json | 7 +++++++ test/data/validation/destinations/mp.json | 4 +++- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/configurations/destinations/mp/db-config.json b/src/configurations/destinations/mp/db-config.json index 86f9f77d9..d7e3fe30e 100644 --- a/src/configurations/destinations/mp/db-config.json +++ b/src/configurations/destinations/mp/db-config.json @@ -73,7 +73,8 @@ "oneTrustCookieCategories", "identityMergeApi", "userDeletionApi", - "gdprApiToken" + "gdprApiToken", + "strictMode" ], "web": ["useNativeSDK"] }, diff --git a/src/configurations/destinations/mp/schema.json b/src/configurations/destinations/mp/schema.json index 05f2779d4..6fef3866e 100644 --- a/src/configurations/destinations/mp/schema.json +++ b/src/configurations/destinations/mp/schema.json @@ -21,6 +21,7 @@ "enum": ["simplified", "original"], "default": "original" }, + "strictMode": { "type": "boolean", "default": false }, "userDeletionApi": { "type": "string", "enum": ["engage", "task"], "default": "engage" }, "people": { "type": "boolean", "default": false }, "setAllTraitsByDefault": { "type": "boolean", "default": false }, diff --git a/src/configurations/destinations/mp/ui-config.json b/src/configurations/destinations/mp/ui-config.json index aeba5ff68..fbb23986f 100644 --- a/src/configurations/destinations/mp/ui-config.json +++ b/src/configurations/destinations/mp/ui-config.json @@ -116,6 +116,13 @@ "required": true, "placeholder": "e.g: 7vwaux7et2tk2ih1o0qtbt1x97n2je", "secret": true + }, + { + "type": "checkbox", + "label": "Strict Mode", + "value": "strictMode", + "default": false, + "footerNote": "If enabled, Mixpanel will validate the request and return errors per event that failed" } ] }, diff --git a/test/data/validation/destinations/mp.json b/test/data/validation/destinations/mp.json index ffd350e36..510d2962f 100644 --- a/test/data/validation/destinations/mp.json +++ b/test/data/validation/destinations/mp.json @@ -23,7 +23,8 @@ "whitelistedEvents": [{ "eventName": "white" }], "oneTrustCookieCategories": [{ "oneTrustCookieCategory": "Marketing" }], "userDeletionApi": "task", - "gdprApiToken": "gdprApiToken123" + "gdprApiToken": "gdprApiToken123", + "strictMode": true }, "result": true }, @@ -50,6 +51,7 @@ "secureCookie": false, "eventFilteringOption": "disable", "useNativeSDK": { "web": false }, + "strictMode": false, "oneTrustCookieCategories": [{ "oneTrustCookieCategory": "Marketing" }] }, "result": true From b9a48c9f1df8e0de6ba41987c0345b4f91a9fe95 Mon Sep 17 00:00:00 2001 From: a-rampalli Date: Fri, 21 Jul 2023 12:02:56 +0530 Subject: [PATCH 2/5] chore: updates zendesk support --- .../sources/singer_zendesk_support/db-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configurations/sources/singer_zendesk_support/db-config.json b/src/configurations/sources/singer_zendesk_support/db-config.json index 22c14f160..0ae2349e6 100644 --- a/src/configurations/sources/singer_zendesk_support/db-config.json +++ b/src/configurations/sources/singer_zendesk_support/db-config.json @@ -3,7 +3,7 @@ "category": "singer-protocol", "displayName": "Zendesk Support", "options": { - "image": "rudderstack/source-zendesk-support:v6.1.3" + "image": "rudderstack/source-zendesk-support:v8.1.0" }, "type": "cloudSource" } From 95adaa9f5c6a992e96b8f963103fec1b84d3df1b Mon Sep 17 00:00:00 2001 From: nidhilashkari17 <108564211+nidhilashkari17@users.noreply.github.com> Date: Fri, 21 Jul 2023 14:10:49 +0530 Subject: [PATCH 3/5] chore: remove beta flag for etl sources (ETL-35) (#785) --- src/configurations/sources/singer_amplitude/db-config.json | 3 +-- .../sources/singer_facebook_marketing/db-config.json | 1 - src/configurations/sources/singer_google_sheets/db-config.json | 3 +-- src/configurations/sources/singer_shopify/db-config.json | 3 +-- src/configurations/sources/singer_stripe/db-config.json | 1 - 5 files changed, 3 insertions(+), 8 deletions(-) diff --git a/src/configurations/sources/singer_amplitude/db-config.json b/src/configurations/sources/singer_amplitude/db-config.json index 88a22d8b1..e66673dbf 100644 --- a/src/configurations/sources/singer_amplitude/db-config.json +++ b/src/configurations/sources/singer_amplitude/db-config.json @@ -3,8 +3,7 @@ "category": "singer-protocol", "displayName": "Amplitude", "options": { - "image": "rudderstack/source-amplitude:v5.3.0", - "isBeta": true + "image": "rudderstack/source-amplitude:v5.3.0" }, "type": "cloudSource" } diff --git a/src/configurations/sources/singer_facebook_marketing/db-config.json b/src/configurations/sources/singer_facebook_marketing/db-config.json index 16b3fcb59..364b9d76a 100644 --- a/src/configurations/sources/singer_facebook_marketing/db-config.json +++ b/src/configurations/sources/singer_facebook_marketing/db-config.json @@ -3,7 +3,6 @@ "category": "singer-protocol", "displayName": "Facebook Ads", "options": { - "isBeta": true, "image": "rudderstack/source-facebook-marketing:v5.0.0" }, "type": "cloudSource" diff --git a/src/configurations/sources/singer_google_sheets/db-config.json b/src/configurations/sources/singer_google_sheets/db-config.json index 802129145..71e33061a 100644 --- a/src/configurations/sources/singer_google_sheets/db-config.json +++ b/src/configurations/sources/singer_google_sheets/db-config.json @@ -1,12 +1,11 @@ { "name": "singer-google-sheets", "category": "singer-protocol", - "displayName": "Google Sheets V2", + "displayName": "Google Sheets", "options": { "auth": { "provider": "Google" }, - "isBeta": true, "image": "rudderstack/source-google-sheets:v5.3.0", "supportsDestinationSyncMode": true }, diff --git a/src/configurations/sources/singer_shopify/db-config.json b/src/configurations/sources/singer_shopify/db-config.json index a3bba9e42..34322f146 100644 --- a/src/configurations/sources/singer_shopify/db-config.json +++ b/src/configurations/sources/singer_shopify/db-config.json @@ -3,8 +3,7 @@ "category": "singer-protocol", "displayName": "Shopify", "options": { - "image": "rudderstack/source-shopify:v6.2.3", - "isBeta": true + "image": "rudderstack/source-shopify:v6.2.3" }, "type": "cloudSource" } diff --git a/src/configurations/sources/singer_stripe/db-config.json b/src/configurations/sources/singer_stripe/db-config.json index 16f8276a4..91c75e5d9 100644 --- a/src/configurations/sources/singer_stripe/db-config.json +++ b/src/configurations/sources/singer_stripe/db-config.json @@ -3,7 +3,6 @@ "category": "singer-protocol", "displayName": "Stripe", "options": { - "isBeta": true, "image": "rudderstack/source-stripe:v6.3.4" }, "type": "cloudSource" From 6ed39d81e3a0f69c7eca1122bd2646e5899de19e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 14:16:24 +0530 Subject: [PATCH 4/5] chore(release): pull main into develop post release v1.42.2 (#782) Co-authored-by: devops-github-rudderstack <88187154+devops-github-rudderstack@users.noreply.github.com> Co-authored-by: nidhilashkari17 <108564211+nidhilashkari17@users.noreply.github.com> Co-authored-by: GitHub Actions --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df6559ace..0a8ed24f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.42.2](https://github.com/rudderlabs/rudder-config-schema/compare/v1.42.1...v1.42.2) (2023-07-19) + ### [1.42.1](https://github.com/rudderlabs/rudder-config-schema/compare/v1.42.0...v1.42.1) (2023-07-14) diff --git a/package-lock.json b/package-lock.json index 7e450c517..11c08ab05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rudder-config-schema", - "version": "1.42.1", + "version": "1.42.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rudder-config-schema", - "version": "1.42.1", + "version": "1.42.2", "license": "MIT", "dependencies": { "ajv": "^8.12.0", diff --git a/package.json b/package.json index 89c78a6ad..c4f6e02a2 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rudder-config-schema", - "version": "1.42.1", + "version": "1.42.2", "description": "", "main": "src/index.ts", "private": true, From 34bb15f0f85397d6a2cfff2004cc91ca33be7ec5 Mon Sep 17 00:00:00 2001 From: AASHISH MALIK Date: Fri, 21 Jul 2023 15:24:31 +0530 Subject: [PATCH 5/5] feat: updated db config (#787) --- .../destinations/bingads_audience/db-config.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/configurations/destinations/bingads_audience/db-config.json b/src/configurations/destinations/bingads_audience/db-config.json index 8864cf8f9..439883b76 100644 --- a/src/configurations/destinations/bingads_audience/db-config.json +++ b/src/configurations/destinations/bingads_audience/db-config.json @@ -14,6 +14,11 @@ "excludeKeys": [], "supportedSourceTypes": ["cloud", "warehouse"], "supportedMessageTypes": ["audiencelist"], + "syncBehaviours": [ + "mirror" + ], + "disableJsonMapper": true, + "isAudienceSupported": true, "destConfig": { "defaultConfig": [ "rudderAccountId",