Skip to content

Commit 8dfd382

Browse files
klaviyo-sdkklaviyo-sdkIan-Montgomery-Klaviyo
authored
v10.0.0 (#59)
* version 10.0.0 * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: klaviyo-sdk <klaviyo-sdk@klaviyo.com> Co-authored-by: Ian Montgomery <94383506+Ian-Montgomery-Klaviyo@users.noreply.github.com>
1 parent cfd7b99 commit 8dfd382

390 files changed

Lines changed: 7811 additions & 2252 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

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

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+
1024
## [9.0.0] - revision 2024-06-15
1125

1226
### Added
@@ -63,7 +77,6 @@ NOTE: For more granular API-specific changes, please see our [API Changelog](htt
6377

6478
schedule_options = StaticScheduleOptions(datetime_=datetime.datetime.strptime("2024-05-19T00:00:00+00:00", "%Y-%m-%dT%H:%M:%S%z")
6579
print(schedule_options.datetime_)
66-
```
6780

6881
## [7.0.0] - revision 2024-02-15
6982

@@ -338,4 +351,4 @@ For EmailMarketing:
338351
- client name: `Client``KlaviyoAPI`
339352
- Client variable name in readme examples: `client``klaviyo`
340353
- Some functions have changed name
341-
- New resources and endpoints: see [API Changelog](https://developers.klaviyo.com/en/docs/changelog_) for full details
354+
- New resources and endpoints: see [API Changelog](https://developers.klaviyo.com/en/docs/changelog_) for full details

0 commit comments

Comments
 (0)