Skip to content

Commit 5d2dc06

Browse files
Merge pull request #9 from klaviyo/2.0.0-release
2.0.0 release changes
2 parents bff95dc + d6fe2c3 commit 5d2dc06

438 files changed

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

4+
## [2.0.0] - revision 2023-01-24
5+
6+
- Added the following endpoints (which were previously in our Beta API/SDKs):
7+
- Data Privacy
8+
- All Tags endpoints, as well as the following related resource-specific endpoints:
9+
- Get Flow Tags
10+
- Get List Tags
11+
- Get Segment Tags
12+
- Reworked the response object from returned by SDK methods
13+
- instead of only returning the response payload, the status code and headers are now also returned
14+
- The API response payload is now nested under `body` within the API response returned by SDK methods. You can get the `id` of the returned resource by calling `response.body.data.id` instead of `response.data.id` from previous releases. You can get response headers and status with `response.headers` and `response.status` respectively.
15+
416
## [1.0.2] - revision: 2022-10-19 (update: 2022-12-19)
517

618
### Changes

0 commit comments

Comments
 (0)