Skip to content

Releases: klaviyo/commercetools-klaviyo

v2.1.1

23 Mar 15:48
1da3d5e

Choose a tag to compare

v2.1.1 (2026-03-23)

Other Changes

  • Removed potential PII information to be logged when performing email deduplication
  • Updated dependencies and docker images to fix vulnerabilities

v2.0.4

30 Oct 15:57
6906ba2

Choose a tag to compare

v2.0.4 (2025-10-30)

Other Changes

  • Documentation updates: clarified necessary scopes for CT API credentials needed for each component.
  • Updated dependencies to resolve vulnerabilities.

v2.0.3

06 May 16:06
d654ced

Choose a tag to compare

v2.0.3 (2025-05-06)

Other Changes

  • Tests: fixed an issue where certain tests would not finish on their own and Jest needed the --forceExit flag.
  • Cleaned up some comments/bits of old commented code.
  • Other minor changes.

v2.0.2

05 May 18:16
8fe66d0

Choose a tag to compare

v2.0.2 (2025-05-05)

Other Changes

  • Changed/removed some of the logs to avoid logging profile/customer information which may be contained in some events.
  • Improved test coverage.
  • Other minor changes.

v2.0.1

28 Apr 16:05
caa71c6

Choose a tag to compare

v2.0.1 (2025-04-28)

Bug Fixes

  • Set profile location properties from under location object to match newer API revisions.

v2.0.0

11 Apr 15:34
ff02d2a

Choose a tag to compare

v2.0.0 (2025-04-11)

Breaking Changes

  • Klaviyo API/SDK: upgraded klaviyo-api to v16.0.0 with API revision v2025-01-15.
  • Some API requests have changed slightly, but the SDK now maps properties between snake_case and camelCase for requests and responses.
  • For existing forks of this code: caution is advised. For new forks (or lightly customized ones), there shouldn't be much of a difference.

Bug Fixes

  • Made some changes to decrease the chance of rate limiting during bulk imports (429 errors).
  • Fixed an issue that could lead to ProductPublished events being reprocessed continuously, depending on PubSub configuration.

Other Changes

  • Tests have been updated to match the latest API/SDK.
  • Documentation updates: clarification on the different case mappings between API/SDK and other small changes.

v1.0.15

14 Jun 16:02
25e9097

Choose a tag to compare

v1.0.15 (2024-06-14)

Bug Fixes

  • Product mapping: fixed an issue when handling products without any price defined (thanks @KthProg)

Other Changes

  • Documentation updates: improved documentation to clarify contribution process

v1.0.14

14 Jun 16:01
5d7199a

Choose a tag to compare

v1.0.14 (2024-05-24)

Other Changes

  • Documentation updates: improved documentation around bulk import and product mapping

v1.0.13

14 Jun 16:01
f79e0fe

Choose a tag to compare

v1.0.13 (2024-01-08)

Other Changes

  • Small GCP deployment pipeline changes

v1.0.12

14 Jun 16:00
6c993d7

Choose a tag to compare

v1.0.12 (2024-01-05)

New Features

  • Requests to Klaviyo now send plugin version and mode (selfhosted or Connect) for analytics purposes

Other Changes

  • Miscellaneous pipeline changes