Skip to content

Commit

Permalink
Merge pull request #855 from rudderlabs/main
Browse files Browse the repository at this point in the history
chore(release): pull main into develop post release v1.46.0
  • Loading branch information
krishna2020 authored Aug 22, 2023
2 parents d54ece3 + 1d6d8f9 commit 5ae6923
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 14 deletions.
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.46.0](https://github.com/rudderlabs/rudder-config-schema/compare/v1.45.2...v1.46.0) (2023-08-21)


### Features

* add flattenproperty field ([3a2b3e1](https://github.com/rudderlabs/rudder-config-schema/commit/3a2b3e191b657b7d2bb2629c6ac882f557c054e4))
* add support for test events for Pinterest ([#811](https://github.com/rudderlabs/rudder-config-schema/issues/811)) ([85132bb](https://github.com/rudderlabs/rudder-config-schema/commit/85132bb3328468837c85e4225a8a290bc8ed7d6a))
* enable blueshift for rETL ([#842](https://github.com/rudderlabs/rudder-config-schema/issues/842)) ([34e07a1](https://github.com/rudderlabs/rudder-config-schema/commit/34e07a189f7899c850d4ab14de14bb6b0bc1ac82))
* **INT-151:** moving clevertap to router ([#831](https://github.com/rudderlabs/rudder-config-schema/issues/831)) ([c8dbf49](https://github.com/rudderlabs/rudder-config-schema/commit/c8dbf4918872acf01abce141e14d107ae2f4b873))
* **INT-319:** update label to support v2 api token ([#829](https://github.com/rudderlabs/rudder-config-schema/issues/829)) ([b2ddb5d](https://github.com/rudderlabs/rudder-config-schema/commit/b2ddb5d9a7afd8ce87d8840b6f55801dfe49d49a))


### Bug Fixes

* add flattenProperty field ([3d7c9e7](https://github.com/rudderlabs/rudder-config-schema/commit/3d7c9e7525e4c7e107aeaf9e52dbc1739d92f2a8))
* re-add removed schema for consent ([421d7c9](https://github.com/rudderlabs/rudder-config-schema/commit/421d7c94d9533b85f4884b3da182da6e3865c403))
* updated with defaults for boolean fields in zendesk schema.json ([b7df821](https://github.com/rudderlabs/rudder-config-schema/commit/b7df821de6014bb4697620db1c0f19524780a080))
* update supportedSourceTypes ([b00ab34](https://github.com/rudderlabs/rudder-config-schema/commit/b00ab34899bfe84a5afb71a0a1054c59dd5ddfea))

### [1.45.2](https://github.com/rudderlabs/rudder-config-schema/compare/v1.45.1...v1.45.2) (2023-08-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.45.2",
"version": "1.46.0",
"description": "",
"main": "src/index.ts",
"private": true,
Expand Down
8 changes: 7 additions & 1 deletion src/configurations/destinations/blueshift/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,15 @@
],
"excludeKeys": [],
"supportedSourceTypes": [
"android",
"ios",
"unity",
"amp",
"reactnative",
"flutter",
"cordova",
"web",
"cloud",
"mobile",
"shopify",
"warehouse"
],
Expand Down
6 changes: 0 additions & 6 deletions src/configurations/destinations/bugsnag/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,6 @@
"type": "checkbox",
"label": "Release Stage. If turned on : Development stage else : Production",
"value": "releaseStage"
},
{
"type": "checkbox",
"label": "SSL",
"value": "ssl",
"default": true
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion src/configurations/destinations/klaviyo/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"regex": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{0,100})$",
"regexErrorMessage": "Invalid List Id",
"placeholder": "e.g: c59e3838",
"secret": true
"secret": false
},
{
"type": "multiSelect",
Expand Down
2 changes: 1 addition & 1 deletion src/configurations/sources/singer_mixpanel/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"category": "singer-protocol",
"displayName": "Mixpanel",
"options": {
"image": "rudderstack/source-mixpanel:v5.2.2"
"image": "rudderstack/source-mixpanel:v8.1.2"
},
"type": "cloudSource"
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"oauthRole": "singer-salesforce"
},
"isBeta": false,
"image": "rudderstack/source-salesforce:v4.0.5"
"image": "rudderstack/source-salesforce:v8.1.3"
},
"type": "cloudSource"
}
2 changes: 1 addition & 1 deletion src/configurations/sources/singer_shopify/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"category": "singer-protocol",
"displayName": "Shopify",
"options": {
"image": "rudderstack/source-shopify:v6.2.3"
"image": "rudderstack/source-shopify:v8.1.0"
},
"type": "cloudSource"
}

0 comments on commit 5ae6923

Please sign in to comment.