Skip to content

Commit

Permalink
Merge pull request #1636 from rudderlabs/hotfix-release/v1.87.2
Browse files Browse the repository at this point in the history
chore(release): pull hotfix-release/v1.87.2 into main
  • Loading branch information
shrouti1507 authored Aug 26, 2024
2 parents 07af7b0 + 48f9aa5 commit 5660740
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.87.2](https://github.com/rudderlabs/rudder-config-schema/compare/v1.87.1...v1.87.2) (2024-08-26)


### Bug Fixes

* remove wrong conf from snapchat conversion and add for custom aud ([c5b1097](https://github.com/rudderlabs/rudder-config-schema/commit/c5b1097832efb29e0c4ff1b21fe73f3505b9a128))

### [1.87.1](https://github.com/rudderlabs/rudder-config-schema/compare/v1.87.0...v1.87.1) (2024-08-26)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rudder-config-schema",
"version": "1.87.1",
"version": "1.87.2",
"description": "",
"main": "src/index.ts",
"private": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"config": {
"transformAtV1": "router",
"saveDestinationResponse": true,
"isAudienceSupported": true,
"includeKeys": ["oneTrustCookieCategories", "consentManagement"],
"excludeKeys": [],
"supportedSourceTypes": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"supportsVisualMapper": true,
"auth": { "type": "OAuth", "role": "snapchat_custom_audience", "rudderScopes": ["delivery"] },
"transformAtV1": "router",
"isAudienceSupported": true,
"saveDestinationResponse": true,
"includeKeys": [
"segmentId",
Expand All @@ -17,8 +18,6 @@
"supportedSourceTypes": ["cloud", "warehouse", "shopify"],
"supportedMessageTypes": { "cloud": ["audiencelist"] },
"supportedConnectionModes": {
"shopify": ["cloud"],
"cloud": ["cloud"],
"warehouse": ["cloud"]
},
"syncBehaviours": ["mirror"],
Expand All @@ -31,9 +30,7 @@
"disableHashing",
"oneTrustCookieCategories"
],
"cloud": ["connectionMode", "consentManagement"],
"warehouse": ["connectionMode", "consentManagement"],
"shopify": ["connectionMode", "consentManagement"]
"warehouse": ["connectionMode", "consentManagement"]
},
"secretKeys": ["segmentId"]
}
Expand Down

0 comments on commit 5660740

Please sign in to comment.