Skip to content

Releases: healthjoy/async-customerio

v1.4.1

11 Mar 12:08
f4b79f5
Compare
Choose a tag to compare
  • [FIX] Authentication data is not sent with the request.

v1.4.0

11 Mar 09:36
4904840
Compare
Choose a tag to compare
  • Refactored async_customerio.client_base.AsyncClientBase to take advantage of connection pool. So the HTTP client will be created once during class async_customerio.track.AsyncCustomerIO and async_customerio.api.AsyncAPIClient instantiation.

v1.3.0

15 Dec 13:03
6953322
Compare
Choose a tag to compare
  • Support of Python 3.12 added 🐍 .
  • [FIX] Add missing dependency type_extensions to be able to use type annotations on Python 3.7

v1.2.0

06 Dec 09:55
d44f756
Compare
Choose a tag to compare

v1.1.0

22 Aug 09:49
802b78d
Compare
Choose a tag to compare
  • Added helper function for validation of request origin using X-CIO-Signature and X-CIO-Timestamps

v1.0.0

03 Apr 14:55
3d4f623
Compare
Choose a tag to compare
  • [BREAKING] For consistency across APIs following actions have been taken:
    • Renamed transactional email request optional arguments amp_body to body_amp and plaintext_body to body_plain
    • Changed transactional email request default values for optional boolean arguments disable_css_preproceessing, queue_draft, disable_message_retention, tracked, send_to_unsubscribed

v0.5.1

24 Jan 15:38
df611b1
Compare
Choose a tag to compare
  • [FIX] Change parameter name from id_ to identifier of the method identify to avoid naming collision.

v0.5.0

12 Jan 17:18
825fb22
Compare
Choose a tag to compare
  • Add a couple of new optional attributes to the object SendEmailRequest

v0.4.1

03 Jan 11:04
b5b2b81
Compare
Choose a tag to compare
  • The Content-Type we use has been updated so that Customer.io is happy when we try to send emails.

v0.4.0

15 Dec 09:21
46b4b0c
Compare
Choose a tag to compare
  • Class AsyncCustomerIO updated with docstrings.