recurly 3.17.0 → 3.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.bumpversion.cfg +1 -1
- data/.changelog_config.yaml +11 -0
- data/.github/workflows/docs.yml +1 -1
- data/.travis.yml +3 -0
- data/CHANGELOG.md +255 -159
- data/GETTING_STARTED.md +1 -1
- data/lib/recurly/client/operations.rb +213 -135
- data/lib/recurly/client.rb +7 -5
- data/lib/recurly/errors/api_errors.rb +2 -0
- data/lib/recurly/pager.rb +2 -2
- data/lib/recurly/requests/account_create.rb +4 -0
- data/lib/recurly/requests/account_purchase.rb +4 -0
- data/lib/recurly/requests/account_update.rb +4 -0
- data/lib/recurly/requests/add_on_create.rb +3 -3
- data/lib/recurly/requests/add_on_pricing.rb +4 -0
- data/lib/recurly/requests/add_on_update.rb +1 -1
- data/lib/recurly/requests/address.rb +1 -1
- data/lib/recurly/requests/billing_info_create.rb +6 -2
- data/lib/recurly/requests/billing_info_verify.rb +14 -0
- data/lib/recurly/requests/coupon_redemption_create.rb +4 -0
- data/lib/recurly/requests/dunning_campaigns_bulk_update.rb +18 -0
- data/lib/recurly/requests/invoice_address.rb +1 -1
- data/lib/recurly/requests/invoice_collect.rb +1 -1
- data/lib/recurly/requests/line_item_create.rb +6 -2
- data/lib/recurly/requests/plan_create.rb +4 -0
- data/lib/recurly/requests/plan_pricing.rb +4 -0
- data/lib/recurly/requests/plan_update.rb +4 -0
- data/lib/recurly/requests/pricing.rb +4 -0
- data/lib/recurly/requests/purchase_create.rb +1 -1
- data/lib/recurly/requests/shipping_address_create.rb +1 -1
- data/lib/recurly/requests/shipping_address_update.rb +1 -1
- data/lib/recurly/requests/subscription_change_billing_info_create.rb +14 -0
- data/lib/recurly/requests/subscription_change_create.rb +8 -0
- data/lib/recurly/requests/subscription_create.rb +6 -2
- data/lib/recurly/requests/subscription_pause.rb +1 -1
- data/lib/recurly/requests/subscription_purchase.rb +6 -2
- data/lib/recurly/requests/subscription_update.rb +5 -1
- data/lib/recurly/resources/account.rb +4 -0
- data/lib/recurly/resources/account_mini.rb +4 -0
- data/lib/recurly/resources/add_on_pricing.rb +4 -0
- data/lib/recurly/resources/address.rb +1 -1
- data/lib/recurly/resources/billing_info.rb +5 -1
- data/lib/recurly/resources/billing_info_updated_by.rb +1 -1
- data/lib/recurly/resources/coupon_redemption.rb +4 -0
- data/lib/recurly/resources/dunning_campaign.rb +50 -0
- data/lib/recurly/resources/dunning_campaigns_bulk_update_response.rb +18 -0
- data/lib/recurly/resources/dunning_cycle.rb +58 -0
- data/lib/recurly/resources/dunning_interval.rb +18 -0
- data/lib/recurly/resources/invoice.rb +6 -2
- data/lib/recurly/resources/invoice_address.rb +1 -1
- data/lib/recurly/resources/line_item.rb +7 -3
- data/lib/recurly/resources/payment_method.rb +4 -0
- data/lib/recurly/resources/plan.rb +4 -0
- data/lib/recurly/resources/plan_pricing.rb +4 -0
- data/lib/recurly/resources/pricing.rb +4 -0
- data/lib/recurly/resources/shipping_address.rb +1 -1
- data/lib/recurly/resources/subscription.rb +4 -0
- data/lib/recurly/resources/subscription_change.rb +8 -0
- data/lib/recurly/resources/subscription_change_billing_info.rb +14 -0
- data/lib/recurly/resources/subscription_change_preview.rb +8 -0
- data/lib/recurly/resources/tax_detail.rb +26 -0
- data/lib/recurly/resources/tax_info.rb +4 -0
- data/lib/recurly/resources/transaction.rb +5 -1
- data/lib/recurly/version.rb +1 -1
- data/openapi/api.yaml +805 -125
- data/scripts/build +2 -2
- data/scripts/format +2 -2
- data/scripts/prepare-release +43 -29
- data/scripts/release +5 -20
- metadata +16 -9
- data/.github_changelog_generator +0 -8
- data/scripts/bump +0 -11
- data/scripts/changelog +0 -14
data/CHANGELOG.md
CHANGED
@@ -1,354 +1,450 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
-
## [3.
|
3
|
+
## [3.19.0](https://github.com/recurly/recurly-client-ruby/tree/3.19.0) (2022-04-15)
|
4
4
|
|
5
|
-
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.
|
5
|
+
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.18.1...3.19.0)
|
6
6
|
|
7
|
-
**Implemented enhancements:**
|
8
7
|
|
9
|
-
|
8
|
+
**Merged Pull Requests**
|
9
|
+
|
10
|
+
- Generated Latest Changes for v2019-10-10 [#765](https://github.com/recurly/recurly-client-ruby/pull/765) ([recurly-integrations](https://github.com/recurly-integrations))
|
11
|
+
- Generated Latest Changes for v2019-10-10 [#758](https://github.com/recurly/recurly-client-ruby/pull/758) ([recurly-integrations](https://github.com/recurly-integrations))
|
12
|
+
- Generated Latest Changes for v2019-10-10 [#752](https://github.com/recurly/recurly-client-ruby/pull/752) ([recurly-integrations](https://github.com/recurly-integrations))
|
13
|
+
- Generated Latest Changes for v2019-10-10 [#748](https://github.com/recurly/recurly-client-ruby/pull/748) ([recurly-integrations](https://github.com/recurly-integrations))
|
14
|
+
- Generated Latest Changes for v2019-10-10 (Tax Inclusive Pricing) [#740](https://github.com/recurly/recurly-client-ruby/pull/740) ([recurly-integrations](https://github.com/recurly-integrations))
|
15
|
+
- Generated Latest Changes for v2019-10-10 (Account Hierarchy Invoice Rollup) [#738](https://github.com/recurly/recurly-client-ruby/pull/738) ([recurly-integrations](https://github.com/recurly-integrations))
|
16
|
+
- Generated Latest Changes for v2019-10-10 [#733](https://github.com/recurly/recurly-client-ruby/pull/733) ([recurly-integrations](https://github.com/recurly-integrations))
|
17
|
+
- Generated Latest Changes for v2019-10-10 [#729](https://github.com/recurly/recurly-client-ruby/pull/729) ([recurly-integrations](https://github.com/recurly-integrations))
|
18
|
+
- Generated Latest Changes for v2019-10-10 (Added new response to subscription change) [#726](https://github.com/recurly/recurly-client-ruby/pull/726) ([recurly-integrations](https://github.com/recurly-integrations))
|
19
|
+
- Generated Latest Changes for v2019-10-10 (Dunning Campaigns feature) [#723](https://github.com/recurly/recurly-client-ruby/pull/723) ([recurly-integrations](https://github.com/recurly-integrations))
|
20
|
+
- Generated Latest Changes for v2019-10-10 (get_preview_renewal) [#721](https://github.com/recurly/recurly-client-ruby/pull/721) ([recurly-integrations](https://github.com/recurly-integrations))
|
21
|
+
- Generated Latest Changes for v2019-10-10 [#718](https://github.com/recurly/recurly-client-ruby/pull/718) ([recurly-integrations](https://github.com/recurly-integrations))
|
22
|
+
- Generated Latest Changes for v2019-10-10 [#709](https://github.com/recurly/recurly-client-ruby/pull/709) ([recurly-integrations](https://github.com/recurly-integrations))
|
23
|
+
- Making #post allow a nil body [#698](https://github.com/recurly/recurly-client-ruby/pull/698) ([douglasmiller](https://github.com/douglasmiller))
|
24
|
+
- Generated Latest Changes for v2019-10-10 [#696](https://github.com/recurly/recurly-client-ruby/pull/696) ([recurly-integrations](https://github.com/recurly-integrations))
|
25
|
+
- Additional fix for ruby 3.x [#679](https://github.com/recurly/recurly-client-ruby/pull/679) ([douglasmiller](https://github.com/douglasmiller))
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
## [3.18.1](https://github.com/recurly/recurly-client-ruby/tree/3.18.1) (2021-02-22)
|
30
|
+
|
31
|
+
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.18.0...3.18.1)
|
32
|
+
|
33
|
+
|
34
|
+
**Merged Pull Requests**
|
35
|
+
|
36
|
+
- Release 3.18.1 [#666](https://github.com/recurly/recurly-client-ruby/pull/666) ([douglasmiller](https://github.com/douglasmiller))
|
37
|
+
- Fixing issues with ruby 3.0 [#665](https://github.com/recurly/recurly-client-ruby/pull/665) ([douglasmiller](https://github.com/douglasmiller))
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
## [3.18.0](https://github.com/recurly/recurly-client-ruby/tree/3.18.0) (2021-01-22)
|
42
|
+
|
43
|
+
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.17.0...3.18.0)
|
44
|
+
|
45
|
+
|
46
|
+
**Merged Pull Requests**
|
47
|
+
|
48
|
+
- Release 3.18.0 [#661](https://github.com/recurly/recurly-client-ruby/pull/661) ([douglasmiller](https://github.com/douglasmiller))
|
49
|
+
- Latest Changes for 2019-10-10 [#660](https://github.com/recurly/recurly-client-ruby/pull/660) ([douglasmiller](https://github.com/douglasmiller))
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
## [3.17.0](https://github.com/recurly/recurly-client-ruby/tree/3.17.0) (2020-12-08)
|
54
|
+
|
55
|
+
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.16.0...3.17.0)
|
56
|
+
|
57
|
+
|
58
|
+
**Merged Pull Requests**
|
59
|
+
|
60
|
+
- Release 3.17.0 [#658](https://github.com/recurly/recurly-client-ruby/pull/658) ([douglasmiller](https://github.com/douglasmiller))
|
61
|
+
- Latest Changes for 2019-10-10 [#657](https://github.com/recurly/recurly-client-ruby/pull/657) ([douglasmiller](https://github.com/douglasmiller))
|
10
62
|
|
11
|
-
**Merged pull requests:**
|
12
63
|
|
13
|
-
- Release 3.17.0 [\#658](https://github.com/recurly/recurly-client-ruby/pull/658) ([douglasmiller](https://github.com/douglasmiller))
|
14
64
|
|
15
65
|
## [3.16.0](https://github.com/recurly/recurly-client-ruby/tree/3.16.0) (2020-11-24)
|
16
66
|
|
17
67
|
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.15.0...3.16.0)
|
18
68
|
|
19
|
-
**Implemented enhancements:**
|
20
|
-
|
21
|
-
- Latest Changes for 2019-10-10 \(tax\_identifier / tax\_identifier\_type\) [\#654](https://github.com/recurly/recurly-client-ruby/pull/654) ([douglasmiller](https://github.com/douglasmiller))
|
22
|
-
- Latest Changes for 2019-10-10 [\#651](https://github.com/recurly/recurly-client-ruby/pull/651) ([douglasmiller](https://github.com/douglasmiller))
|
23
69
|
|
24
|
-
**
|
70
|
+
**Merged Pull Requests**
|
25
71
|
|
26
|
-
-
|
72
|
+
- Release 3.16.0 [#656](https://github.com/recurly/recurly-client-ruby/pull/656) ([douglasmiller](https://github.com/douglasmiller))
|
73
|
+
- Latest Changes for 2019-10-10 (tax_identifier / tax_identifier_type) [#654](https://github.com/recurly/recurly-client-ruby/pull/654) ([douglasmiller](https://github.com/douglasmiller))
|
74
|
+
- Latest Changes for 2019-10-10 [#651](https://github.com/recurly/recurly-client-ruby/pull/651) ([douglasmiller](https://github.com/douglasmiller))
|
27
75
|
|
28
|
-
**Merged pull requests:**
|
29
76
|
|
30
|
-
- Release 3.16.0 [\#656](https://github.com/recurly/recurly-client-ruby/pull/656) ([douglasmiller](https://github.com/douglasmiller))
|
31
77
|
|
32
78
|
## [3.15.0](https://github.com/recurly/recurly-client-ruby/tree/3.15.0) (2020-11-06)
|
33
79
|
|
34
80
|
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.14.0...3.15.0)
|
35
81
|
|
36
|
-
**Implemented enhancements:**
|
37
82
|
|
38
|
-
|
83
|
+
**Merged Pull Requests**
|
84
|
+
|
85
|
+
- Release 3.15.0 [#647](https://github.com/recurly/recurly-client-ruby/pull/647) ([douglasmiller](https://github.com/douglasmiller))
|
86
|
+
- Latest Changes for 2019-10-10 (Wallet, Item Coupons) [#645](https://github.com/recurly/recurly-client-ruby/pull/645) ([douglasmiller](https://github.com/douglasmiller))
|
39
87
|
|
40
|
-
**Merged pull requests:**
|
41
88
|
|
42
|
-
- Release 3.15.0 [\#647](https://github.com/recurly/recurly-client-ruby/pull/647) ([douglasmiller](https://github.com/douglasmiller))
|
43
89
|
|
44
90
|
## [3.14.0](https://github.com/recurly/recurly-client-ruby/tree/3.14.0) (2020-10-20)
|
45
91
|
|
46
92
|
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.13.0...3.14.0)
|
47
93
|
|
48
|
-
**Implemented enhancements:**
|
49
94
|
|
50
|
-
|
95
|
+
**Merged Pull Requests**
|
96
|
+
|
97
|
+
- Release 3.14.0 [#643](https://github.com/recurly/recurly-client-ruby/pull/643) ([douglasmiller](https://github.com/douglasmiller))
|
98
|
+
- Mon Oct 19 20:38:03 UTC 2020 Upgrade API version v2019-10-10 [#642](https://github.com/recurly/recurly-client-ruby/pull/642) ([douglasmiller](https://github.com/douglasmiller))
|
99
|
+
- Fixes uninitialized constant `Recurly::Errors::ServiceNotAvailableError` [#641](https://github.com/recurly/recurly-client-ruby/pull/641) ([ruyrocha](https://github.com/ruyrocha))
|
51
100
|
|
52
|
-
**Merged pull requests:**
|
53
101
|
|
54
|
-
- Release 3.14.0 [\#643](https://github.com/recurly/recurly-client-ruby/pull/643) ([douglasmiller](https://github.com/douglasmiller))
|
55
|
-
- Fixes uninitialized constant `Recurly::Errors::ServiceNotAvailableError` [\#641](https://github.com/recurly/recurly-client-ruby/pull/641) ([ruyrocha](https://github.com/ruyrocha))
|
56
102
|
|
57
103
|
## [3.13.0](https://github.com/recurly/recurly-client-ruby/tree/3.13.0) (2020-09-22)
|
58
104
|
|
59
105
|
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.12.0...3.13.0)
|
60
106
|
|
61
|
-
**Implemented enhancements:**
|
62
107
|
|
63
|
-
|
108
|
+
**Merged Pull Requests**
|
109
|
+
|
110
|
+
- Release 3.13.0 [#639](https://github.com/recurly/recurly-client-ruby/pull/639) ([douglasmiller](https://github.com/douglasmiller))
|
111
|
+
- Latest Changes for 2019-10-10 (Automated Exports, additional resource data attributes) [#638](https://github.com/recurly/recurly-client-ruby/pull/638) ([douglasmiller](https://github.com/douglasmiller))
|
64
112
|
|
65
|
-
**Merged pull requests:**
|
66
113
|
|
67
|
-
- Release 3.13.0 [\#639](https://github.com/recurly/recurly-client-ruby/pull/639) ([douglasmiller](https://github.com/douglasmiller))
|
68
114
|
|
69
115
|
## [3.12.0](https://github.com/recurly/recurly-client-ruby/tree/3.12.0) (2020-08-31)
|
70
116
|
|
71
117
|
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.11.0...3.12.0)
|
72
118
|
|
73
|
-
**Implemented enhancements:**
|
74
119
|
|
75
|
-
|
120
|
+
**Merged Pull Requests**
|
121
|
+
|
122
|
+
- Release 3.12.0 [#633](https://github.com/recurly/recurly-client-ruby/pull/633) ([douglasmiller](https://github.com/douglasmiller))
|
123
|
+
- Mon Aug 31 19:44:58 UTC 2020 Upgrade API version v2019-10-10 [#632](https://github.com/recurly/recurly-client-ruby/pull/632) ([douglasmiller](https://github.com/douglasmiller))
|
124
|
+
- Code of Conduct [#631](https://github.com/recurly/recurly-client-ruby/pull/631) ([bhelx](https://github.com/bhelx))
|
76
125
|
|
77
|
-
**Merged pull requests:**
|
78
126
|
|
79
|
-
- Release 3.12.0 [\#633](https://github.com/recurly/recurly-client-ruby/pull/633) ([douglasmiller](https://github.com/douglasmiller))
|
80
|
-
- Code of Conduct [\#631](https://github.com/recurly/recurly-client-ruby/pull/631) ([bhelx](https://github.com/bhelx))
|
81
127
|
|
82
128
|
## [3.11.0](https://github.com/recurly/recurly-client-ruby/tree/3.11.0) (2020-08-21)
|
83
129
|
|
84
130
|
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.10.0...3.11.0)
|
85
131
|
|
86
|
-
**Implemented enhancements:**
|
87
132
|
|
88
|
-
|
133
|
+
**Merged Pull Requests**
|
134
|
+
|
135
|
+
- Release 3.11.0 [#630](https://github.com/recurly/recurly-client-ruby/pull/630) ([douglasmiller](https://github.com/douglasmiller))
|
136
|
+
- Fri Aug 21 16:17:28 UTC 2020 Upgrade API version v2019-10-10 [#629](https://github.com/recurly/recurly-client-ruby/pull/629) ([douglasmiller](https://github.com/douglasmiller))
|
89
137
|
|
90
|
-
**Merged pull requests:**
|
91
138
|
|
92
|
-
- Release 3.11.0 [\#630](https://github.com/recurly/recurly-client-ruby/pull/630) ([douglasmiller](https://github.com/douglasmiller))
|
93
139
|
|
94
140
|
## [3.10.0](https://github.com/recurly/recurly-client-ruby/tree/3.10.0) (2020-07-31)
|
95
141
|
|
96
142
|
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.9.0...3.10.0)
|
97
143
|
|
98
|
-
**Implemented enhancements:**
|
99
144
|
|
100
|
-
|
101
|
-
|
145
|
+
**Merged Pull Requests**
|
146
|
+
|
147
|
+
- Release 3.10.0 [#623](https://github.com/recurly/recurly-client-ruby/pull/623) ([douglasmiller](https://github.com/douglasmiller))
|
148
|
+
- Latest Changes for 2019-10-10 (usage, measured units, etc) [#621](https://github.com/recurly/recurly-client-ruby/pull/621) ([bhelx](https://github.com/bhelx))
|
149
|
+
- Adding hierarchical errors [#610](https://github.com/recurly/recurly-client-ruby/pull/610) ([douglasmiller](https://github.com/douglasmiller))
|
102
150
|
|
103
|
-
**Merged pull requests:**
|
104
151
|
|
105
|
-
- Release 3.10.0 [\#623](https://github.com/recurly/recurly-client-ruby/pull/623) ([douglasmiller](https://github.com/douglasmiller))
|
106
152
|
|
107
153
|
## [3.9.0](https://github.com/recurly/recurly-client-ruby/tree/3.9.0) (2020-07-06)
|
108
154
|
|
109
155
|
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.8.0...3.9.0)
|
110
156
|
|
111
|
-
**Implemented enhancements:**
|
112
157
|
|
113
|
-
|
158
|
+
**Merged Pull Requests**
|
159
|
+
|
160
|
+
- Release 3.9.0 [#609](https://github.com/recurly/recurly-client-ruby/pull/609) ([douglasmiller](https://github.com/douglasmiller))
|
161
|
+
- Mon Jul 6 14:48:05 UTC 2020 Upgrade API version v2019-10-10 [#608](https://github.com/recurly/recurly-client-ruby/pull/608) ([douglasmiller](https://github.com/douglasmiller))
|
114
162
|
|
115
|
-
**Merged pull requests:**
|
116
163
|
|
117
|
-
- Release 3.9.0 [\#609](https://github.com/recurly/recurly-client-ruby/pull/609) ([douglasmiller](https://github.com/douglasmiller))
|
118
164
|
|
119
165
|
## [3.8.0](https://github.com/recurly/recurly-client-ruby/tree/3.8.0) (2020-07-01)
|
120
166
|
|
121
167
|
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.7.0...3.8.0)
|
122
168
|
|
123
|
-
**Implemented enhancements:**
|
124
169
|
|
125
|
-
|
170
|
+
**Merged Pull Requests**
|
171
|
+
|
172
|
+
- Release 3.8.0 [#606](https://github.com/recurly/recurly-client-ruby/pull/606) ([douglasmiller](https://github.com/douglasmiller))
|
173
|
+
- Wed Jul 1 02:06:24 UTC 2020 Upgrade API version v2019-10-10 [#605](https://github.com/recurly/recurly-client-ruby/pull/605) ([douglasmiller](https://github.com/douglasmiller))
|
126
174
|
|
127
|
-
**Merged pull requests:**
|
128
175
|
|
129
|
-
- Release 3.8.0 [\#606](https://github.com/recurly/recurly-client-ruby/pull/606) ([douglasmiller](https://github.com/douglasmiller))
|
130
176
|
|
131
177
|
## [3.7.0](https://github.com/recurly/recurly-client-ruby/tree/3.7.0) (2020-06-30)
|
132
178
|
|
133
179
|
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.6.0...3.7.0)
|
134
180
|
|
135
|
-
**Implemented enhancements:**
|
136
|
-
|
137
|
-
- Mon Jun 29 17:01:25 UTC 2020 Upgrade API version v2019-10-10 [\#601](https://github.com/recurly/recurly-client-ruby/pull/601) ([douglasmiller](https://github.com/douglasmiller))
|
138
181
|
|
139
|
-
**
|
182
|
+
**Merged Pull Requests**
|
140
183
|
|
141
|
-
-
|
184
|
+
- Release 3.7.0 [#602](https://github.com/recurly/recurly-client-ruby/pull/602) ([douglasmiller](https://github.com/douglasmiller))
|
185
|
+
- Mon Jun 29 17:01:25 UTC 2020 Upgrade API version v2019-10-10 [#601](https://github.com/recurly/recurly-client-ruby/pull/601) ([douglasmiller](https://github.com/douglasmiller))
|
186
|
+
- Allow :headers to be included in operations [#597](https://github.com/recurly/recurly-client-ruby/pull/597) ([douglasmiller](https://github.com/douglasmiller))
|
187
|
+
- Fix doc link [#596](https://github.com/recurly/recurly-client-ruby/pull/596) ([bhelx](https://github.com/bhelx))
|
142
188
|
|
143
|
-
**Merged pull requests:**
|
144
189
|
|
145
|
-
- Release 3.7.0 [\#602](https://github.com/recurly/recurly-client-ruby/pull/602) ([douglasmiller](https://github.com/douglasmiller))
|
146
|
-
- Fix doc link [\#596](https://github.com/recurly/recurly-client-ruby/pull/596) ([bhelx](https://github.com/bhelx))
|
147
190
|
|
148
191
|
## [3.6.0](https://github.com/recurly/recurly-client-ruby/tree/3.6.0) (2020-06-01)
|
149
192
|
|
150
193
|
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.5.0...3.6.0)
|
151
194
|
|
152
|
-
**Implemented enhancements:**
|
153
195
|
|
154
|
-
|
155
|
-
|
196
|
+
**Merged Pull Requests**
|
197
|
+
|
198
|
+
- Release 3.6.0 [#594](https://github.com/recurly/recurly-client-ruby/pull/594) ([bhelx](https://github.com/bhelx))
|
199
|
+
- Better format error message [#593](https://github.com/recurly/recurly-client-ruby/pull/593) ([bhelx](https://github.com/bhelx))
|
200
|
+
- Latest Features [#592](https://github.com/recurly/recurly-client-ruby/pull/592) ([bhelx](https://github.com/bhelx))
|
201
|
+
- Let bump2version manage the getting started doc [#591](https://github.com/recurly/recurly-client-ruby/pull/591) ([bhelx](https://github.com/bhelx))
|
202
|
+
- Support the programmer passing their own logger [#590](https://github.com/recurly/recurly-client-ruby/pull/590) ([bhelx](https://github.com/bhelx))
|
203
|
+
- Document `Pager#first` and `Pager#count` [#589](https://github.com/recurly/recurly-client-ruby/pull/589) ([bhelx](https://github.com/bhelx))
|
204
|
+
- Ensure that path parameters are not empty strings [#587](https://github.com/recurly/recurly-client-ruby/pull/587) ([douglasmiller](https://github.com/douglasmiller))
|
156
205
|
|
157
|
-
**Merged pull requests:**
|
158
206
|
|
159
|
-
- Release 3.6.0 [\#594](https://github.com/recurly/recurly-client-ruby/pull/594) ([bhelx](https://github.com/bhelx))
|
160
|
-
- Better format error message [\#593](https://github.com/recurly/recurly-client-ruby/pull/593) ([bhelx](https://github.com/bhelx))
|
161
|
-
- Let bump2version manage the getting started doc [\#591](https://github.com/recurly/recurly-client-ruby/pull/591) ([bhelx](https://github.com/bhelx))
|
162
|
-
- Document `Pager#first` and `Pager#count` [\#589](https://github.com/recurly/recurly-client-ruby/pull/589) ([bhelx](https://github.com/bhelx))
|
163
|
-
- Ensure that path parameters are not empty strings [\#587](https://github.com/recurly/recurly-client-ruby/pull/587) ([douglasmiller](https://github.com/douglasmiller))
|
164
207
|
|
165
208
|
## [3.5.0](https://github.com/recurly/recurly-client-ruby/tree/3.5.0) (2020-04-20)
|
166
209
|
|
167
210
|
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.4.1...3.5.0)
|
168
211
|
|
169
|
-
**Implemented enhancements:**
|
170
|
-
|
171
|
-
- Tue Apr 14 20:21:21 UTC 2020 Upgrade API version v2019-10-10 [\#585](https://github.com/recurly/recurly-client-ruby/pull/585) ([bhelx](https://github.com/bhelx))
|
172
|
-
- Set an Idempotency-Key header, retry GET requests after 5xx errors [\#579](https://github.com/recurly/recurly-client-ruby/pull/579) ([isaachall](https://github.com/isaachall))
|
173
|
-
- Adding \#first and \#count methods to Pager [\#560](https://github.com/recurly/recurly-client-ruby/pull/560) ([douglasmiller](https://github.com/douglasmiller))
|
174
212
|
|
175
|
-
**
|
213
|
+
**Merged Pull Requests**
|
176
214
|
|
177
|
-
-
|
215
|
+
- Release 3.5.0 [#586](https://github.com/recurly/recurly-client-ruby/pull/586) ([douglasmiller](https://github.com/douglasmiller))
|
216
|
+
- Tue Apr 14 20:21:21 UTC 2020 Upgrade API version v2019-10-10 [#585](https://github.com/recurly/recurly-client-ruby/pull/585) ([bhelx](https://github.com/bhelx))
|
217
|
+
- Included the to-be released changes in the changelog [#584](https://github.com/recurly/recurly-client-ruby/pull/584) ([douglasmiller](https://github.com/douglasmiller))
|
218
|
+
- Add 2.7 to test matrix [#582](https://github.com/recurly/recurly-client-ruby/pull/582) ([bhelx](https://github.com/bhelx))
|
219
|
+
- Fixing the omission of query params [#581](https://github.com/recurly/recurly-client-ruby/pull/581) ([douglasmiller](https://github.com/douglasmiller))
|
220
|
+
- Use github pages for docs [#580](https://github.com/recurly/recurly-client-ruby/pull/580) ([bhelx](https://github.com/bhelx))
|
221
|
+
- Set an Idempotency-Key header, retry GET requests after 5xx errors [#579](https://github.com/recurly/recurly-client-ruby/pull/579) ([isaachall](https://github.com/isaachall))
|
222
|
+
- Add project metadata to the gemspec [#578](https://github.com/recurly/recurly-client-ruby/pull/578) ([orien](https://github.com/orien))
|
223
|
+
- Updating release script to be uniform across all clients [#577](https://github.com/recurly/recurly-client-ruby/pull/577) ([douglasmiller](https://github.com/douglasmiller))
|
224
|
+
- Thu Mar 26 20:41:10 UTC 2020 Upgrade API version v2019-10-10 [#573](https://github.com/recurly/recurly-client-ruby/pull/573) ([bhelx](https://github.com/bhelx))
|
225
|
+
- Adding #first and #count methods to Pager [#560](https://github.com/recurly/recurly-client-ruby/pull/560) ([douglasmiller](https://github.com/douglasmiller))
|
178
226
|
|
179
|
-
**Merged pull requests:**
|
180
227
|
|
181
|
-
- Release 3.5.0 [\#586](https://github.com/recurly/recurly-client-ruby/pull/586) ([douglasmiller](https://github.com/douglasmiller))
|
182
|
-
- Included the to-be released changes in the changelog [\#584](https://github.com/recurly/recurly-client-ruby/pull/584) ([douglasmiller](https://github.com/douglasmiller))
|
183
|
-
- Add 2.7 to test matrix [\#582](https://github.com/recurly/recurly-client-ruby/pull/582) ([bhelx](https://github.com/bhelx))
|
184
|
-
- Use github pages for docs [\#580](https://github.com/recurly/recurly-client-ruby/pull/580) ([bhelx](https://github.com/bhelx))
|
185
|
-
- Add project metadata to the gemspec [\#578](https://github.com/recurly/recurly-client-ruby/pull/578) ([orien](https://github.com/orien))
|
186
|
-
- Updating release script to be uniform across all clients [\#577](https://github.com/recurly/recurly-client-ruby/pull/577) ([douglasmiller](https://github.com/douglasmiller))
|
187
|
-
- Thu Mar 26 20:41:10 UTC 2020 Upgrade API version v2019-10-10 [\#573](https://github.com/recurly/recurly-client-ruby/pull/573) ([bhelx](https://github.com/bhelx))
|
188
228
|
|
189
229
|
## [3.4.1](https://github.com/recurly/recurly-client-ruby/tree/3.4.1) (2020-03-26)
|
190
230
|
|
191
231
|
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.4.0...3.4.1)
|
192
232
|
|
193
|
-
**Merged pull requests:**
|
194
233
|
|
195
|
-
|
196
|
-
|
234
|
+
**Merged Pull Requests**
|
235
|
+
|
236
|
+
- Release 3.4.1 [#571](https://github.com/recurly/recurly-client-ruby/pull/571) ([bhelx](https://github.com/bhelx))
|
237
|
+
- Follow up bug fixes for #568 [#570](https://github.com/recurly/recurly-client-ruby/pull/570) ([bhelx](https://github.com/bhelx))
|
238
|
+
|
239
|
+
|
197
240
|
|
198
241
|
## [3.4.0](https://github.com/recurly/recurly-client-ruby/tree/3.4.0) (2020-03-23)
|
199
242
|
|
200
243
|
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.3.1...3.4.0)
|
201
244
|
|
202
|
-
**Implemented enhancements:**
|
203
245
|
|
204
|
-
|
246
|
+
**Merged Pull Requests**
|
247
|
+
|
248
|
+
- Release 3.4.0 [#569](https://github.com/recurly/recurly-client-ruby/pull/569) ([bhelx](https://github.com/bhelx))
|
249
|
+
- Replace Faraday gem with Net::HTTP, add connection pooling & keep-alive, update CA roots [#568](https://github.com/recurly/recurly-client-ruby/pull/568) ([isaachall](https://github.com/isaachall))
|
205
250
|
|
206
|
-
**Merged pull requests:**
|
207
251
|
|
208
|
-
- Release 3.4.0 [\#569](https://github.com/recurly/recurly-client-ruby/pull/569) ([bhelx](https://github.com/bhelx))
|
209
252
|
|
210
253
|
## [3.3.1](https://github.com/recurly/recurly-client-ruby/tree/3.3.1) (2020-03-20)
|
211
254
|
|
212
255
|
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.3.0...3.3.1)
|
213
256
|
|
214
|
-
**Merged pull requests:**
|
215
257
|
|
216
|
-
|
217
|
-
|
218
|
-
-
|
219
|
-
-
|
220
|
-
-
|
258
|
+
**Merged Pull Requests**
|
259
|
+
|
260
|
+
- Release 3.3.1 [#567](https://github.com/recurly/recurly-client-ruby/pull/567) ([douglasmiller](https://github.com/douglasmiller))
|
261
|
+
- Adding changelog and updated release scripts [#566](https://github.com/recurly/recurly-client-ruby/pull/566) ([douglasmiller](https://github.com/douglasmiller))
|
262
|
+
- Thu Mar 19 21:04:19 UTC 2020 Upgrade API version v2019-10-10 [#564](https://github.com/recurly/recurly-client-ruby/pull/564) ([douglasmiller](https://github.com/douglasmiller))
|
263
|
+
- Update rake to 12.3.3 [#561](https://github.com/recurly/recurly-client-ruby/pull/561) ([douglasmiller](https://github.com/douglasmiller))
|
264
|
+
- Add request for stack trace in issue report [#558](https://github.com/recurly/recurly-client-ruby/pull/558) ([bhelx](https://github.com/bhelx))
|
265
|
+
|
266
|
+
|
221
267
|
|
222
268
|
## [3.3.0](https://github.com/recurly/recurly-client-ruby/tree/3.3.0) (2020-02-20)
|
223
269
|
|
224
270
|
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.2.2...3.3.0)
|
225
271
|
|
226
|
-
**Merged pull requests:**
|
227
272
|
|
228
|
-
|
229
|
-
|
230
|
-
-
|
231
|
-
- Latest v2019-10-10
|
273
|
+
**Merged Pull Requests**
|
274
|
+
|
275
|
+
- Release 3.3.0 [#556](https://github.com/recurly/recurly-client-ruby/pull/556) ([bhelx](https://github.com/bhelx))
|
276
|
+
- Latest generated changes for v2019-10-10 [#555](https://github.com/recurly/recurly-client-ruby/pull/555) ([bhelx](https://github.com/bhelx))
|
277
|
+
- Link to new dev docs for webhooks [#554](https://github.com/recurly/recurly-client-ruby/pull/554) ([bhelx](https://github.com/bhelx))
|
278
|
+
- Latest v2019-10-10 Changes [#552](https://github.com/recurly/recurly-client-ruby/pull/552) ([bhelx](https://github.com/bhelx))
|
279
|
+
|
280
|
+
|
232
281
|
|
233
282
|
## [3.2.2](https://github.com/recurly/recurly-client-ruby/tree/3.2.2) (2020-02-03)
|
234
283
|
|
235
284
|
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.2.1...3.2.2)
|
236
285
|
|
237
|
-
**Merged pull requests:**
|
238
286
|
|
239
|
-
|
240
|
-
|
287
|
+
**Merged Pull Requests**
|
288
|
+
|
289
|
+
- Release 3.2.2 [#550](https://github.com/recurly/recurly-client-ruby/pull/550) ([bhelx](https://github.com/bhelx))
|
290
|
+
- Loosen version restriction on faraday [#549](https://github.com/recurly/recurly-client-ruby/pull/549) ([bhelx](https://github.com/bhelx))
|
291
|
+
|
292
|
+
|
241
293
|
|
242
294
|
## [3.2.1](https://github.com/recurly/recurly-client-ruby/tree/3.2.1) (2019-12-10)
|
243
295
|
|
244
296
|
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.2.0...3.2.1)
|
245
297
|
|
246
|
-
**Fixed bugs:**
|
247
298
|
|
248
|
-
|
299
|
+
**Merged Pull Requests**
|
300
|
+
|
301
|
+
- Convert Array params to CSV strings [#545](https://github.com/recurly/recurly-client-ruby/pull/545) ([douglasmiller](https://github.com/douglasmiller))
|
302
|
+
|
303
|
+
|
249
304
|
|
250
305
|
## [3.2.0](https://github.com/recurly/recurly-client-ruby/tree/3.2.0) (2019-12-03)
|
251
306
|
|
252
307
|
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.1.3...3.2.0)
|
253
308
|
|
254
|
-
**Fixed bugs:**
|
255
309
|
|
256
|
-
|
257
|
-
|
310
|
+
**Merged Pull Requests**
|
311
|
+
|
312
|
+
- Release 3.2.0 [#544](https://github.com/recurly/recurly-client-ruby/pull/544) ([bhelx](https://github.com/bhelx))
|
313
|
+
- Allow object attributes through [#542](https://github.com/recurly/recurly-client-ruby/pull/542) ([bhelx](https://github.com/bhelx))
|
258
314
|
|
259
|
-
**
|
315
|
+
**Closed Issues**
|
316
|
+
|
317
|
+
- It's hard to find out what payment method was used [#543](https://github.com/recurly/recurly-client-ruby/issues/543)
|
260
318
|
|
261
|
-
- Release 3.2.0 [\#544](https://github.com/recurly/recurly-client-ruby/pull/544) ([bhelx](https://github.com/bhelx))
|
262
|
-
- Allow object attributes through [\#542](https://github.com/recurly/recurly-client-ruby/pull/542) ([bhelx](https://github.com/bhelx))
|
263
319
|
|
264
320
|
## [3.1.3](https://github.com/recurly/recurly-client-ruby/tree/3.1.3) (2019-12-02)
|
265
321
|
|
266
322
|
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.1.2...3.1.3)
|
267
323
|
|
268
|
-
**Fixed bugs:**
|
269
324
|
|
270
|
-
|
271
|
-
|
325
|
+
**Merged Pull Requests**
|
326
|
+
|
327
|
+
- Issue 540 error may have transaction [#541](https://github.com/recurly/recurly-client-ruby/pull/541) ([bhelx](https://github.com/bhelx))
|
328
|
+
|
329
|
+
|
272
330
|
|
273
331
|
## [3.1.2](https://github.com/recurly/recurly-client-ruby/tree/3.1.2) (2019-12-02)
|
274
332
|
|
275
333
|
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.1.1...3.1.2)
|
276
334
|
|
277
|
-
**Fixed bugs:**
|
278
335
|
|
279
|
-
|
336
|
+
**Merged Pull Requests**
|
337
|
+
|
338
|
+
- Skip request property type validation for nil values [#539](https://github.com/recurly/recurly-client-ruby/pull/539) ([bhelx](https://github.com/bhelx))
|
339
|
+
|
340
|
+
|
280
341
|
|
281
342
|
## [3.1.1](https://github.com/recurly/recurly-client-ruby/tree/3.1.1) (2019-11-27)
|
282
343
|
|
283
344
|
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.1.0...3.1.1)
|
284
345
|
|
285
|
-
**Fixed bugs:**
|
286
346
|
|
287
|
-
|
288
|
-
|
347
|
+
**Merged Pull Requests**
|
348
|
+
|
349
|
+
- Disable searching ancestors when looking up constants [#537](https://github.com/recurly/recurly-client-ruby/pull/537) ([douglasmiller](https://github.com/douglasmiller))
|
350
|
+
|
351
|
+
**Closed Issues**
|
352
|
+
|
353
|
+
- Undefined method cast [#536](https://github.com/recurly/recurly-client-ruby/issues/536)
|
354
|
+
|
289
355
|
|
290
356
|
## [3.1.0](https://github.com/recurly/recurly-client-ruby/tree/3.1.0) (2019-11-18)
|
291
357
|
|
292
358
|
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.0.0...3.1.0)
|
293
359
|
|
294
|
-
**Merged pull requests:**
|
295
360
|
|
296
|
-
|
297
|
-
|
298
|
-
-
|
361
|
+
**Merged Pull Requests**
|
362
|
+
|
363
|
+
- Release 3.1.0 [#530](https://github.com/recurly/recurly-client-ruby/pull/530) ([bhelx](https://github.com/bhelx))
|
364
|
+
- Generated Updates for API version v2019-10-10 [#529](https://github.com/recurly/recurly-client-ruby/pull/529) ([douglasmiller](https://github.com/douglasmiller))
|
365
|
+
- Generated Updates for API version v2019-10-10 [#528](https://github.com/recurly/recurly-client-ruby/pull/528) ([bhelx](https://github.com/bhelx))
|
366
|
+
|
367
|
+
|
299
368
|
|
300
369
|
## [3.0.0](https://github.com/recurly/recurly-client-ruby/tree/3.0.0) (2019-10-09)
|
301
370
|
|
302
371
|
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.0.0.beta.5...3.0.0)
|
303
372
|
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
-
|
308
|
-
-
|
309
|
-
-
|
310
|
-
-
|
311
|
-
-
|
312
|
-
-
|
313
|
-
-
|
314
|
-
-
|
315
|
-
-
|
316
|
-
-
|
317
|
-
-
|
318
|
-
-
|
319
|
-
-
|
320
|
-
-
|
321
|
-
-
|
322
|
-
-
|
373
|
+
|
374
|
+
**Merged Pull Requests**
|
375
|
+
|
376
|
+
- Release 3.0.0 [#521](https://github.com/recurly/recurly-client-ruby/pull/521) ([bhelx](https://github.com/bhelx))
|
377
|
+
- Upgrade API version v2019-10-10 [#519](https://github.com/recurly/recurly-client-ruby/pull/519) ([bhelx](https://github.com/bhelx))
|
378
|
+
- Update recurly.gemspec [#518](https://github.com/recurly/recurly-client-ruby/pull/518) ([bhelx](https://github.com/bhelx))
|
379
|
+
- Add a script for releasing [#517](https://github.com/recurly/recurly-client-ruby/pull/517) ([bhelx](https://github.com/bhelx))
|
380
|
+
- Change base url to v3.recurly.com [#516](https://github.com/recurly/recurly-client-ruby/pull/516) ([bhelx](https://github.com/bhelx))
|
381
|
+
- No longer need bundler 1.7 [#511](https://github.com/recurly/recurly-client-ruby/pull/511) ([bhelx](https://github.com/bhelx))
|
382
|
+
- Refactor internal schema representation [#510](https://github.com/recurly/recurly-client-ruby/pull/510) ([bhelx](https://github.com/bhelx))
|
383
|
+
- Implement bump script [#507](https://github.com/recurly/recurly-client-ruby/pull/507) ([bhelx](https://github.com/bhelx))
|
384
|
+
- Remove the site-id constraint from Client [#504](https://github.com/recurly/recurly-client-ruby/pull/504) ([bhelx](https://github.com/bhelx))
|
385
|
+
- Only set strict mode when env explicitly true [#501](https://github.com/recurly/recurly-client-ruby/pull/501) ([bhelx](https://github.com/bhelx))
|
386
|
+
- Document use of webhooks [#500](https://github.com/recurly/recurly-client-ruby/pull/500) ([bhelx](https://github.com/bhelx))
|
387
|
+
- Latest v2018-08-09 Updates [#498](https://github.com/recurly/recurly-client-ruby/pull/498) ([bhelx](https://github.com/bhelx))
|
388
|
+
- Refer user to rubydoc.info [#497](https://github.com/recurly/recurly-client-ruby/pull/497) ([bhelx](https://github.com/bhelx))
|
389
|
+
- Expose HTTP request and response metadata [#488](https://github.com/recurly/recurly-client-ruby/pull/488) ([bhelx](https://github.com/bhelx))
|
390
|
+
- Add CONTRIBUTING.md [#486](https://github.com/recurly/recurly-client-ruby/pull/486) ([bhelx](https://github.com/bhelx))
|
391
|
+
- Bump 3.0.0.beta.6 [#485](https://github.com/recurly/recurly-client-ruby/pull/485) ([bhelx](https://github.com/bhelx))
|
392
|
+
- Latest v2018-08-09 Changes [#484](https://github.com/recurly/recurly-client-ruby/pull/484) ([bhelx](https://github.com/bhelx))
|
393
|
+
|
394
|
+
|
323
395
|
|
324
396
|
## [3.0.0.beta.5](https://github.com/recurly/recurly-client-ruby/tree/3.0.0.beta.5) (2019-06-28)
|
325
397
|
|
326
398
|
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.0.0.beta.4...3.0.0.beta.5)
|
327
399
|
|
328
|
-
**Merged pull requests:**
|
329
400
|
|
330
|
-
|
331
|
-
|
332
|
-
-
|
333
|
-
-
|
334
|
-
-
|
335
|
-
- Add
|
401
|
+
**Merged Pull Requests**
|
402
|
+
|
403
|
+
- 3.0.0.beta.5 [#483](https://github.com/recurly/recurly-client-ruby/pull/483) ([bhelx](https://github.com/bhelx))
|
404
|
+
- Latest v2018-08-09 Changes [#482](https://github.com/recurly/recurly-client-ruby/pull/482) ([bhelx](https://github.com/bhelx))
|
405
|
+
- no longer need dep scripts [#476](https://github.com/recurly/recurly-client-ruby/pull/476) ([bhelx](https://github.com/bhelx))
|
406
|
+
- Add format script and check in specs [#474](https://github.com/recurly/recurly-client-ruby/pull/474) ([bhelx](https://github.com/bhelx))
|
407
|
+
- Url Encode Path items [#472](https://github.com/recurly/recurly-client-ruby/pull/472) ([bhelx](https://github.com/bhelx))
|
408
|
+
- Add strict mode for json deserializer [#469](https://github.com/recurly/recurly-client-ruby/pull/469) ([bhelx](https://github.com/bhelx))
|
409
|
+
|
410
|
+
|
336
411
|
|
337
412
|
## [3.0.0.beta.4](https://github.com/recurly/recurly-client-ruby/tree/3.0.0.beta.4) (2019-04-04)
|
338
413
|
|
339
|
-
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.0.0.beta.
|
414
|
+
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.0.0.beta.3...3.0.0.beta.4)
|
415
|
+
|
416
|
+
|
417
|
+
**Merged Pull Requests**
|
418
|
+
|
419
|
+
- V3 Update v2018-08-09 [#460](https://github.com/recurly/recurly-client-ruby/pull/460) ([aaron-suarez](https://github.com/aaron-suarez))
|
420
|
+
- Small fixes for private beta [#458](https://github.com/recurly/recurly-client-ruby/pull/458) ([bhelx](https://github.com/bhelx))
|
421
|
+
- Use Net-http-persistent for persistent connection [#408](https://github.com/recurly/recurly-client-ruby/pull/408) ([bhelx](https://github.com/bhelx))
|
422
|
+
- Update to API 2018-06-06 [#407](https://github.com/recurly/recurly-client-ruby/pull/407) ([bhelx](https://github.com/bhelx))
|
423
|
+
- Regenerating the client [#406](https://github.com/recurly/recurly-client-ruby/pull/406) ([drewish](https://github.com/drewish))
|
424
|
+
- V3 Pager can error [#401](https://github.com/recurly/recurly-client-ruby/pull/401) ([drewish](https://github.com/drewish))
|
425
|
+
- [V3] Test more versions of ruby [#397](https://github.com/recurly/recurly-client-ruby/pull/397) ([drewish](https://github.com/drewish))
|
426
|
+
- Allow faraday 0.12 for compatibility with oauth2 gem [#396](https://github.com/recurly/recurly-client-ruby/pull/396) ([drewish](https://github.com/drewish))
|
427
|
+
|
428
|
+
|
429
|
+
|
430
|
+
## [3.0.0.beta.3](https://github.com/recurly/recurly-client-ruby/tree/3.0.0.beta.3) (2018-08-27)
|
431
|
+
|
432
|
+
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.0.0.beta.2...3.0.0.beta.3)
|
433
|
+
|
434
|
+
|
435
|
+
|
436
|
+
|
437
|
+
|
438
|
+
## [3.0.0.beta.2](https://github.com/recurly/recurly-client-ruby/tree/3.0.0.beta.2) (2018-07-17)
|
439
|
+
|
440
|
+
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.0.0.beta.1...3.0.0.beta.2)
|
441
|
+
|
442
|
+
|
443
|
+
|
444
|
+
|
340
445
|
|
341
|
-
|
446
|
+
## [3.0.0.beta.1](https://github.com/recurly/recurly-client-ruby/tree/3.0.0.beta.1) (2018-07-13)
|
342
447
|
|
343
|
-
- V3 Update v2018-08-09 [\#460](https://github.com/recurly/recurly-client-ruby/pull/460) ([aaron-suarez](https://github.com/aaron-suarez))
|
344
|
-
- Small fixes for private beta [\#458](https://github.com/recurly/recurly-client-ruby/pull/458) ([bhelx](https://github.com/bhelx))
|
345
|
-
- Use Net-http-persistent for persistent connection [\#408](https://github.com/recurly/recurly-client-ruby/pull/408) ([bhelx](https://github.com/bhelx))
|
346
|
-
- Update to API 2018-06-06 [\#407](https://github.com/recurly/recurly-client-ruby/pull/407) ([bhelx](https://github.com/bhelx))
|
347
|
-
- Regenerating the client [\#406](https://github.com/recurly/recurly-client-ruby/pull/406) ([drewish](https://github.com/drewish))
|
348
|
-
- V3 Pager can error [\#401](https://github.com/recurly/recurly-client-ruby/pull/401) ([drewish](https://github.com/drewish))
|
349
|
-
- \[V3\] Test more versions of ruby [\#397](https://github.com/recurly/recurly-client-ruby/pull/397) ([drewish](https://github.com/drewish))
|
350
|
-
- Allow faraday 0.12 for compatibility with oauth2 gem [\#396](https://github.com/recurly/recurly-client-ruby/pull/396) ([drewish](https://github.com/drewish))
|
351
448
|
|
352
449
|
|
353
450
|
|
354
|
-
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
|