forked from rehive/rehive-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
162 lines (100 loc) · 5.24 KB
/
CHANGES.txt
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
Change-log for rehive.
This file will be added to as part of each release
----
Version 1.1.10, Thu 29 Nov 2018
================================
bc07b78165 Fix token create resource to allow duration parameter (Michail Brynard)
Version 1.1.9, Thu 26 Apr 2018
===============================
3ba9b29a67 Syntax cleanup (ConnorMac)
a7ab613d8d Throw a NoPaginationException when trying to get_next or previous were there is none. (ConnorMac)
ce72e41893 Allow users to set debug mode on, this will currently just log all requests made. (ConnorMac)
4f7069a523 Pass header arg into get_headers function (ConnorMac)
80c833c863 Re-added custom headers but removed all mutable default arguments (ConnorMac)
Version 1.1.8, Thu 19 Apr 2018
===============================
b689f2a63f Allows filters to passed to get_total calls (ConnorMac)
Version 1.1.7, Sun 25 Mar 2018
===============================
3c40d456f5 Hotfix header authentication issue (ConnorMac)
Version 1.1.6, Thu 22 Mar 2018
===============================
bd6b858b1c Added user kyc endpoint (ConnorMac)
f951c0a68e Added bank accounts endpoint (ConnorMac)
Version 1.1.5, Thu 01 Mar 2018
===============================
c5a0897296 Added account configuration to groups class (ConnorMac)
Version 1.1.4, Tue 20 Feb 2018
===============================
2061d482b3 Fixed exception check for JSONDecodeError throwing an error (ConnorMac)
Version 1.1.3, Fri 16 Feb 2018
===============================
34a3c7616d Updated base api endpoint urls to match new api prefix (ConnorMac)
Version 1.1.2, Thu 25 Jan 2018
===============================
15db3688e2 Added a proper check for 500 errors as well as a catch for json decode on error responses (ConnorMac)
6c036ee9ed Add currency as a required field for transaction creation calls (ConnorMac)
Version 1.1.1, Wed 24 Jan 2018
===============================
df1089686c removed required fields for admin user create (ConnorMac)
Version 1.1.0, Thu 18 Jan 2018
===============================
d02487ba1b Added webhook tasks requests (ConnorMac)
29f8e441b3 Added webhook tasks (ConnorMac)
3f721ce9ec Added settings to account currencies (ConnorMac)
b3528b49a0 Renamed switches to settings and removed uneeded sub-resources (ConnorMac)
644e89da71 Added OPTIONS support to resources (ConnorMac)
05e9aa602e Added group account configuration (ConnorMac)
eefa3cc652 Removed tier switches and added limits (ConnorMac)
c3292846b4 Added groups and user assignment (ConnorMac)
69372b191a Added sections for Idempotent requests and the network flag in README (Connor Macdougall)
bcfad8b04f Added docs link to README (Connor Macdougall)
Version 1.0.2, Tue 21 Nov 2017
===============================
06190b7869 Added admin users token endpoint (ConnorMac)
Version 1.0.1, Tue 21 Nov 2017
===============================
Version 1.0.0, Tue 21 Nov 2017
===============================
9597cb1c43 Add idempotent argument for the base resource put, patch and post methods (ConnorMac)
0892057d47 Added support for arbitrary header assigment in client (ConnorMac)
13c2131022 Added permission deletion and adding to users via admin endpoint (ConnorMac)
a3004e5685 Added a network flag for staging and live apis (ConnorMac)
Version 0.6.0, Tue 14 Nov 2017
===============================
6c57317ef7 Adjusted admin transactions webhooks and switches to match new url structure. (ConnorMac)
Version 0.5.1, Fri 03 Nov 2017
===============================
3e777892db Force resource_create function on init for admin user resource (ConnorMac)
32214255ef Added currency overview (ConnorMac)
ae3a77f21e Added overview class (ConnorMac)
8945d23fce Fixed syntax error for documents class and added addresses (ConnorMac)
a76ab1906f Removed old query param builder function (ConnorMac)
5b2e34144f Correctly urlencode query param and use pythons urljoin library to build urls (ConnorMac)
Version 0.5.0, Wed 01 Nov 2017
===============================
06d97ca50e Fixed merge (ConnorMac)
5021aea744 Added permissions and permissions groups (ConnorMac)
c294b20ea9 Add json flag to allow document posts to use normal multpart form posts (ConnorMac)
7af00c71c4 Removed notifications from user endpoint (ConnorMac)
64d8942213 Added MFA endpoint and functions (ConnorMac)
f2b277d0dd Added token verify (ConnorMac)
b971f30509 Added verify email endpoint (ConnorMac)
bee0d3c853 Renamed reset_confirm_password (ConnorMac)
f5a8f42a1b Added company register (ConnorMac)
1a547a31bb Added documents to admin endpoint (ConnorMac)
08f15ce337 Added document resource. Adjusted client to accept kwargs and moved to requests json arg. (ConnorMac)
Version 0.4.1, Thu 19 Oct 2017
===============================
c1735eba61 Set patch/post statuses to lowercase (ConnorMac)
a61df67ae9 Update README.md (Connor Macdougall)
cc36d3ee0e Removed changelog (ConnorMac)
Version 0.4.0, Thu 21 Sep 2017
===============================
876a9f1513 Version bump to 0.4.0 and updating CHANGES.txt (ConnorMac)
2178f7d931 Moved version to version file and switched to seed instead of change (ConnorMac)
db636421b4 Adding changes for version management (ConnorMac)
Version 0.4.0, Thu 21 Sep 2017
===============================
2178f7d931 Moved version to version file and switched to seed instead of change (ConnorMac)
db636421b4 Adding changes for version management (ConnorMac)