Skip to content

Commit

Permalink
Merge pull request #484 from rudderlabs/release/1.18.0
Browse files Browse the repository at this point in the history
chore(release): pull release/1.18.0 into main
  • Loading branch information
ItsSudip authored Mar 28, 2023
2 parents fa4b240 + 9d9f31c commit bca97e8
Show file tree
Hide file tree
Showing 12 changed files with 429 additions and 35 deletions.
418 changes: 418 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

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.17.1",
"version": "1.18.0",
"description": "",
"main": "src/index.ts",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/configurations/destinations/bingads/db-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BINGADS",
"displayName": "Bing Ads",
"displayName": "Microsoft Ads",
"config": {
"transformAt": "processor",
"transformAtV1": "processor",
Expand Down
2 changes: 1 addition & 1 deletion src/configurations/destinations/ga/db-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "GA",
"displayName": "Google Analytics",
"displayName": "Google Analytics (GA)",
"config": {
"auth": {
"type": "OAuth",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "GOOGLE_ADWORDS_ENHANCED_CONVERSIONS",
"displayName": "Google Adwords Enhanced Conversions",
"displayName": "Google Ads Enhanced Conversions",
"config": {
"auth": {
"type": "OAuth",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "GOOGLE_ADWORDS_REMARKETING_LISTS",
"displayName": "Google Adwords Remarketing Lists (Customer Match)",
"displayName": "Google Ads Remarketing Lists (Customer Match)",
"config": {
"auth": {
"type": "OAuth",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "GOOGLEPUBSUB",
"displayName": "Google Pub/Sub",
"displayName": "Google Cloud Pub/Sub",
"config": {
"transformAt": "processor",
"transformAtV1": "processor",
Expand Down
2 changes: 1 addition & 1 deletion src/configurations/destinations/kissmetrics/db-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "KISSMETRICS",
"displayName": "Kiss Metrics",
"displayName": "Kissmetrics",
"config": {
"transformAt": "processor",
"transformAtV1": "processor",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"cordova",
"warehouse"
],
"supportedMessageTypes": ["track", "page", "screen", "identify"],
"supportedMessageTypes": ["track", "page", "screen"],
"destConfig": {
"defaultConfig": [
"sdkKey",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"oauthRole": "singer-google-analytics",
"provider": "Google"
},
"image": "rudderstack/source-google-analytics-v4:v4.0.1"
"image": "rudderstack/source-google-analytics-data-api:v6.0.0"
}
}
24 changes: 0 additions & 24 deletions src/configurations/sources/snowflake/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,30 +67,6 @@
"regex": ".*",
"required": true,
"secret": true
},
{
"type": "singleSelect",
"label": "Choose your Cloud",
"value": "cloudProvider",
"options": [
{
"name": "Amazon Web Services",
"value": "AWS"
},
{
"name": "Google Cloud Platform",
"value": "GCP"
},
{
"name": "Microsoft Azure",
"value": "AZURE"
}
],
"defaultOption": {
"name": "Amazon Web Services",
"value": "AWS"
},
"required": true
}
]
}
Expand Down

0 comments on commit bca97e8

Please sign in to comment.