Releases: campaignmonitor/createsend-python
Releases · campaignmonitor/createsend-python
Version 9.1.3
Sorry, something went wrong.
No results found
- Updated cacert.pem. From #92
- Updates various URLs to use HTTPS
- Fixes some URLs in CONTRIBUTING.md
- Use GH Workflow badge instead of inactive Travis one in documentation. From #91
Version 9.0.2
Sorry, something went wrong.
No results found
- This release now causes 400 and 500 errors to print their codes and error message.
Version 9.0.1
Sorry, something went wrong.
No results found
- Fix deprecation warnings from #86
Version 9.0.0
Sorry, something went wrong.
No results found
- Tidy up of code from #83
- Fixing tox config
- Github workflow added
- Breaking: Python versions 3.7 and prior will no longer work with this version of the wrapper. The actual wrapper code might work with Python 3.6 and 3.7. However, some of the tox testing around it may not work with those versions. So we've dropped support for that.
Version 8.0.2
Sorry, something went wrong.
No results found
Version 8.0.1
Sorry, something went wrong.
No results found
- No changes to actual wrapper code.
- Release steps updated.
Version 8.0.0
Sorry, something went wrong.
No results found
- Upgrades to allow this wrapper to be used with Python 3.12 and beyond.
- Breaking: Python versions 3.5 and prior will no longer work with this version of the wrapper.
Version 7.0.0
Sorry, something went wrong.
No results found
YahyaZ
released this
10 Feb 04:46
- Upgrades to Createsend API v3.3 which includes new breaking changes
- Breaking: 'client.campaigns' now returned an object to support pagination (use .Results to get the array of campaigns)
- Added 'Tags' as another field that is returned in 'client.scheduled', 'client.drafts' and client.campaigns'
- Added 'Name' as another field that is returned in 'campaign.summary'
- Add new support for 'client.tags' endpoint (ie: getting list of tags for the client)
- Add support for pagination, filtering and sorting to 'client.campaigns' endpoint
- Add Python 3.10 to tox.ini
- Adding support for returning ListJoinedDate for each subscriber.
- List.Active()
- List.Bounced()
- List.Unsubscribed()
- List.Unconfirmed()
- List.Deleted()
- Segment.Subscribers()
- Subscriber.Get()
Version 6.1.2
Sorry, something went wrong.
No results found
Transactional
- Add excludemessagebody parameter for Transactional message details endpoint and update tests.
- Update README with sample code for using message details and timeline endpoint.
General
- Add Python 3.8 to tox.ini and travis-ci
Version 6.1.0
Sorry, something went wrong.
No results found
- Added support for Journeys endpoints
- This includes client/journeys, journeys/summary and the journeys/email/... endpoints