From 79b415796e010580c3b79df11046ec4879025627 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 30 Sep 2024 09:18:41 +0000 Subject: [PATCH 1/4] chore(release): 1.94.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index caab38dd2..cd89b1b6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ 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.94.0](https://github.com/rudderlabs/rudder-config-schema/compare/v1.93.1...v1.94.0) (2024-09-30) + + +### Features + +* add 5 min and 15 min WH sync options, controlled by LOW_GRANULAR_WH_SYNC ff ([#1703](https://github.com/rudderlabs/rudder-config-schema/issues/1703)) ([21a5015](https://github.com/rudderlabs/rudder-config-schema/commit/21a50153194c6db5da563858953ae39ed638b662)) +* adding cloud source and web source for lytics bulk ([#1685](https://github.com/rudderlabs/rudder-config-schema/issues/1685)) ([b2a433b](https://github.com/rudderlabs/rudder-config-schema/commit/b2a433b6f6515ef0818aaa0746225bc6c4f1049d)) +* bq configurable partitions ([#1630](https://github.com/rudderlabs/rudder-config-schema/issues/1630)) ([a7e21e5](https://github.com/rudderlabs/rudder-config-schema/commit/a7e21e542e41c761c66394731772703ec48bb553)) +* enable support for RN device mode in the Facebook App Events ([#1701](https://github.com/rudderlabs/rudder-config-schema/issues/1701)) ([a193c6e](https://github.com/rudderlabs/rudder-config-schema/commit/a193c6e518bf6c914a3c99656ea6d3c0aeb8d946)) +* **fb_custom_audience:** hide particular fields from ui config when VDMv2 is enabled ([#1702](https://github.com/rudderlabs/rudder-config-schema/issues/1702)) ([1791773](https://github.com/rudderlabs/rudder-config-schema/commit/1791773d94da4872d5bd1d8d048cc6f07efe7e61)) +* hide mixpanel service account settings ([#1714](https://github.com/rudderlabs/rudder-config-schema/issues/1714)) ([1f73739](https://github.com/rudderlabs/rudder-config-schema/commit/1f73739087e3e734cf83b360dee1b1c28f6d9528)) +* redshift serverless ([#1710](https://github.com/rudderlabs/rudder-config-schema/issues/1710)) ([6ac3dd6](https://github.com/rudderlabs/rudder-config-schema/commit/6ac3dd6761bf7a3b1d9ac73c4540f14092fb5c21)) + + +### Bug Fixes + +* add `device` mode enum to FB App Events in reactnative schema.json ([#1707](https://github.com/rudderlabs/rudder-config-schema/issues/1707)) ([879b966](https://github.com/rudderlabs/rudder-config-schema/commit/879b966c39df9039f3e673ffb13b78ee126cd18a)) +* fixing labels for snapchat conversion event mapping ([#1713](https://github.com/rudderlabs/rudder-config-schema/issues/1713)) ([4a00440](https://github.com/rudderlabs/rudder-config-schema/commit/4a0044014c043871b002404004e2de0895ad3421)) +* **ga4_v2:** update ui-config.jt file to reflect consent management changes ([#1717](https://github.com/rudderlabs/rudder-config-schema/issues/1717)) ([103745a](https://github.com/rudderlabs/rudder-config-schema/commit/103745a8715b4e450d809812c21a67443473e0c2)) +* legacy consent management fields data in lytics bulk upload destination ([5d4d116](https://github.com/rudderlabs/rudder-config-schema/commit/5d4d116cb7763e69b10ed2993e278b78039ca3a2)) +* webhook url regex to restrict localhost and private ips ([#1696](https://github.com/rudderlabs/rudder-config-schema/issues/1696)) ([774bd43](https://github.com/rudderlabs/rudder-config-schema/commit/774bd43e43f0576e9d6e9b5e046ec19c1c13b7e9)) +* webhook url regex to restrict private ipv6 ([#1705](https://github.com/rudderlabs/rudder-config-schema/issues/1705)) ([5b91bc7](https://github.com/rudderlabs/rudder-config-schema/commit/5b91bc7f841e830edefc2add80d1ba6b7a98d7d3)) + ### [1.93.1](https://github.com/rudderlabs/rudder-config-schema/compare/v1.93.0...v1.93.1) (2024-09-30) diff --git a/package-lock.json b/package-lock.json index ffb35cc45..9cfc0fbd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rudder-config-schema", - "version": "1.93.1", + "version": "1.94.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rudder-config-schema", - "version": "1.93.1", + "version": "1.94.0", "license": "MIT", "dependencies": { "ajv": "^8.12.0", diff --git a/package.json b/package.json index 4b675d7af..19e93e80d 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rudder-config-schema", - "version": "1.93.1", + "version": "1.94.0", "description": "", "main": "src/index.ts", "private": true, From 63bf16553bd27099f6d378a21771bd80249cb714 Mon Sep 17 00:00:00 2001 From: Sai Sankeerth Date: Tue, 1 Oct 2024 12:13:39 +0530 Subject: [PATCH 2/4] chore: update formatting --- src/configurations/destinations/ga4_v2/ui-config.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/configurations/destinations/ga4_v2/ui-config.json b/src/configurations/destinations/ga4_v2/ui-config.json index 351414323..5759521ef 100644 --- a/src/configurations/destinations/ga4_v2/ui-config.json +++ b/src/configurations/destinations/ga4_v2/ui-config.json @@ -18,9 +18,7 @@ "type": "nestedSelect", "label": "Select Account -> Property -> DataStream -> Protocol Secrets", "apiName": "getGA4ConfigData", - "apiDependencies": [ - "rudderAccountId" - ], + "apiDependencies": ["rudderAccountId"], "placeholder": "Select config details", "preRequisites": { "fields": [ @@ -2177,4 +2175,4 @@ } } } -} \ No newline at end of file +} From 87c204c6b344393a4eb9fe2bde55364081e407f7 Mon Sep 17 00:00:00 2001 From: Sandeep Digumarty Date: Tue, 1 Oct 2024 12:25:52 +0530 Subject: [PATCH 3/4] chore(ga4v2): rearrange sections (#1724) --- .../destinations/ga4_v2/ui-config.json | 52 +++++++++---------- .../destinations/ga4_v2/ui-config.jt | 52 +++++++++---------- 2 files changed, 52 insertions(+), 52 deletions(-) diff --git a/src/configurations/destinations/ga4_v2/ui-config.json b/src/configurations/destinations/ga4_v2/ui-config.json index 5759521ef..16eca0669 100644 --- a/src/configurations/destinations/ga4_v2/ui-config.json +++ b/src/configurations/destinations/ga4_v2/ui-config.json @@ -51,32 +51,6 @@ } ] }, - { - "note": "Map source events to destination events and properties", - "title": "Event and property mappings", - "hideEditIcon": true, - "sections": [ - { - "groups": [ - { - "icon": "rightToLine", - "title": "Custom GA4 property mappings", - "fields": [ - { - "type": "redirect", - "redirectGroupKey": "advancedMapping" - } - ], - "note": "Confirm dimensions and metrics to link them to the event properties before sending events to Google Analytics 4", - "callout": { - "message": "Mappings take precedence over any transformations for the destination.", - "type": "info" - } - } - ] - } - ] - }, { "title": "Configuration settings", "note": "Manage the settings for your destination", @@ -337,6 +311,32 @@ ] } ] + }, + { + "note": "Map source events to destination events and properties", + "title": "Event and property mappings", + "hideEditIcon": true, + "sections": [ + { + "groups": [ + { + "icon": "rightToLine", + "title": "Custom GA4 property mappings", + "fields": [ + { + "type": "redirect", + "redirectGroupKey": "advancedMapping" + } + ], + "note": "Confirm dimensions and metrics to link them to the event properties before sending events to Google Analytics 4", + "callout": { + "message": "Mappings take precedence over any transformations for the destination.", + "type": "info" + } + } + ] + } + ] } ], "sdkTemplate": { diff --git a/src/configurations/destinations/ga4_v2/ui-config.jt b/src/configurations/destinations/ga4_v2/ui-config.jt index 81356ee65..2c5abec84 100644 --- a/src/configurations/destinations/ga4_v2/ui-config.jt +++ b/src/configurations/destinations/ga4_v2/ui-config.jt @@ -51,32 +51,6 @@ } ] }, - { - "note": "Map source events to destination events and properties", - "title": "Event and property mappings", - "hideEditIcon": true, - "sections": [ - { - "groups": [ - { - "icon": "rightToLine", - "title": "Custom GA4 property mappings", - "fields": [ - { - "type": "redirect", - "redirectGroupKey": "advancedMapping" - } - ], - "note": "Confirm dimensions and metrics to link them to the event properties before sending events to Google Analytics 4", - "callout": { - "message": "Mappings take precedence over any transformations for the destination.", - "type": "info" - } - } - ] - } - ] - }, { "title": "Configuration settings", "note": "Manage the settings for your destination", @@ -337,6 +311,32 @@ ] } ] + }, + { + "note": "Map source events to destination events and properties", + "title": "Event and property mappings", + "hideEditIcon": true, + "sections": [ + { + "groups": [ + { + "icon": "rightToLine", + "title": "Custom GA4 property mappings", + "fields": [ + { + "type": "redirect", + "redirectGroupKey": "advancedMapping" + } + ], + "note": "Confirm dimensions and metrics to link them to the event properties before sending events to Google Analytics 4", + "callout": { + "message": "Mappings take precedence over any transformations for the destination.", + "type": "info" + } + } + ] + } + ] } ], "sdkTemplate": { From 70ecaa65aea45bcde128cee94d0c9002265121bb Mon Sep 17 00:00:00 2001 From: Sandeep Digumarty Date: Tue, 1 Oct 2024 12:51:49 +0530 Subject: [PATCH 4/4] Revert "chore(ga4v2): rearrange sections" (#1725) --- .../destinations/ga4_v2/ui-config.json | 52 +++++++++---------- .../destinations/ga4_v2/ui-config.jt | 52 +++++++++---------- 2 files changed, 52 insertions(+), 52 deletions(-) diff --git a/src/configurations/destinations/ga4_v2/ui-config.json b/src/configurations/destinations/ga4_v2/ui-config.json index 16eca0669..5759521ef 100644 --- a/src/configurations/destinations/ga4_v2/ui-config.json +++ b/src/configurations/destinations/ga4_v2/ui-config.json @@ -51,6 +51,32 @@ } ] }, + { + "note": "Map source events to destination events and properties", + "title": "Event and property mappings", + "hideEditIcon": true, + "sections": [ + { + "groups": [ + { + "icon": "rightToLine", + "title": "Custom GA4 property mappings", + "fields": [ + { + "type": "redirect", + "redirectGroupKey": "advancedMapping" + } + ], + "note": "Confirm dimensions and metrics to link them to the event properties before sending events to Google Analytics 4", + "callout": { + "message": "Mappings take precedence over any transformations for the destination.", + "type": "info" + } + } + ] + } + ] + }, { "title": "Configuration settings", "note": "Manage the settings for your destination", @@ -311,32 +337,6 @@ ] } ] - }, - { - "note": "Map source events to destination events and properties", - "title": "Event and property mappings", - "hideEditIcon": true, - "sections": [ - { - "groups": [ - { - "icon": "rightToLine", - "title": "Custom GA4 property mappings", - "fields": [ - { - "type": "redirect", - "redirectGroupKey": "advancedMapping" - } - ], - "note": "Confirm dimensions and metrics to link them to the event properties before sending events to Google Analytics 4", - "callout": { - "message": "Mappings take precedence over any transformations for the destination.", - "type": "info" - } - } - ] - } - ] } ], "sdkTemplate": { diff --git a/src/configurations/destinations/ga4_v2/ui-config.jt b/src/configurations/destinations/ga4_v2/ui-config.jt index 2c5abec84..81356ee65 100644 --- a/src/configurations/destinations/ga4_v2/ui-config.jt +++ b/src/configurations/destinations/ga4_v2/ui-config.jt @@ -51,6 +51,32 @@ } ] }, + { + "note": "Map source events to destination events and properties", + "title": "Event and property mappings", + "hideEditIcon": true, + "sections": [ + { + "groups": [ + { + "icon": "rightToLine", + "title": "Custom GA4 property mappings", + "fields": [ + { + "type": "redirect", + "redirectGroupKey": "advancedMapping" + } + ], + "note": "Confirm dimensions and metrics to link them to the event properties before sending events to Google Analytics 4", + "callout": { + "message": "Mappings take precedence over any transformations for the destination.", + "type": "info" + } + } + ] + } + ] + }, { "title": "Configuration settings", "note": "Manage the settings for your destination", @@ -311,32 +337,6 @@ ] } ] - }, - { - "note": "Map source events to destination events and properties", - "title": "Event and property mappings", - "hideEditIcon": true, - "sections": [ - { - "groups": [ - { - "icon": "rightToLine", - "title": "Custom GA4 property mappings", - "fields": [ - { - "type": "redirect", - "redirectGroupKey": "advancedMapping" - } - ], - "note": "Confirm dimensions and metrics to link them to the event properties before sending events to Google Analytics 4", - "callout": { - "message": "Mappings take precedence over any transformations for the destination.", - "type": "info" - } - } - ] - } - ] } ], "sdkTemplate": {