File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments