- Allow nonspecific arguments for the
export_registrations
call
- Add supported segment endpoints and remove the deprecated one (#64)
- Add method to delete ContactList by ID (#63)
- Use correct endpoint in ContactList.remove_contacts (#62)
- Improved Contact.query method (#61)
- Documentation update for Segments (change to README only)
- Add support for Segments API (#58)
- Fix 'Invalid Password' error (#55)
- Add 'query' support to Contact data object (#53)
- Documentation TODO
- Allow accessing of error code (#35)
- Fix Tunisia country code (#34)
- Contact deletion (#33)
- Export segment (#31)
- Return response, not just (parsed) body of it (#29). To migrate existing code, you need to call
#data
on the response object. - Allow to configure multiple Emarsys accounts. This is optional, existing configuration continues to work unchanged, however, you will need to add
Emarsys.allow_default_configuration = true
(#30) - Migrate API calls to keyword arguments (also in #30)
- Convert params when using the batch APIs (#25)
- Allow batch updates to create missing contacts (#22)
- Add support for the data export API (#23
- Added basic support for rate-limiting response from Emarsys API (#21)
- Added country mapping (#17)
- Proper encoding of GET parameters (#11)
- Update default endpoint fom
suite5.emarsys.net/api/v2
toapi.emarsys.net/api/v2
(#10) - Bugfixes in nonce header (#5 and #19)
- Trigger an external event for multiple contacts (#3)
Initial version