Skip to content

Commit 66c6b10

Browse files
committed
EL-360 -- Update the details of the endpoints in the list of changes
1 parent af8592e commit 66c6b10

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

HISTORY.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
# createsend-python history
22

3-
## v7.0.0 - 19 Nov, 2021
3+
## v7.0.0 - 15 Dec, 2021
44
* Upgrades to Createsend API v3.3 which includes new breaking changes
55
* Breaking: 'client.campaigns' now returned an object to support pagination (use .Results to get the array of campaigns)
6-
* Breaking: various subscribers related endpoints now returned listJoinedDate along with stateChangedDate (previously known as Date)
76
* Added 'Tags' as another field that is returned in 'client.scheduled', 'client.drafts' and client.campaigns'
87
* Added 'Name' as another field that is returned in 'campaign.summary'
98
* Add new support for 'client.tags' endpoint (ie: getting list of tags for the client)
109
* Add support for pagination, filtering and sorting to 'client.campaigns' endpoint
1110
* Add Python 3.10 to `tox.ini`
11+
* Breaking: Following endpoints now return ListJoinedDate for each subscriber. Also, Date has been renamed to StateChangedDate:
12+
* List.Active()
13+
* List.Bounced()
14+
* List.Unsubscribed()
15+
* List.Unconfirmed()
16+
* List.Deleted()
17+
* Segment.Subscribers()
18+
* Subscriber.Get()
1219

1320
## v6.1.2 - 10 Feb, 2021
1421
* Add `excludemessagebody` parameter for Transactional message details endpoint

0 commit comments

Comments
 (0)