Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): pull release/v1.63.0 into main #1165

Merged
merged 25 commits into from
Jan 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
6adf476
chore: updates sendgrid image
a-rampalli Jan 8, 2024
d333409
Merge branch 'develop' into chore-updates-sendgrid-image-etl-229
a-rampalli Jan 8, 2024
3513b6c
Merge pull request #1149 from rudderlabs/chore-updates-sendgrid-image…
a-rampalli Jan 8, 2024
6bb6e29
fix: update stripe image to fix subscription sync [ETL-239] (#1151)
nidhilashkari17 Jan 8, 2024
0b5f877
Merge pull request #1154 from rudderlabs/main
krishna2020 Jan 10, 2024
fc6b0de
chore: update wht lib projects to use ssh urls (#1152)
am6010 Jan 15, 2024
8cb0906
chore: updates sendgrid image
a-rampalli Jan 16, 2024
95a30b3
Merge pull request #1156 from rudderlabs/chore-etl-253-sendgrid-image…
a-rampalli Jan 16, 2024
4d29a03
chore(release): pull main into develop post release v1.62.1 (#1158)
github-actions[bot] Jan 16, 2024
d866682
chore: updates hubspot image for testing (#1159)
a-rampalli Jan 16, 2024
7bd2848
feat: tiktok_ads: support new event version 2.0
anantjain45823 Jan 17, 2024
556b032
Merge branch 'develop' into feat.tiktok2.0
anantjain45823 Jan 17, 2024
1c83f37
chore: small fix
anantjain45823 Jan 17, 2024
059c0cf
chore: reverts hubspot image post testing
a-rampalli Jan 18, 2024
c91ce0d
Merge pull request #1162 from rudderlabs/chore-revert-hubspot-image-p…
a-rampalli Jan 18, 2024
d338d02
feat: onboard new destination spotify pixel (#1139)
shrouti1507 Jan 18, 2024
6431741
Merge pull request #1160 from rudderlabs/feat.tiktok2.0
anantjain45823 Jan 19, 2024
38d47b5
feat: adding proxy server url in amplitude device mode (#1163)
shrouti1507 Jan 19, 2024
3d4e32f
chore: unhide tradedesk (#1164)
yashasvibajpai Jan 19, 2024
914bde6
feat: onboard customerio to new UI (#1118)
ujjwal-ab Jan 22, 2024
26a67b0
Merge remote-tracking branch 'origin/main' into develop
web-flow Jan 22, 2024
6981464
chore(release): 1.63.0
web-flow Jan 22, 2024
f91fe2a
fix: regex issue of proxy url (#1167)
shrouti1507 Jan 23, 2024
d6c2ae3
fix: remove extra prerequisite fields for event filtering field
anantjain45823 Jan 24, 2024
3b5ab75
chore: remove unused file metadata from spotify pixel
anantjain45823 Jan 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.63.0](https://github.com/rudderlabs/rudder-config-schema/compare/v1.62.1...v1.63.0) (2024-01-22)


### Features

* adding proxy server url in amplitude device mode ([#1163](https://github.com/rudderlabs/rudder-config-schema/issues/1163)) ([38d47b5](https://github.com/rudderlabs/rudder-config-schema/commit/38d47b57f9da248adcb0594387f7f1eefb841d3c))
* onboard customerio to new UI ([#1118](https://github.com/rudderlabs/rudder-config-schema/issues/1118)) ([914bde6](https://github.com/rudderlabs/rudder-config-schema/commit/914bde6b62067ba1097c7734fb212963f7d4aaf6))
* onboard new destination spotify pixel ([#1139](https://github.com/rudderlabs/rudder-config-schema/issues/1139)) ([d338d02](https://github.com/rudderlabs/rudder-config-schema/commit/d338d02f220395737352faa45473fced803512a8))
* tiktok_ads: support new event version 2.0 ([7bd2848](https://github.com/rudderlabs/rudder-config-schema/commit/7bd2848349092f89f0f5d149cc3051c3347cbb19))


### Bug Fixes

* update stripe image to fix subscription sync [ETL-239] ([#1151](https://github.com/rudderlabs/rudder-config-schema/issues/1151)) ([6bb6e29](https://github.com/rudderlabs/rudder-config-schema/commit/6bb6e29318b6c526987dd2488d28a477fab205e8))

### [1.62.1](https://github.com/rudderlabs/rudder-config-schema/compare/v1.62.0...v1.62.1) (2024-01-16)


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.62.1",
"version": "1.63.0",
"description": "",
"main": "src/index.ts",
"private": true,
Expand Down
6 changes: 4 additions & 2 deletions src/configurations/destinations/am/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"eventUploadPeriodMillis",
"trackNewCampaigns",
"userProvidedScreenEventString",
"useUserDefinedScreenEventName"
"useUserDefinedScreenEventName",
"proxyServerUrl"
],
"excludeKeys": [],
"supportedSourceTypes": [
Expand Down Expand Up @@ -109,7 +110,8 @@
"attribution",
"eventUploadThreshold",
"eventUploadPeriodMillis",
"trackNewCampaigns"
"trackNewCampaigns",
"proxyServerUrl"
],
"android": [
"eventUploadPeriodMillis",
Expand Down
9 changes: 9 additions & 0 deletions src/configurations/destinations/am/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@
"enum": ["standard", "EU"],
"default": "standard"
},
"proxyServerUrl": {
"type": "object",
"properties": {
"web": {
"type": "string",
"pattern": "^(?!http:\/\/)(?:(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(?!.*\\.ngrok\\.io).*)$"
}
}
},
"trackAllPages": {
"type": "boolean",
"default": false
Expand Down
11 changes: 10 additions & 1 deletion src/configurations/destinations/am/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,15 @@
"title": "SDK settings",
"note": "not visible in the ui",
"fields": [
{
"type": "textInput",
"label": "Proxy server url",
"note": "Send data to Amplitude by using a domain proxy to relay requests. Presently supported for web device mode only",
"configKey": "proxyServerUrl",
"regex":"^(?!http:\/\/)(?:(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(?!.*\\.ngrok\\.io).*)$",
"regexErrorMessage": "Invalid Proxy Server URL",
"placeholder": "e.g: https://proxyserver.url.com"
},
{
"type": "checkbox",
"label": "Enable location listening",
Expand Down Expand Up @@ -616,4 +625,4 @@
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"web": ["dataUseInApp", "useNativeSDK", "sendPageNameInSDK"]
"web": ["connectionMode", "dataUseInApp", "useNativeSDK", "sendPageNameInSDK"]
},
"secretKeys": []
}
Expand Down
10 changes: 8 additions & 2 deletions src/configurations/destinations/customerio/schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"configSchema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"required": ["siteID", "apiKey"],
"required": ["apiKey", "siteID", "datacenter"],
"type": "object",
"properties": {
"siteID": {
Expand Down Expand Up @@ -45,6 +45,12 @@
}
}
},
"connectionMode": {
"type": "object",
"properties": {
"web": { "type": "string", "enum": ["cloud", "device"] }
}
},
"eventFilteringOption": {
"type": "string",
"enum": ["disable", "whitelistedEvents", "blacklistedEvents"],
Expand Down Expand Up @@ -93,7 +99,7 @@
"properties": {
"purpose": {
"type": "string",
"pattern": "^(.{0,100})$"
"pattern": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{0,100})$"
}
}
}
Expand Down
Loading
Loading