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 hotfix-release/v1.101.0 into main #1863

Merged
merged 6 commits into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.101.0](https://github.com/rudderlabs/rudder-config-schema/compare/v1.100.0...v1.101.0) (2025-01-14)
krishna2020 marked this conversation as resolved.
Show resolved Hide resolved

### Bug Fixes

* update config for klaviyo and ga4 v2 ([09d4977](https://github.com/rudderlabs/rudder-config-schema/pull/1863/commits/7efcfd1c017a5608710babb40a28d3c145cd8c85))

## [1.100.0](https://github.com/rudderlabs/rudder-config-schema/compare/v1.99.1...v1.100.0) (2024-12-18)


Expand All @@ -12,6 +18,7 @@ All notable changes to this project will be documented in this file. See [standa

### Bug Fixes

* enable ga4 v2 as beta ([4ba0df7](https://github.com/rudderlabs/rudder-config-schema/pull/1863/commits/4ba0df7dc0694e6469b6aa9fa6db427b54b5dc90))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is getting released under current version 1.101.0 only

* pr body in constants pr workflow ([83d7b26](https://github.com/rudderlabs/rudder-config-schema/commit/83d7b2674f2b4bc209331d1dcd2b3c3bacafb4ab))
* pr body in constants pr workflow ([3d227f7](https://github.com/rudderlabs/rudder-config-schema/commit/3d227f7126c96df9bf64fbd9587ac5d8f19fe17c))
* pr labels in constants pr workflow ([e8c5167](https://github.com/rudderlabs/rudder-config-schema/commit/e8c5167cad5f9792e2621ddc7695fe85b7aa8fb4))
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.100.0",
"version": "1.101.0",
"description": "",
"main": "src/index.ts",
"private": true,
Expand Down
8 changes: 6 additions & 2 deletions src/configurations/destinations/ga4_v2/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,11 @@
"secretKeys": ["apiSecret"]
},
"options": {
"isBeta": false,
"supportsCustomMappings": true
"isBeta": true,
"supportsCustomMappings": true,
"hidden": {
"featureFlagName": "AMP_ga4_v2",
"featureFlagValue": false
}
}
}
4 changes: 2 additions & 2 deletions src/configurations/destinations/klaviyo/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"configKey": "apiVersion",
"options": [
{
"label": "2023-02-22 (Will be removed by H2'2025)",
"label": "2023-02-22 (Will be removed by Feb 2025)",
"value": "v1"
},
{
"label": "2024-06-15 (Beta)",
"value": "v2"
}
],
"default": "v1",
"default": "v2",
"footerNote": "Please Select the API version to use"
}
]
Expand Down
Loading