-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathCHANGELOG
49 lines (28 loc) · 860 Bytes
/
CHANGELOG
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
2.1.7 -
* Fix a bug in which error messages aren't returned.
2.1.6 -
* Fix bug in transaction reporting introduced by HTTP::Tiny change.
2.1.5 -
* Fix bug introduced by HTTP::Tiny change.
2.1.4 -
* Use HTTP::Tiny rather than LWP.
* Drop dependency on Ref::Util.
2.1.3 -
* Packaging and documentation updates.
2.1.2 -
* reintroduced method _authorize_given_url
* use Ref::Util
2.1.1 -
* Return application_plan.
* Switch to Dist::Zilla.
2.0.4 -
* authrep now returns usage even (or especially useful) when the quota is exceeded
2.0.2 -
* implemented method 'authrep'
2.0.0 -
* updated for version 2.0 of the 3Scale API
0.1.2 -
* updated error handling to reflect new error return codes
* Modified all error exports to reflect changes to error codes
* changed transaction parsing code to reflect changes in transaction code
* updated tests