Skip to content

Commit 9ab9989

Browse files
authored
Merge pull request #1934 from rudderlabs/hotfix-release/v1.108.0
chore(release): pull hotfix-release/v1.108.0 into main
2 parents f5f1114 + 4567fec commit 9ab9989

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [1.108.0](https://github.com/rudderlabs/rudder-config-schema/compare/v1.107.0...v1.108.0) (2025-03-13)
6+
7+
8+
### Features
9+
10+
* disable json mapper in klaviyo bulk upload destination ([#1933](https://github.com/rudderlabs/rudder-config-schema/issues/1933)) ([6e1f997](https://github.com/rudderlabs/rudder-config-schema/commit/6e1f9974f9bcfd0b99fa0b0e9101f8d0a9eb57d9))
11+
512
## [1.107.0](https://github.com/rudderlabs/rudder-config-schema/compare/v1.106.1...v1.107.0) (2025-03-10)
613

714

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rudder-config-schema",
3-
"version": "1.107.0",
3+
"version": "1.108.0",
44
"description": "",
55
"main": "src/index.ts",
66
"private": true,

src/configurations/destinations/klaviyo_bulk_upload/db-config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"cdkV2Enabled": true,
66
"supportsVisualMapper": true,
77
"transformAtV1": "router",
8-
"disableJsonMapper": false,
8+
"disableJsonMapper": true,
99
"syncBehaviours": ["upsert"],
1010
"saveDestinationResponse": true,
1111
"includeKeys": [

0 commit comments

Comments
 (0)