-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGES.txt
More file actions
58 lines (30 loc) · 1.04 KB
/
CHANGES.txt
File metadata and controls
58 lines (30 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Release 0.0.11: Mar 15, 2023
- add support for messaging channel push API
Release 0.0.9: Dec 7, 2020
- fix incorrect response parsing in RecommendAPIError
Release 0.0.8: Dec 2, 2020
- add new Attribute types
- fix incorrect function result where response has not attribute 'result'
- tests for attribute api
Release 0.0.7: Nov 2, 2020
- add search_iterator to ContactAPI, ContactSegmentAPI
Release 0.0.6: Oct 8, 2020
- fix issue with search_iterator
Release 0.0.5: Oct 8, 2020
- fix issue with token expiration in non-UTC system timezone
- move all loggers to 'recommendpy'
- fix ssl warning
- add search to ContactSegment handler
- fix issue with custom route
- add some tests
Release 0.0.4: Sep 16, 2020
- add methods to ContactSegmentAPI
Release 0.0.3: May 29, 2020
- add limit to search requests
- add search_iterator to MessagingChannelEmailAPI
- force update refresh_token
Release 0.0.2: May 20, 2020
- fix contact.list.detach
- add list_code and skip parameters to contact.list.search
Release 0.0.1: May 20, 2020
Initial release.