From 34dd1eee183e4c7057f758dbff29e2b48426c3f3 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 30 Oct 2023 09:07:02 +0000 Subject: [PATCH 1/5] chore(release): 1.57.0 --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d88ebeade..e812b7d15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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.57.0](https://github.com/rudderlabs/rudder-config-schema/compare/v1.56.2...v1.57.0) (2023-10-30) + + +### Features + +* deprecate GA and Facebook Offline Conversions destinations using options flag ([#1016](https://github.com/rudderlabs/rudder-config-schema/issues/1016)) ([b3a1567](https://github.com/rudderlabs/rudder-config-schema/commit/b3a1567f27a78d1088758f91ad8cfa786bd7e049)) +* **facebook_pixel:** move facebook pixel to new UI from-builder ([#1004](https://github.com/rudderlabs/rudder-config-schema/issues/1004)) ([f6ff024](https://github.com/rudderlabs/rudder-config-schema/commit/f6ff024fcac22a88bb8b71b539b40b0bf19a6842)) +* **fb:** move fb app events to new UI form-builder ([#1007](https://github.com/rudderlabs/rudder-config-schema/issues/1007)) ([7e8e3d1](https://github.com/rudderlabs/rudder-config-schema/commit/7e8e3d16da2cec375de144a99203358a377a31f5)) +* matomo: support premise version ([#989](https://github.com/rudderlabs/rudder-config-schema/issues/989)) ([f2d149d](https://github.com/rudderlabs/rudder-config-schema/commit/f2d149d707f5cdc234009e5f512f073da8f9f99b)) +* onboard facebook conversions destination ([#982](https://github.com/rudderlabs/rudder-config-schema/issues/982)) ([8c23561](https://github.com/rudderlabs/rudder-config-schema/commit/8c23561a90d6b9819af783ad1081103df775a613)) +* onboard ortto destination ([#979](https://github.com/rudderlabs/rudder-config-schema/issues/979)) ([09ef62e](https://github.com/rudderlabs/rudder-config-schema/commit/09ef62eb09c6550f3d6a9428b77edca45e0b27d4)) + + +### Bug Fixes + +* change value of a config in ui ([#1003](https://github.com/rudderlabs/rudder-config-schema/issues/1003)) ([de2cc4e](https://github.com/rudderlabs/rudder-config-schema/commit/de2cc4e1e66c74de54aebe01267ebc3fc9714f28)) + ### [1.56.2](https://github.com/rudderlabs/rudder-config-schema/compare/v1.56.1...v1.56.2) (2023-10-28) diff --git a/package-lock.json b/package-lock.json index 0f3613141..1934f1215 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rudder-config-schema", - "version": "1.56.2", + "version": "1.57.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rudder-config-schema", - "version": "1.56.2", + "version": "1.57.0", "license": "MIT", "dependencies": { "ajv": "^8.12.0", diff --git a/package.json b/package.json index 0aad012b3..d9a43e2bc 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rudder-config-schema", - "version": "1.56.2", + "version": "1.57.0", "description": "", "main": "src/index.ts", "private": true, From a2b74388fb7b349381df1a9b52ef9ba53e0bdcee Mon Sep 17 00:00:00 2001 From: Ujjwal Abhishek <63387036+ujjwal-ab@users.noreply.github.com> Date: Tue, 31 Oct 2023 11:38:27 +0530 Subject: [PATCH 2/5] feat: refactor supportedMessageTypes and supportedConnectionModes (#1026) --- .../active_campaign/db-config.json | 17 +++++++- .../destinations/adj/db-config.json | 39 +++++++++++-------- .../adobe_analytics/db-config.json | 16 +++++++- .../destinations/af/db-config.json | 21 +++++++++- 4 files changed, 73 insertions(+), 20 deletions(-) diff --git a/src/configurations/destinations/active_campaign/db-config.json b/src/configurations/destinations/active_campaign/db-config.json index 12baa76fb..f5743097d 100644 --- a/src/configurations/destinations/active_campaign/db-config.json +++ b/src/configurations/destinations/active_campaign/db-config.json @@ -28,9 +28,22 @@ "cordova", "shopify" ], - "supportedMessageTypes": ["identify", "page", "screen", "track"], + "supportedMessageTypes": { + "cloud": ["identify", "page", "screen", "track"], + "device": { + "web": ["identify", "page", "screen", "track"] + } + }, "supportedConnectionModes": { - "web": ["cloud", "device", "hybrid"] + "web": ["cloud", "device", "hybrid"], + "android": ["cloud"], + "ios": ["cloud"], + "unity": ["cloud"], + "amp": ["cloud"], + "reactnative": ["cloud"], + "flutter": ["cloud"], + "cordova": ["cloud"], + "shopify": ["cloud"] }, "hybridModeCloudEventsFilter": { "web": { diff --git a/src/configurations/destinations/adj/db-config.json b/src/configurations/destinations/adj/db-config.json index 495ca2f2a..0eaec94c5 100644 --- a/src/configurations/destinations/adj/db-config.json +++ b/src/configurations/destinations/adj/db-config.json @@ -26,9 +26,24 @@ "cordova", "shopify" ], - "supportedMessageTypes": [ - "track" - ], + "supportedMessageTypes": { + "cloud": ["track"], + "device": { + "android": ["track"], + "ios": ["track"], + "flutter": ["track"], + "unity": ["track"] + } + }, + "supportedConnectionModes": { + "android": ["cloud", "device"], + "ios": ["cloud", "device"], + "flutter": ["cloud", "device"], + "unity": ["cloud", "device"], + "reactnative": ["cloud"], + "cordova": ["cloud"], + "shopify": ["cloud"] + }, "destConfig": { "defaultConfig": [ "appToken", @@ -41,19 +56,11 @@ "partnerParamsKeys", "oneTrustCookieCategories" ], - "android": [ - "useNativeSDK" - ], - "ios": [ - "useNativeSDK" - ], - "flutter": [ - "useNativeSDK" - ], - "unity": [ - "useNativeSDK" - ] + "android": ["useNativeSDK"], + "ios": ["useNativeSDK"], + "flutter": ["useNativeSDK"], + "unity": ["useNativeSDK"] }, "secretKeys": [] } -} \ No newline at end of file +} diff --git a/src/configurations/destinations/adobe_analytics/db-config.json b/src/configurations/destinations/adobe_analytics/db-config.json index 9036eb97d..4f34e5bf6 100644 --- a/src/configurations/destinations/adobe_analytics/db-config.json +++ b/src/configurations/destinations/adobe_analytics/db-config.json @@ -54,10 +54,24 @@ "cordova", "shopify" ], + "supportedMessageTypes": { + "cloud": ["track", "page", "screen"], + "device": { + "web": ["page", "track"], + "android": ["identify", "track", "screen"], + "ios": ["identify", "track", "screen"] + } + }, "supportedConnectionModes": { "web": ["cloud", "device"], "android": ["cloud", "device"], - "ios": ["cloud", "device"] + "ios": ["cloud", "device"], + "unity": ["cloud"], + "amp": ["cloud"], + "reactnative": ["cloud"], + "flutter": ["cloud"], + "cordova": ["cloud"], + "shopify": ["cloud"] }, "destConfig": { "defaultConfig": [ diff --git a/src/configurations/destinations/af/db-config.json b/src/configurations/destinations/af/db-config.json index 52e34cdc3..307dc80b0 100644 --- a/src/configurations/destinations/af/db-config.json +++ b/src/configurations/destinations/af/db-config.json @@ -28,7 +28,26 @@ "cordova", "shopify" ], - "supportedMessageTypes": ["track", "screen", "page"], + "supportedMessageTypes": { + "cloud": ["track", "screen", "page"], + "device": { + "android": ["track", "screen", "page"], + "cordova": ["track", "screen", "page"], + "ios": ["track", "screen", "page"], + "flutter": ["track", "screen", "page"], + "reactnative": ["track", "screen", "page"] + } + }, + "supportedConnectionModes": { + "cordova": ["cloud", "device"], + "android": ["cloud", "device"], + "ios": ["cloud", "device"], + "flutter": ["cloud", "device"], + "reactnative": ["cloud", "device"], + "web": ["cloud"], + "amp": ["cloud"], + "unity": ["cloud"] + }, "destConfig": { "defaultConfig": [ "devKey", From 11171e5c4b5e435ca11a2a4e3e28aef6751b483d Mon Sep 17 00:00:00 2001 From: Ujjwal Abhishek <63387036+ujjwal-ab@users.noreply.github.com> Date: Tue, 31 Oct 2023 11:49:46 +0530 Subject: [PATCH 3/5] fix: replace hubspot with ortto in title (typo) (#1031) --- src/configurations/destinations/ortto/ui-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configurations/destinations/ortto/ui-config.json b/src/configurations/destinations/ortto/ui-config.json index 3681df7ff..57b381b97 100644 --- a/src/configurations/destinations/ortto/ui-config.json +++ b/src/configurations/destinations/ortto/ui-config.json @@ -144,7 +144,7 @@ "fields": [ { "type": "dynamicCustomForm", - "label": "Map RudderStack event name to HubSpot Custom Behavioral event name", + "label": "Map RudderStack event name to Ortto Custom event name", "configKey": "orttoEventsMapping", "rowFields": [ { From e40bb804f4369a81eb6c2a62ebc2ad578ad9abd6 Mon Sep 17 00:00:00 2001 From: Ujjwal Abhishek <63387036+ujjwal-ab@users.noreply.github.com> Date: Tue, 31 Oct 2023 12:04:24 +0530 Subject: [PATCH 4/5] chore: add supportedMessageType PR to changelog (#1033) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e812b7d15..8f5151e5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ All notable changes to this project will be documented in this file. See [standa * matomo: support premise version ([#989](https://github.com/rudderlabs/rudder-config-schema/issues/989)) ([f2d149d](https://github.com/rudderlabs/rudder-config-schema/commit/f2d149d707f5cdc234009e5f512f073da8f9f99b)) * onboard facebook conversions destination ([#982](https://github.com/rudderlabs/rudder-config-schema/issues/982)) ([8c23561](https://github.com/rudderlabs/rudder-config-schema/commit/8c23561a90d6b9819af783ad1081103df775a613)) * onboard ortto destination ([#979](https://github.com/rudderlabs/rudder-config-schema/issues/979)) ([09ef62e](https://github.com/rudderlabs/rudder-config-schema/commit/09ef62eb09c6550f3d6a9428b77edca45e0b27d4)) +* refactor supportedMessageTypes and supportedConnectionModes ([#1026](https://github.com/rudderlabs/rudder-config-schema/issues/1026)) ([a2b7438](https://github.com/rudderlabs/rudder-config-schema/commit/a2b74388fb7b349381df1a9b52ef9ba53e0bdcee)) + ### Bug Fixes From 9f9beb86f43547556b59f73ef303af6e630b79c1 Mon Sep 17 00:00:00 2001 From: Sandeep Digumarty Date: Tue, 31 Oct 2023 12:24:28 +0530 Subject: [PATCH 5/5] feat: revert device only change and add cloud support back (#1034) --- src/configurations/destinations/facebook_pixel/db-config.json | 2 +- src/configurations/destinations/fb/db-config.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/configurations/destinations/facebook_pixel/db-config.json b/src/configurations/destinations/facebook_pixel/db-config.json index 8f257686f..7be19f1fa 100644 --- a/src/configurations/destinations/facebook_pixel/db-config.json +++ b/src/configurations/destinations/facebook_pixel/db-config.json @@ -37,7 +37,7 @@ ], "supportedMessageTypes": ["identify", "page", "screen", "track"], "supportedConnectionModes": { - "web": ["device"] + "web": ["cloud", "device"] }, "destConfig": { "defaultConfig": [ diff --git a/src/configurations/destinations/fb/db-config.json b/src/configurations/destinations/fb/db-config.json index ec681ea23..f1cb85148 100644 --- a/src/configurations/destinations/fb/db-config.json +++ b/src/configurations/destinations/fb/db-config.json @@ -30,8 +30,8 @@ ], "supportedMessageTypes": ["page", "screen", "track"], "supportedConnectionModes": { - "android": ["device"], - "ios": ["device"] + "android": ["cloud", "device"], + "ios": ["cloud", "device"] }, "destConfig": { "defaultConfig": [