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
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,20 @@ 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
+
## [10.0.0] - revision 2024-07-15
11
+
12
+
### Added
13
+
14
+
- Forms API
15
+
- New `klaviyo.Forms` class with methods to get forms, form versions and relationships
16
+
- Webhooks API
17
+
- new `klaviyo.Webooks` class containing CRUD operations for webhooks
18
+
19
+
### Changed
20
+
-`klaviyo.Profiles.subscribe()`
21
+
- added `historical_import` flag for importing historically consented profiles can now be optionally supplied in the payload for the Subscribe Profiles endpoint.
22
+
- When using this flag, a consented_at date must be provided and must be in the past.
23
+
10
24
## [9.0.0] - revision 2024-06-15
11
25
12
26
### Added
@@ -63,7 +77,6 @@ NOTE: For more granular API-specific changes, please see our [API Changelog](htt
0 commit comments