You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
NOTE: For more granular API-specific changes, please see our [API Changelog](https://developers.klaviyo.com/en/docs/changelog_)
9
9
10
+
## [14.0.0] - 2024-10-15
11
+
### Added
12
+
- Universal Content API
13
+
- Read, update, and delete universal content
14
+
- For more information, see our [Universal Content API overview](https://developers.klaviyo.com/en/reference/universal_content_api_overview)
15
+
- Form Reporting API
16
+
- Query form performance
17
+
- For more information, see our [Reporting API overview](https://developers.klaviyo.com/en/reference/reporting_api_overview#forms)
18
+
- Segment Reporting API
19
+
- Query segment growth data
20
+
- For more information, see our [Reporting API overview](https://developers.klaviyo.com/en/reference/reporting_api_overview#segments)
21
+
- Reviews API
22
+
- Get and list reviews
23
+
- For more information, see our [Reviews API overview](https://developers.klaviyo.com/en/reference/reviews_api_overview)
24
+
- Tracking Settings API
25
+
- Read and update the Tracking Settings for an account (Account -> Settings -> UTM Tracking in UI)
26
+
- For more information, see our [Tracking Settings API documentation](https://developers.klaviyo.com/en/reference/get_tracking_settings)
27
+
- Metric Properties API
28
+
- Access the properties for a given metric (e.g. "Placed Order")
29
+
- For more information, see our [Metric Properties API documentation](https://developers.klaviyo.com/en/reference/get_metric_property)
30
+
- Suppress/Unsuppress profile job APIs
31
+
- Monitor the status of jobs created by Suppress Profiles and Unsuppress Profiles requests
32
+
- For more information, see our [Suppress Profiles Job API documentation](https://developers.klaviyo.com/en/reference/get_bulk_suppress_profiles_job)
33
+
34
+
### Changed
35
+
-`Profiles.create_or_update_profile` has been updated to an enhanced identity resolution processor to better follow the Klaviyo identity resolution identifier priority order
36
+
- Added support for `$locale` property for `Profiles`
37
+
- Numerous methods have been renamed as part of a large renaming effort - the old methods are now deprecated aliases
0 commit comments