Skip to content

Commit

Permalink
Merge pull request #942 from rudderlabs/hotfix-release/v1.53.0
Browse files Browse the repository at this point in the history
chore(release): pull hotfix-release/v1.53.0 into main
  • Loading branch information
ItsSudip authored Sep 26, 2023
2 parents 0559778 + c208c18 commit 47703d8
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 9 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.53.0](https://github.com/rudderlabs/rudder-config-schema/compare/v1.52.0...v1.53.0) (2023-09-26)


### Features

* enabling vdm label for google remarketting lists ([#939](https://github.com/rudderlabs/rudder-config-schema/issues/939)) ([8ab88fa](https://github.com/rudderlabs/rudder-config-schema/commit/8ab88fa764ce6030ce96f44ca7e5c6f182fb6c46))


### Bug Fixes

* move credentials to secret ([#938](https://github.com/rudderlabs/rudder-config-schema/issues/938)) ([e915d65](https://github.com/rudderlabs/rudder-config-schema/commit/e915d65b64afceb6fe7693d8a536bbad91f7c483))

## [1.52.0](https://github.com/rudderlabs/rudder-config-schema/compare/v1.51.3...v1.52.0) (2023-09-25)


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.52.0",
"version": "1.53.0",
"description": "",
"main": "src/index.ts",
"private": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,14 @@
},
"secretKeys": []
},
"options": { "isBeta": false }
"options": {
"isBeta": false,
"destinationFeatures": {
"vdmLabels": {
"newAudienceAlternateLabel": "Create New List",
"existingAudienceAlternateLabel": "Use Existing List",
"audienceAlternateLabel": "List Id"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"oneTrustCookieCategories"
]
},
"secretKeys": ["apiKeyId", "gcloudAuthorization"]
"secretKeys": ["credentials"]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"value": "credentials",
"regex": ".*",
"required": true,
"footerNote": "The credentials JSON is used by the client library to access the Google Cloud Fucction API"
"footerNote": "The credentials JSON is used by the client library to access the Google Cloud Function API"
}
]
},
Expand Down
8 changes: 5 additions & 3 deletions src/configurations/sources/trino/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
"options": {
"hidden": true,
"syncBehaviours": [
"upsert" ],
"isSqlModelSupported": false,
"upsert",
"mirror"
],
"isSqlModelSupported": true,
"isAudienceSupported": false
},
"type": "warehouse"
}
}

0 comments on commit 47703d8

Please sign in to comment.