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.51.0 into main #919

Merged
merged 44 commits into from
Sep 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
54ac1fe
feat(iterable): move to new ui
mihir-4116 Aug 1, 2023
b364fad
chore: additional improvements
mihir-4116 Aug 1, 2023
9249631
Merge branch 'develop' into feat.move-iterable-to-new-ui
mihir-4116 Aug 2, 2023
d6f3634
Merge branch 'develop' into feat.move-iterable-to-new-ui
mihir-4116 Aug 4, 2023
2dc62b5
Merge branch 'develop' into feat.move-iterable-to-new-ui
ujjwal-ab Aug 10, 2023
a2c3033
Merge branch 'develop' into feat.move-iterable-to-new-ui
mihir-4116 Aug 21, 2023
d28d7ed
Merge branch 'develop' into feat.move-iterable-to-new-ui
mihir-4116 Aug 22, 2023
e902815
fix(iterable): schema issues
mihir-4116 Aug 23, 2023
b7135e9
Merge branch 'develop' into feat.move-iterable-to-new-ui
ujjwal-ab Aug 23, 2023
4d806d4
chore: added support of registerDeviceOrBrowserApiKey
mihir-4116 Aug 23, 2023
d84af83
Merge pull request #884 from rudderlabs/main
a-rampalli Sep 4, 2023
88841c2
feat(INT-339): enable mirror mode for marketo static list (#843)
anantjain45823 Sep 4, 2023
8a051cc
chore(ETL-66): updated fb marketing image to use marketing api versio…
nidhilashkari17 Sep 5, 2023
c68bfc1
chore: resolved conflicts (#890)
mihir-4116 Sep 5, 2023
ffe4d2d
Merge pull request #889 from rudderlabs/main
mihir-4116 Sep 5, 2023
3366668
fix: fb ads account validation (ETL-114) (#892)
nidhilashkari17 Sep 5, 2023
1c8a81b
Merge pull request #896 from rudderlabs/main
ItsSudip Sep 8, 2023
36c6c2c
chore: updates hubspot to 8.1.10
a-rampalli Sep 11, 2023
4600e91
chore: updates mixpanel to 8.1.10
a-rampalli Sep 11, 2023
349de9a
Merge pull request #897 from rudderlabs/chore/ETL-123-updateImages
a-rampalli Sep 11, 2023
66fc6e3
Merge pull request #899 from rudderlabs/main
a-rampalli Sep 12, 2023
a8598bf
Merge branch 'develop' into feat.move-iterable-to-new-ui
mihir-4116 Sep 12, 2023
b5090f2
Merge pull request #903 from rudderlabs/main
utsabc Sep 12, 2023
a9deca0
feat: onboard launchdarkly audience (#877)
Gauravudia Sep 12, 2023
099a69f
Merge branch 'develop' into feat.move-iterable-to-new-ui
mihir-4116 Sep 13, 2023
bfb1f1e
chore: code review changes
mihir-4116 Sep 14, 2023
d6fc0a0
Merge pull request #802 from rudderlabs/feat.move-iterable-to-new-ui
mihir-4116 Sep 14, 2023
33c3d5f
feat: onboard cloud mode support for fullstory on new UI (#875)
yashasvibajpai Sep 15, 2023
04352c5
chore: add beta tag to MSL (#904)
anantjain45823 Sep 15, 2023
f870b4a
feat(appcues): added proxyUrl support
mihir-4116 Sep 15, 2023
42a7643
chore: code review changes
mihir-4116 Sep 15, 2023
a060b4f
chore: updates intercom to 8.1.12
a-rampalli Sep 15, 2023
077da11
Merge pull request #906 from rudderlabs/chore-ETL-135-updateIntercomI…
a-rampalli Sep 15, 2023
c696c2c
feat(INT-523): update customerIo UI config to convert datacenter fiel…
anantjain45823 Sep 15, 2023
5e3ac68
Merge branch 'develop' into feat.appcues
mihir-4116 Sep 15, 2023
70a17f6
fix(INT-568): slack send event to event specific channel using webhoo…
anantjain45823 Sep 15, 2023
2ee06a2
chore: code review changes
mihir-4116 Sep 15, 2023
3143e68
chore: code review changes
mihir-4116 Sep 15, 2023
eea712e
Merge branch 'develop' into feat.appcues
mihir-4116 Sep 15, 2023
0b93d06
Merge pull request #905 from rudderlabs/feat.appcues
mihir-4116 Sep 15, 2023
733255e
Merge pull request #916 from rudderlabs/main
ItsSudip Sep 19, 2023
f84b104
chore: add supported message types for fullstory (#918)
yashasvibajpai Sep 19, 2023
136f8e1
chore(release): 1.51.0
web-flow Sep 20, 2023
97f5468
address comment
ItsSudip Sep 21, 2023
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
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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


### Features

* **appcues:** added proxyUrl support ([f870b4a](https://github.com/rudderlabs/rudder-config-schema/commit/f870b4aed86ba2dcc77fc58f95f8401e273eff92))
* **INT-339:** enable mirror mode for marketo static list ([#843](https://github.com/rudderlabs/rudder-config-schema/issues/843)) ([88841c2](https://github.com/rudderlabs/rudder-config-schema/commit/88841c2d4b9081f263ceace003499f7ee873cfe6))
* **INT-523:** update customerIo UI config to convert datacenter field t dropdown ([#880](https://github.com/rudderlabs/rudder-config-schema/issues/880)) ([c696c2c](https://github.com/rudderlabs/rudder-config-schema/commit/c696c2c1da6ae8450562565837cf11f60b9055ea))
* **iterable:** move to new ui ([54ac1fe](https://github.com/rudderlabs/rudder-config-schema/commit/54ac1fef3a868c491bcee9deff4b735e6d14edaa))
* onboard cloud mode support for fullstory on new UI ([#875](https://github.com/rudderlabs/rudder-config-schema/issues/875)) ([33c3d5f](https://github.com/rudderlabs/rudder-config-schema/commit/33c3d5f235cb3b26ed0b4acc5257bb1bd3f55559))
* onboard launchdarkly audience ([#877](https://github.com/rudderlabs/rudder-config-schema/issues/877)) ([a9deca0](https://github.com/rudderlabs/rudder-config-schema/commit/a9deca09e4df5a3517555e124cddb5ed5febd633))


### Bug Fixes

* fb ads account validation (ETL-114) ([#892](https://github.com/rudderlabs/rudder-config-schema/issues/892)) ([3366668](https://github.com/rudderlabs/rudder-config-schema/commit/33666685d667eec4ec72f5043c60e2249940cca0))
* **INT-568:** slack send event to event specific channel using webhooks ([#895](https://github.com/rudderlabs/rudder-config-schema/issues/895)) ([70a17f6](https://github.com/rudderlabs/rudder-config-schema/commit/70a17f663887377f4e4625091585396ec1521820))
* **iterable:** schema issues ([e902815](https://github.com/rudderlabs/rudder-config-schema/commit/e902815a7d665445b35394ff8be9f99e10efa1a0))

## [1.50.0](https://github.com/rudderlabs/rudder-config-schema/compare/v1.49.2...v1.50.0) (2023-09-19)


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.50.0",
"version": "1.51.0",
"description": "",
"main": "src/index.ts",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/configurations/destinations/appcues/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
},
"secretKeys": []
}
}
}
4 changes: 2 additions & 2 deletions src/configurations/destinations/customerio/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"includeKeys": [
"apiKey",
"siteID",
"datacenterEU",
"datacenter",
"blacklistedEvents",
"whitelistedEvents",
"oneTrustCookieCategories",
Expand All @@ -36,7 +36,7 @@
"defaultConfig": [
"apiKey",
"siteID",
"datacenterEU",
"datacenter",
"deviceTokenEventName",
"blacklistedEvents",
"whitelistedEvents",
Expand Down
20 changes: 7 additions & 13 deletions src/configurations/destinations/customerio/schema.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"configSchema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"siteID",
"apiKey"
],
"required": ["siteID", "apiKey"],
"type": "object",
"properties": {
"siteID": {
Expand All @@ -19,9 +16,10 @@
"type": "string",
"pattern": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{0,100})$"
},
"datacenterEU": {
"type": "boolean",
"default": false
"datacenter": {
"type": "string",
"enum": ["US", "EU"],
"default": "US"
},
"sendPageNameInSDK": {
"type": "object",
Expand All @@ -41,11 +39,7 @@
},
"eventFilteringOption": {
"type": "string",
"enum": [
"disable",
"whitelistedEvents",
"blacklistedEvents"
],
"enum": ["disable", "whitelistedEvents", "blacklistedEvents"],
"default": "disable"
},
"whitelistedEvents": {
Expand Down Expand Up @@ -86,4 +80,4 @@
}
}
}
}
}
30 changes: 22 additions & 8 deletions src/configurations/destinations/customerio/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,35 @@
"regex": "^(.{0,100})$",
"regexErrorMessage": "Invalid Event Name",
"placeholder": "e.g: device_token_registered",
"footerNote": "This event should be fired just after setting device token to enable sending device tokens to CustomerIO immediately."
"footerNote": "This event should be fired just after setting device token to enable sending device tokens to Customer.io immediately."
},
{
"type": "checkbox",
"label": "Account based in the EU data center?",
"value": "datacenterEU",
"default": false,
"footerNote": "Turn it ON if you want to send data to EU servers"
"type": "singleSelect",
"label": "Data Center",
"value": "datacenter",
"mode": "single",
"options": [
{
"name": "US",
"value": "US"
},
{
"name": "EU",
"value": "EU"
}
],
"defaultOption": {
"name": "US",
"value": "US"
},
"footerNote": "Select your Customer.io Data Center"
},
{
"type": "checkbox",
"label": "Send Page Name in SDK mode",
"value": "sendPageNameInSDK",
"default": true,
"footerNote": "Turn it OFF if you don't want to send the page name when connected in device mode. If OFF page name will automatically be captured by CustomerIo."
"footerNote": "Turn it OFF if you don't want to send the page name when connected in device mode. If OFF page name will automatically be captured by Customer.io."
}
]
},
Expand Down Expand Up @@ -132,4 +146,4 @@
]
}
]
}
}
43 changes: 26 additions & 17 deletions src/configurations/destinations/fullstory/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "FULLSTORY",
"displayName": "Fullstory",
"config": {
"cdkV2Enabled": true,
"transformAt": "processor",
"transformAtV1": "processor",
"saveDestinationResponse": true,
Expand All @@ -15,31 +16,39 @@
"eventFilteringOption"
],
"excludeKeys": [],
"supportedMessageTypes": ["track", "identify", "page", "screen"],
"supportedSourceTypes": [
"web",
"android",
"ios"
"ios",
"unity",
"amp",
"cloud",
"warehouse",
"reactnative",
"flutter",
"cordova",
"shopify"
],
"supportedConnectionModes": {
"android": ["cloud", "device"],
"ios": ["cloud", "device"],
"web": ["cloud", "device"]
},
"destConfig": {
"defaultConfig": [
"apiKey",
"fs_org",
"fs_host",
"fs_debug_mode",
"blacklistedEvents",
"whitelistedEvents",
"eventFilteringOption",
"oneTrustCookieCategories"
],
"web": [
"useNativeSDK"
],
"android": [
"useNativeSDK"
"oneTrustCookieCategories",
"eventFilteringOption"
],
"ios": [
"useNativeSDK"
]
"web": ["useNativeSDK", "connectionMode", "fs_debug_mode", "fs_host"],
"android": ["useNativeSDK", "connectionMode"],
"ios": ["useNativeSDK", "connectionMode"]
},
"secretKeys": []
}
}
"secretKeys": ["apiKey"]
},
"options": { "isBeta": true }
}
147 changes: 146 additions & 1 deletion src/configurations/destinations/fullstory/schema.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,148 @@
{
"configSchema": null
"configSchema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [],
"type": "object",
"properties": {
"eventFilteringOption": {
"type": "string",
"enum": ["disable", "whitelistedEvents", "blacklistedEvents"],
"default": "disable"
},
"whitelistedEvents": {
"type": "array",
"items": {
"type": "object",
"properties": {
"eventName": {
"type": "string",
"pattern": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{0,100})$"
}
}
}
},
"blacklistedEvents": {
"type": "array",
"items": {
"type": "object",
"properties": {
"eventName": {
"type": "string",
"pattern": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{0,100})$"
}
}
}
},
"oneTrustCookieCategories": {
"type": "array",
"items": {
"type": "object",
"properties": {
"oneTrustCookieCategory": {
"type": "string",
"pattern": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{0,100})$"
}
}
}
},
"fs_host": {
"type": "object",
"properties": {
"web": {
"type": "string",
"pattern": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^$|^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\-]*[A-Za-z0-9])$"
}
}
},
"fs_debug_mode": { "type": "object", "properties": { "web": { "type": "boolean" } } },
"useNativeSDK": {
"type": "object",
"properties": {
"web": { "type": "boolean" },
"android": { "type": "boolean" },
"ios": { "type": "boolean" }
}
},
"connectionMode": {
"type": "object",
"properties": {
"web": { "type": "string", "enum": ["cloud", "device"] },
"android": { "type": "string", "enum": ["cloud", "device"] },
"ios": { "type": "string", "enum": ["cloud", "device"] }
}
}
},
"allOf": [
{
"if": {
"anyOf": [
{
"properties": {
"connectionMode": {
"type": "object",
"properties": {
"web": { "type": "string", "enum": ["cloud"] }
},
"required": ["web"]
}
}
},
{
"properties": {
"connectionMode": {
"type": "object",
"properties": {
"android": { "type": "string", "enum": ["cloud"] }
},
"required": ["android"]
}
}
},
{
"properties": {
"connectionMode": {
"type": "object",
"properties": {
"ios": { "type": "string", "enum": ["cloud"] }
},
"required": ["ios"]
}
}
}
]
},
"then": {
"properties": {
"apiKey": {
"type": "string",
"pattern": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{0,200})$"
}
},
"required": ["apiKey"]
}
},
{
"if": {
"properties": {
"connectionMode": {
"type": "object",
"properties": {
"web": { "type": "string", "enum": ["device"] }
},
"required": ["web"]
}
}
},
"then": {
"properties": {
"fs_org": {
"type": "string",
"pattern": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{0,100})$"
}
},
"required": ["fs_org"]
}
}
]
}
}
Loading
Loading