Skip to content

Releases: chartmogul/chartmogul-python

v4.3.0

25 Mar 13:28
435beb0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.2.1...v4.3.0

v4.2.1

15 Feb 16:07
78625a2
Compare
Choose a tag to compare

What's Changed

  • Fix: add missing allow_none=True to customer website_url attribute by @whobubble in #92

Full Changelog: v4.2.0...v4.2.1

v4.2.0

08 Feb 16:12
ef7b3d2
Compare
Choose a tag to compare

What's Changed

  • Add event order to subscription event by @alpdal in #89
  • Add support for customer website_url field by @whobubble in #90

New Contributors

Full Changelog: v4.1.1...v4.2.0

Remove support for page based pagination

07 Nov 10:40
026e04c
Compare
Choose a tag to compare
  • Remove old pagination using page query params (#81)
  • Add support for Python 3.12 (#81)

Support cursor based pagination

04 Oct 16:55
Compare
Choose a tag to compare
  • Support cursor based pagination (#84)
  • Lint project using black to adhere to pep8 (#84)

Support cursor based pagination

02 Oct 15:13
Compare
Choose a tag to compare
  • Support cursor based pagination (#85)
  • Send custom User-Agent header in requests (#85)

Fixed "invalid date" bug with subscription events

25 May 12:55
8514ba4
Compare
Choose a tag to compare
  • Fix a bug with SubscriptionEvent where event_date and effective_date would return Not a valid date error message
  • Remove some test files
  • Update some links to the relevant documentation

Fix missing uuid in Contacts

31 Mar 07:29
c85832c
Compare
Choose a tag to compare
  • Fix missing uuid in Contacts

Support for Contacts

31 Mar 07:30
c63bbad
Compare
Choose a tag to compare

Support marshmallow 3

26 Feb 13:30
f4041d4
Compare
Choose a tag to compare
  • Upgrade the Marshmallow dependency to be >=3.10.0 (#38) #39