Skip to content

Releases: campaignmonitor/createsend-python

Version 9.1.3

Choose a tag to compare

@AlexisT-CM AlexisT-CM released this 04 Feb 02:47
  • 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

Choose a tag to compare

@AlexisT-CM AlexisT-CM released this 22 Jan 23:23
  • This release now causes 400 and 500 errors to print their codes and error message.

Version 9.0.1

Choose a tag to compare

@russella-acm russella-acm released this 07 Dec 04:10
  • Fix deprecation warnings from #86

Version 9.0.0

Choose a tag to compare

@russella-acm russella-acm released this 07 Dec 03:32
  • 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

Choose a tag to compare

@russella-acm russella-acm released this 06 Dec 02:02
  • Tidy up of code from #84

Version 8.0.1

Choose a tag to compare

@russella-acm russella-acm released this 06 Dec 01:46
4ec9ed6
  • No changes to actual wrapper code.
  • Release steps updated.

Version 8.0.0

Choose a tag to compare

@russella-acm russella-acm released this 06 Dec 01:36
12abd96
  • 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

Choose a tag to compare

@YahyaZ YahyaZ released this 10 Feb 04:46
b7eb6a8
  • 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

Choose a tag to compare

@ishworg ishworg released this 10 Feb 04:04

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

Choose a tag to compare

@zachartmann zachartmann released this 02 Sep 05:53
  • Added support for Journeys endpoints
  • This includes client/journeys, journeys/summary and the journeys/email/... endpoints