- Add support for sending transactional push messages (#95)
- Updated transactional email request optional argument
amp_body
tobody_amp
for consistency across APIs (#93)
- Added the
disable_css_preprocessing
andlanguage
optional fields to send request
- Support for merging duplicate customers using
merge_customers
function.
- Support for anonymous events using
track_anonymous
function.
- Support for EU region
customerio.CustomerIO
andcustomerio.APIClient
have a new keyword parameterregion
that can be set to eitherRegions.US
orRegions.EU
- Support for transactional api
- Validations for behavioural api methods
- Manual segmentation functions
add_to_segment
&remove_from_segment
- Python 2 support
- ID fields in request path are url escaped
- Sanitize event data (#32)