@@ -7,6 +7,25 @@ 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
+ ## [ 16.0.0] - revision 2024-10-15
11
+ ### Changed
12
+ - ** Breaking:** New ` RetryWithExponentialBackoff ` class for smart retries to replace the ` tenacity ` retry decorator that wraps each API method.
13
+ - ** Breaking:** Renamed models:
14
+ - ` GetCampaignMessagesRelationshipListResponseCollection ` -> ` GetCampaignMessagesRelationshipsResponseCollection `
15
+ - ` GetCampaignMessagesRelationshipListResponseCollectionDataInner ` -> ` GetCampaignMessagesRelationshipsResponseCollectionDataInner `
16
+ - ` GetTagGroupTagRelationshipsResponseCollection ` -> ` GetTagGroupTagsRelationshipsResponseCollection `
17
+ - ` GetTagGroupTagRelationshipsResponseCollectionDataInner ` -> ` GetListListResponseCollectionCompoundDocumentDataInnerAllOfRelationshipsTagsDataInner `
18
+ - ` GetTagTagGroupRelationshipsResponse ` -> ` GetTagGroupRelationshipResponse `
19
+ - ` GetTagTagGroupRelationshipsResponseData ` -> ` GetTagResponseCollectionCompoundDocumentDataInnerAllOfRelationshipsTagGroupData `
20
+ - ` GetCouponCodeRelationshipCouponResponse ` -> ` GetCouponCodeCouponRelationshipResponse `
21
+ - ` GetCouponCodeRelationshipCouponResponseData ` -> ` GetCouponCodeCouponRelationshipResponseData `
22
+ - ` GetFlowMessageFlowActionRelationshipResponse ` -> ` GetFlowMessageActionRelationshipResponse `
23
+ - ` GetMetricPropertyRelationshipMetricResponse ` -> ` GetMetricPropertyMetricRelationshipResponse `
24
+ - ` GetMetricPropertyRelationshipMetricResponseData ` -> ` GetEventMetricRelationshipResponseData `
25
+ - ` GetMetricRelationshipMetricPropertyResponseCollection ` -> ` GetMetricPropertiesRelationshipsResponseCollection `
26
+ - ` GetMetricRelationshipMetricPropertyResponseCollectionDataInner ` -> ` GetMetricPropertiesRelationshipsResponseCollectionDataInner `
27
+ - ` GetProfileImportJobListRelationshipsResponseCollection ` -> ` GetProfileBulkImportJobListsRelationshipsResponseCollection `
28
+
10
29
## [ 15.0.0] - 2024-10-15
11
30
### Added
12
31
- Lazy imports (optional)
0 commit comments