-
Notifications
You must be signed in to change notification settings - Fork 2
/
Changes
150 lines (101 loc) · 3.44 KB
/
Changes
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
Revision history for Perl distribution Regru-API.
{{$NEXT}}
0.053 Tue Oct 15 03:55:12 2024 +0000
[ FEATURES ]
- added support for HTTPS resource record in "zone" namespace
0.052 Fri Jul 22 11:20:27 2022 +0000
[ FIXES ]
- deserialize client response (gh#9)
0.051 Mon Sep 14 11:42:43 2020 +0000
[ FIXES ]
- returned "add_caa" method
- returned "records" param in "add_keys" as optional
- tests for "zone/add_caa" method
0.050 Mon Sep 14 08:58:32 2020 +0000
[ FEATURES ]
- removed obsoleted method user/refill_balance
[ FIXES ]
- merge old changes
- fix testing
- fix travis-ci builds
0.049 Wed Nov 7 12:11:49 2018 +0000
[ FIXES ]
- release permissions fix
0.048 Fri Oct 26 07:44:03 2018 +0000
[ FEATURES ]
- added support for CAA resource record in "zone" namespace
0.047 Fri Jul 14 05:26:30 2017 +0000
[ FEATURES ]
- added new REG.API namespace "dnssec" with DNSSEC related methods
[ FIXES ]
- fixed test failures (gh #6)
0.046 Mon Nov 9 07:23:20 2015 +0000
[ FIXES ]
- fixed isa check when JSON module loaded with 'support_by_pp' (gh #5)
0.045 Fri Nov 28 11:58:44 2014 +0000
[ FEATURES ]
- added new REG.API method "add_spf"
[ TESTS ]
- added a few namespace tests
[ MISC ]
- fixed 'missing_build_prereqs' error
0.044 Mon Jun 30 11:00:37 2014 +0000
[ FEATURES ]
- added new REG.API namespace "shop"
- added get_parallelswpb_constructor_url() method ("hosting")
[ DOCUMENTATION ]
- missed namespaces ("hosting" and "shop") mentioned at front page
- fixed urls in links pointed to reg.com website
- added documentation to "shop" methods
- added description for get_parallelswpb_constructor_url() method ("hosting")
[ TESTS ]
- updated tests
0.043 Tue Nov 26 08:25:06 2013 +0000
[ FEATURES ]
- added new REG.API namespace "hosting" with two methods
[ TESTS ]
- updated tests
0.042 Wed Oct 16 09:16:52 2013 +0000
[ FEATURES ]
- added new REG.API method: "get_deleted"
which allows to get a list of freeing domain names
- deleted obsoleted REG.API method: "service_get_details"
[ DOCUMENTATION ]
- added documentation related to DNS management and
service management methods
[ TESTS ]
- additional checks for rate limiting
0.041 Mon Oct 7 08:23:59 2013 +0000
[ DOCUMENTATION ]
- added remarks about API rate limiting
- added documentation related to folder and account management methods
[ TESTS ]
- skip some tests if an API rate limit has exceeded
0.004 Fri Oct 4 07:50:45 2013 +0000
[ DOCUMENTATION ]
- API methods in PODs grouped under distinct section: "REG.API METHODS"
- improved some parts of documentation
[ FEATURES ]
- client's attributes might be changed at runtime
- response object may print debug messages if debug enabled
- added validation of options: io_encondig and lang
[ TESTS ]
- rework namespaces testing
- added checking connection to API endpoint
[ META ]
- now Changes file uses groups
- clean up package
0.003 Tue Oct 1 12:36:02 2013 +0000
[ FEATURES ]
- added namespace parameter for requests
- become more moo-ish
[ TESTS ]
- updated tests
0.02 2013-09-19
[ DOCUMENTATION ]
- fixed documentation
[ META ]
- added license info
- added repository url
0.01 2013-09-16
- Initial release