Skip to content

Commit 5ef9942

Browse files
committed
initial commit
1 parent 1e2b378 commit 5ef9942

248 files changed

Lines changed: 21513 additions & 13896 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
NOTE: For more granular API-specific changes, please see our [API Changelog](https://developers.klaviyo.com/en/docs/changelog_)
44

5+
## 2.0.0
6+
Breaking Changes:
7+
- Relationship endpoints that were previously grouped together are now split into related-resource-specific endpoints
8+
- To migrate to this latest version, all calls to relationship endpoints need to be updated, as in the following example:
9+
- `get_campaign_relationships(campaign_id, "tags")` will become `get_campaign_relationships_tags(campaign_id)`
10+
11+
12+
Additive updates:
13+
- Our Profiles API can now return predictive analytics when calling get_profile and get_profiles, by passing in the following keyword arg to those methods:
14+
- `additional_fields_profile = "predictive_analytics"`
15+
16+
517
## 1.3.0
618

719
### Added

0 commit comments

Comments
 (0)