Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Releases: hellofresh/crossengage-python-client

Update requests library to fix vulnerability issue

04 Jan 09:39
d6bdb02
Compare
Choose a tag to compare

This release bumps the version of the requests library from 0.20.1 to 0.22.0 to fix underlying vulnerability issue with urllib3

Add support for opt-in endpoints

17 Apr 12:02
d277dea
Compare
Choose a tag to compare
Merge pull request #22 from hellofresh/feature/out-in

 Add support to opt into channels

Add support for opt-out endpoints

16 Apr 15:14
5b074d1
Compare
Choose a tag to compare
Merge pull request #21 from hellofresh/feature/opt-out

Add crossengage opt-out endpoints

Add support for python 3.4+

14 Nov 15:36
71b7c20
Compare
Choose a tag to compare
  • Add tox to test against both python 2.7 and 3.4+
  • Use py.test to run unit tests
  • Update Readme and examples

Add timeout to requests

26 Oct 09:23
be741f2
Compare
Choose a tag to compare
  • Add a timeout of 30 seconds to all requests.

v1.1.1

25 Oct 10:23
218314c
Compare
Choose a tag to compare
  • Catch ValueError exception when try to parse a JSON file in track_user_task method;
  • Use HTTP codes from Requests library instead of hardcoded constants.

Add support to User Management in API v2

20 Aug 15:06
ddf2b69
Compare
Choose a tag to compare

Crossengage released API v2 which supports async tasks to manage users. This release adds the following methods tha call the API v2 endpoints:

  • get_user
  • update_user_async
  • delete_user_async
  • batch_process_async
  • track_user_task

Update events API

02 May 09:33
46d94e0
Compare
Choose a tag to compare
Merge pull request #15 from hellofresh/feature-update-events-api

Update events api

v1.0.1

16 Jan 11:02
8c6f588
Compare
Choose a tag to compare
fix wrong event url

bulk update/delete endpoint added

12 Jan 12:20
4555a09
Compare
Choose a tag to compare
Merge pull request #14 from hellofresh/added-bulk-endpoint

added bulk endpoint support