Skip to content

Commit 804180e

Browse files
Merge pull request #18 from klaviyo/v3.0.0
release of v3.0.0
2 parents ec00e60 + d5350d7 commit 804180e

716 files changed

Lines changed: 25088 additions & 19868 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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [3.0.0] - revision 2023-02-22
5+
### Added
6+
- Profiles API now returns predictive analytics when calling `getProfile` and `getProfiles` by passing in `additionalFieldsProfile = ["predictive_analytics"]`.
7+
8+
```javascript
9+
const response = await Profiles.getProfiles({additionalFieldsProfile: ["predictive_analytics"]})
10+
```
11+
12+
### Changed
13+
- Relationship endpoints that were previously grouped together are now split into related-resource-specific endpoints.
14+
15+
### Migration Guide
16+
- To migrate to this latest version, all calls to relationship endpoints need to be updated, as in the following example:
17+
- `getCampaignRelationships(campaignId, "tags")` will become `getCampaignRelationshipsTags(campaignId)`.
18+
419
## [2.1.1] - revision 2023-02-22
520
### Changes
621
- Multi-store

0 commit comments

Comments
 (0)