Skip to content

Commit

Permalink
Merge branch 'release/v1.74.0' into fix.singular
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsSudip authored May 15, 2024
2 parents 9295a46 + bb56e74 commit 8f52452
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 21 deletions.
18 changes: 7 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,17 @@ All notable changes to this project will be documented in this file. See [standa

### Features

* add file format ([4d9bc7e](https://github.com/rudderlabs/rudder-config-schema/commit/4d9bc7e16980945aae6a9102789f77e87b07b88c))
* **criteo:** add support of sha256 hashing method for email field ([#1301](https://github.com/rudderlabs/rudder-config-schema/issues/1301)) ([958e7d3](https://github.com/rudderlabs/rudder-config-schema/commit/958e7d3e95e9aceafbdafc44a7d0e7b65eeadc9a))
* improve schema generator ([#1207](https://github.com/rudderlabs/rudder-config-schema/issues/1207)) ([55ad8d7](https://github.com/rudderlabs/rudder-config-schema/commit/55ad8d79e7ab2508feb8496e7f4d0674004e6611))
* onboard emersys destination ([#1335](https://github.com/rudderlabs/rudder-config-schema/issues/1335)) ([4dea628](https://github.com/rudderlabs/rudder-config-schema/commit/4dea628413dcf3a420d4512e8004c8c458428e37))
* onboard new destination sftp ([71a66a9](https://github.com/rudderlabs/rudder-config-schema/commit/71a66a9b53671fbac179296364013214aa975171))
* update schema ([e4e70dd](https://github.com/rudderlabs/rudder-config-schema/commit/e4e70dd1b91f6d8802d4f563a3866e82896eb011))
* update schema ([76721f0](https://github.com/rudderlabs/rudder-config-schema/commit/76721f0d4028c64b20d4ac2e1596283e9275a4b1))

* **criteo:** add support of sha256 hashing method for email field ([#1301](https://github.com/rudderlabs/rudder-config-schema/issues/1301))
* improve schema generator ([#1207](https://github.com/rudderlabs/rudder-config-schema/issues/1207))
* onboard emersys destination ([#1335](https://github.com/rudderlabs/rudder-config-schema/issues/1335))
* onboard new destination sftp ([#1321](https://github.com/rudderlabs/rudder-integrations-config/pull/1321))

### Bug Fixes

* adding group call to emarsys ([#1349](https://github.com/rudderlabs/rudder-config-schema/issues/1349)) ([fa72fda](https://github.com/rudderlabs/rudder-config-schema/commit/fa72fda6083c047c345c8f809fe8e7926cb11934))
* remove useNativeSdk from snowflake ([#1359](https://github.com/rudderlabs/rudder-config-schema/issues/1359)) ([05d14f0](https://github.com/rudderlabs/rudder-config-schema/commit/05d14f0b8a613520e1aba542a82c9aaf96ef0715))
* schema ([f6cff9f](https://github.com/rudderlabs/rudder-config-schema/commit/f6cff9f4a82df23ec4bcb3228bd672aec0aee515))
* adding group call to emarsys ([#1349](https://github.com/rudderlabs/rudder-config-schema/issues/1349))
* remove useNativeSdk from snowflake ([#1359](https://github.com/rudderlabs/rudder-config-schema/issues/1359))
* add unity and web as supported source type on singular ([#1370](https://github.com/rudderlabs/rudder-integrations-config/pull/1370))

## [1.73.0](https://github.com/rudderlabs/rudder-config-schema/compare/v1.72.0...v1.73.0) (2024-05-08)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"destConfig": {
"defaultConfig": [
"accessToken",
"appSecret",
"maxUserCount",
"userSchema",
"isHashRequired",
Expand All @@ -37,7 +36,7 @@
"warehouse": ["adAccountId", "connectionMode"],
"shopify": ["connectionMode"]
},
"secretKeys": ["accessToken", "appSecret"]
"secretKeys": ["accessToken"]
},
"responseRules": {
"responseType": "JSON",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@
"required": true,
"placeholder": "EAALmZAOFOFpXXXXXXPl4uSHPxQDZCrU6KbZB1gICD9y1ZBNpevRXXXXXO06WZCUuySAX7vw2Re7vmZAHo6OFFZA4vsCUqq2XqBQgkbbgXXXXXXQ4wJFJ2GXGe69qaOXgugjkdjfgRjkknkfOUUTJfmGnzShXXXXX1kDX7xZB8IX9vdfEIZBZBhHQo4ZD"
},
{
"type": "textInput",
"label": "App Secret",
"value": "appSecret",
"secret": true,
"placeholder": "f65c45d8e013fab78b09e1759c123456",
"footerNote": "Provide App Secret from your Facebook Developer App's basic settings."
},
{
"type": "textInput",
"label": "Ad Account id",
Expand Down
3 changes: 3 additions & 0 deletions src/configurations/destinations/ga4/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,8 @@
"warehouse": ["consentManagement", "connectionMode"]
},
"secretKeys": ["apiSecret"]
},
"options": {
"isBeta": false
}
}

0 comments on commit 8f52452

Please sign in to comment.