Skip to content

Commit

Permalink
Merge branch 'develop' into schema-consistency-3
Browse files Browse the repository at this point in the history
  • Loading branch information
krishna2020 authored Jul 21, 2023
2 parents 1b02d8d + 34bb15f commit 516b109
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 12 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.42.2](https://github.com/rudderlabs/rudder-config-schema/compare/v1.42.1...v1.42.2) (2023-07-19)

### [1.42.1](https://github.com/rudderlabs/rudder-config-schema/compare/v1.42.0...v1.42.1) (2023-07-14)


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.42.1",
"version": "1.42.2",
"description": "",
"main": "src/index.ts",
"private": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
"excludeKeys": [],
"supportedSourceTypes": ["cloud", "warehouse"],
"supportedMessageTypes": ["audiencelist"],
"syncBehaviours": [
"mirror"
],
"disableJsonMapper": true,
"isAudienceSupported": true,
"destConfig": {
"defaultConfig": [
"rudderAccountId",
Expand Down
3 changes: 1 addition & 2 deletions src/configurations/sources/singer_amplitude/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"category": "singer-protocol",
"displayName": "Amplitude",
"options": {
"image": "rudderstack/source-amplitude:v5.3.0",
"isBeta": true
"image": "rudderstack/source-amplitude:v5.3.0"
},
"type": "cloudSource"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"category": "singer-protocol",
"displayName": "Facebook Ads",
"options": {
"isBeta": true,
"image": "rudderstack/source-facebook-marketing:v5.0.0"
},
"type": "cloudSource"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "singer-google-sheets",
"category": "singer-protocol",
"displayName": "Google Sheets V2",
"displayName": "Google Sheets",
"options": {
"auth": {
"provider": "Google"
},
"isBeta": true,
"image": "rudderstack/source-google-sheets:v5.3.0",
"supportsDestinationSyncMode": true
},
Expand Down
3 changes: 1 addition & 2 deletions src/configurations/sources/singer_shopify/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"category": "singer-protocol",
"displayName": "Shopify",
"options": {
"image": "rudderstack/source-shopify:v6.2.3",
"isBeta": true
"image": "rudderstack/source-shopify:v6.2.3"
},
"type": "cloudSource"
}
1 change: 0 additions & 1 deletion src/configurations/sources/singer_stripe/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"category": "singer-protocol",
"displayName": "Stripe",
"options": {
"isBeta": true,
"image": "rudderstack/source-stripe:v6.3.4"
},
"type": "cloudSource"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"category": "singer-protocol",
"displayName": "Zendesk Support",
"options": {
"image": "rudderstack/source-zendesk-support:v6.1.3"
"image": "rudderstack/source-zendesk-support:v8.1.0"
},
"type": "cloudSource"
}

0 comments on commit 516b109

Please sign in to comment.