From 40afb26fe3242689f0511491e091eacb285fa475 Mon Sep 17 00:00:00 2001 From: Vikas26021999 <79831638+Vikas26021999@users.noreply.github.com> Date: Thu, 18 Jul 2024 16:32:59 +0530 Subject: [PATCH 1/2] feat: enable router for fb_custom_audience (#1554) Co-authored-by: Vikas Venkatraman Co-authored-by: ItsSudip --- .../destinations/fb_custom_audience/db-config.json | 2 +- src/configurations/destinations/ga4_v2/ui-config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/configurations/destinations/fb_custom_audience/db-config.json b/src/configurations/destinations/fb_custom_audience/db-config.json index 6d1aeb7a1..34eeeb9da 100644 --- a/src/configurations/destinations/fb_custom_audience/db-config.json +++ b/src/configurations/destinations/fb_custom_audience/db-config.json @@ -6,7 +6,7 @@ "disableJsonMapper": true, "supportsVisualMapper": true, "syncBehaviours": ["mirror"], - "transformAtV1": "processor", + "transformAtV1": "router", "saveDestinationResponse": true, "includeKeys": ["oneTrustCookieCategories", "consentManagement"], "excludeKeys": [], diff --git a/src/configurations/destinations/ga4_v2/ui-config.json b/src/configurations/destinations/ga4_v2/ui-config.json index 63eff9a6e..a3f99fa54 100644 --- a/src/configurations/destinations/ga4_v2/ui-config.json +++ b/src/configurations/destinations/ga4_v2/ui-config.json @@ -2156,4 +2156,4 @@ } } } -} \ No newline at end of file +} From 4861b83b327d840301d29b9808cb8b22d5ad90db Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 18 Jul 2024 11:06:53 +0000 Subject: [PATCH 2/2] chore(release): 1.82.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76d188695..827ffabb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.82.0](https://github.com/rudderlabs/rudder-config-schema/compare/v1.81.0...v1.82.0) (2024-07-18) + + +### Features + +* enable router for fb_custom_audience ([#1554](https://github.com/rudderlabs/rudder-config-schema/issues/1554)) ([40afb26](https://github.com/rudderlabs/rudder-config-schema/commit/40afb26fe3242689f0511491e091eacb285fa475)) + ## [1.81.0](https://github.com/rudderlabs/rudder-config-schema/compare/v1.80.0...v1.81.0) (2024-07-17) diff --git a/package-lock.json b/package-lock.json index 924df598c..760e4346c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rudder-config-schema", - "version": "1.81.0", + "version": "1.82.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rudder-config-schema", - "version": "1.81.0", + "version": "1.82.0", "license": "MIT", "dependencies": { "ajv": "^8.12.0", diff --git a/package.json b/package.json index 14a0a66db..c62513744 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rudder-config-schema", - "version": "1.81.0", + "version": "1.82.0", "description": "", "main": "src/index.ts", "private": true,