Skip to content

Commit

Permalink
Merge pull request #396 from rudderlabs/release/1.8.0
Browse files Browse the repository at this point in the history
chore(release): pull release/1.8.0 into main
  • Loading branch information
shrouti1507 authored Feb 21, 2023
2 parents 78c2154 + 299c75b commit 3741eee
Show file tree
Hide file tree
Showing 23 changed files with 377 additions and 27 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/report-code-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,10 @@ jobs:
with:
fetch-depth: 0

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16

- name: Coverage Report
uses: ArtiomTr/jest-coverage-report-action@v2
283 changes: 283 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.7.2",
"version": "1.8.0",
"description": "",
"main": "src/index.ts",
"private": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"transformAt": "router",
"transformAtV1": "router",
"saveDestinationResponse": true,
"isAudienceSupported": true,
"includeKeys": [],
"excludeKeys": [],
"supportedSourceTypes": [
Expand Down
17 changes: 14 additions & 3 deletions src/configurations/destinations/am/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "AM",
"displayName": "Amplitude",
"config": {
"isAudienceSupported": false,
"supportsVisualMapper": true,
"transformAt": "processor",
"transformAtV1": "processor",
Expand Down Expand Up @@ -54,7 +55,14 @@
"flutter",
"cordova"
],
"supportedMessageTypes": ["alias", "group", "identify", "page", "screen", "track"],
"supportedMessageTypes": [
"alias",
"group",
"identify",
"page",
"screen",
"track"
],
"destConfig": {
"defaultConfig": [
"apiKey",
Expand Down Expand Up @@ -128,6 +136,9 @@
"useIdfaAsDeviceId"
]
},
"secretKeys": ["apiKey", "apiSecret"]
"secretKeys": [
"apiKey",
"apiSecret"
]
}
}
}
1 change: 1 addition & 0 deletions src/configurations/destinations/ga/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"role": "google_analytics"
},
"supportsVisualMapper": true,
"isAudienceSupported": false,
"transformAt": "processor",
"transformAtV1": "processor",
"saveDestinationResponse": false,
Expand Down
6 changes: 4 additions & 2 deletions src/configurations/destinations/ga4/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"whitelistedEvents",
"blacklistedEvents",
"oneTrustCookieCategories",
"debugMode"
"debugMode",
"addSendToParameter"
],
"excludeKeys": [],
"supportedSourceTypes": [
Expand Down Expand Up @@ -50,6 +51,7 @@
"extendPageViewParams",
"sendUserId",
"debugMode",
"addSendToParameter",
"eventFilteringOption",
"whitelistedEvents",
"blacklistedEvents"
Expand All @@ -61,4 +63,4 @@
"secretKeys": ["apiSecret"]
},
"options": { "isBeta": true }
}
}
3 changes: 3 additions & 0 deletions src/configurations/destinations/ga4/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@
"debugMode": {
"type": "boolean"
},
"addSendToParameter": {
"type": "boolean"
},
"whitelistedEvents": {
"type": "array",
"items": {
Expand Down
9 changes: 8 additions & 1 deletion src/configurations/destinations/ga4/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,13 @@
"selectedValue": true
}
]
},
{
"type": "checkbox",
"label": "Add send_to parameter in gtag event call",
"value": "addSendToParameter",
"default": false,
"footerNote": "Enabling this toggle ensures that event will only be sent to the GA4 property with the measurement id configured in connection settings"
}
]
},
Expand Down Expand Up @@ -285,4 +292,4 @@
]
}
]
}
}
1 change: 1 addition & 0 deletions src/configurations/destinations/heap/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"transformAtV1": "processor",
"cdkEnabled": true,
"saveDestinationResponse": true,
"isAudienceSupported": true,
"includeKeys": [
"appId",
"blacklistedEvents",
Expand Down
13 changes: 10 additions & 3 deletions src/configurations/destinations/hs/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "HS",
"displayName": "HubSpot",
"config": {
"isAudienceSupported": true,
"supportsVisualMapper": true,
"transformAt": "router",
"transformAtV1": "router",
Expand All @@ -26,7 +27,10 @@
"flutter",
"cordova"
],
"supportedMessageTypes": ["identify", "track"],
"supportedMessageTypes": [
"identify",
"track"
],
"destConfig": {
"defaultConfig": [
"authorizationType",
Expand All @@ -44,8 +48,11 @@
"eventFilteringOption",
"doAssociation"
],
"web": ["useNativeSDK", "oneTrustCookieCategories"]
"web": [
"useNativeSDK",
"oneTrustCookieCategories"
]
},
"secretKeys": []
}
}
}
1 change: 1 addition & 0 deletions src/configurations/destinations/intercom/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"transformAt": "processor",
"transformAtV1": "processor",
"saveDestinationResponse": true,
"isAudienceSupported": true,
"includeKeys": [
"appId",
"mobileApiKeyAndroid",
Expand Down
1 change: 1 addition & 0 deletions src/configurations/destinations/klaviyo/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"transformAt": "router",
"transformAtV1": "router",
"saveDestinationResponse": true,
"isAudienceSupported": true,
"includeKeys": [
"publicApiKey",
"sendPageAsTrack",
Expand Down
10 changes: 8 additions & 2 deletions src/configurations/destinations/mailchimp/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "MAILCHIMP",
"displayName": "Mailchimp",
"config": {
"isAudienceSupported": false,
"supportsVisualMapper": true,
"transformAt": "router",
"transformAtV1": "router",
Expand All @@ -22,8 +23,13 @@
],
"supportedMessageTypes": ["identify", "track"],
"destConfig": {
"defaultConfig": ["apiKey", "audienceId", "datacenterId", "enableMergeFields"]
"defaultConfig": [
"apiKey",
"audienceId",
"datacenterId",
"enableMergeFields"
]
},
"secretKeys": []
}
}
}
12 changes: 9 additions & 3 deletions src/configurations/destinations/marketo/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "MARKETO",
"displayName": "Marketo",
"config": {
"isAudienceSupported": true,
"supportsVisualMapper": true,
"transformAt": "router",
"transformAtV1": "router",
Expand All @@ -20,7 +21,10 @@
"flutter",
"cordova"
],
"supportedMessageTypes": ["identify", "track"],
"supportedMessageTypes": [
"identify",
"track"
],
"destConfig": {
"defaultConfig": [
"accountId",
Expand All @@ -34,7 +38,9 @@
"leadTraitMapping"
]
},
"secretKeys": ["clientSecret"]
"secretKeys": [
"clientSecret"
]
},
"responseRules": {
"responseType": "JSON",
Expand Down Expand Up @@ -103,4 +109,4 @@
]
}
}
}
}
4 changes: 2 additions & 2 deletions src/configurations/destinations/mp/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "MP",
"displayName": "Mixpanel",
"config": {
"transformAt": "processor",
"transformAtV1": "processor",
"transformAt": "router",
"transformAtV1": "router",
"saveDestinationResponse": true,
"includeKeys": [
"token",
Expand Down
12 changes: 9 additions & 3 deletions src/configurations/destinations/salesforce/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "SALESFORCE",
"displayName": "Salesforce",
"config": {
"isAudienceSupported": true,
"supportsVisualMapper": true,
"transformAt": "router",
"transformAtV1": "router",
Expand All @@ -20,7 +21,9 @@
"flutter",
"cordova"
],
"supportedMessageTypes": ["identify"],
"supportedMessageTypes": [
"identify"
],
"destConfig": {
"defaultConfig": [
"userName",
Expand All @@ -31,6 +34,9 @@
"useContactId"
]
},
"secretKeys": ["password", "initialAccessToken"]
"secretKeys": [
"password",
"initialAccessToken"
]
}
}
}
1 change: 1 addition & 0 deletions src/configurations/destinations/sendgrid/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "SENDGRID",
"displayName": "Sendgrid",
"config": {
"isAudienceSupported": true,
"transformAt": "router",
"transformAtV1": "router",
"saveDestinationResponse": true,
Expand Down
1 change: 1 addition & 0 deletions src/configurations/destinations/webhook/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "WEBHOOK",
"displayName": "Webhook",
"config": {
"isAudienceSupported": true,
"transformAt": "processor",
"transformAtV1": "processor",
"saveDestinationResponse": false,
Expand Down
4 changes: 2 additions & 2 deletions src/configurations/destinations/zendesk/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "ZENDESK",
"displayName": "Zendesk",
"config": {
"transformAt": "processor",
"transformAtV1": "processor",
"transformAt": "router",
"transformAtV1": "router",
"saveDestinationResponse": true,
"includeKeys": [],
"excludeKeys": [],
Expand Down
6 changes: 3 additions & 3 deletions src/configurations/sources/singer_customer_io/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"category": "singer-protocol",
"displayName": "Customer.io",
"options": {
"image": "rudderstack/source-customer-io:v1",
"digest": "sha256:177b64138c431332337ef946ff903a31883de51068475504978371797b8dd481"
"image": "rudderstack/customer-io-source:v1.1.0",
"digest": "sha256:0582066144cadc5980acf586b1b5ceb6d293f7706aae0d0bea91e558717409a8"
}
}
}
Loading

0 comments on commit 3741eee

Please sign in to comment.