Releases: campaignmonitor/createsend-python
Releases · campaignmonitor/createsend-python
Version 9.0.1
- Fix deprecation warnings from #86
Version 9.0.0
- 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
- Tidy up of code from #84
Version 8.0.1
- No changes to actual wrapper code.
- Release steps updated.
Version 8.0.0
- 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
- 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
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
- Added support for Journeys endpoints
- This includes client/journeys, journeys/summary and the journeys/email/... endpoints
Version 4.2.7
- Removes test dependencies from install package. (#53)
- Build and upload universal wheels alongside source dists.
Version 4.2.2
- Fix bug where the six module was not set as a installation dependency.
- Remove relative imports.
- Improve Python 3 support.
- Use PEP 8 formatting.
- See #43 for details.
Published at https://pypi.python.org/pypi/createsend/4.2.2.