recurly 3.29.0 → 4.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (108) hide show
  1. checksums.yaml +4 -4
  2. data/.bumpversion.cfg +1 -1
  3. data/.github/workflows/docs.yml +1 -1
  4. data/.github_changelog_generator +8 -0
  5. data/.travis.yml +13 -0
  6. data/CHANGELOG.md +202 -380
  7. data/CONTRIBUTING.md +0 -4
  8. data/GETTING_STARTED.md +20 -17
  9. data/README.md +0 -3
  10. data/lib/recurly/client/operations.rb +778 -662
  11. data/lib/recurly/client.rb +44 -28
  12. data/lib/recurly/errors/api_errors.rb +3 -2
  13. data/lib/recurly/errors.rb +5 -23
  14. data/lib/recurly/pager.rb +5 -15
  15. data/lib/recurly/requests/{account_acquisition_updatable.rb → account_acquisition_update.rb} +1 -1
  16. data/lib/recurly/requests/account_create.rb +2 -14
  17. data/lib/recurly/requests/account_purchase.rb +2 -14
  18. data/lib/recurly/requests/account_update.rb +0 -12
  19. data/lib/recurly/requests/add_on_create.rb +4 -4
  20. data/lib/recurly/requests/add_on_pricing.rb +5 -5
  21. data/lib/recurly/requests/add_on_update.rb +2 -2
  22. data/lib/recurly/requests/address.rb +1 -13
  23. data/lib/recurly/requests/billing_info_create.rb +3 -47
  24. data/lib/recurly/requests/coupon_create.rb +1 -1
  25. data/lib/recurly/requests/external_transaction.rb +1 -1
  26. data/lib/recurly/requests/invoice_address.rb +1 -5
  27. data/lib/recurly/requests/invoice_collect.rb +1 -1
  28. data/lib/recurly/requests/{invoice_updatable.rb → invoice_update.rb} +1 -1
  29. data/lib/recurly/requests/line_item_create.rb +2 -10
  30. data/lib/recurly/requests/line_item_refund.rb +0 -4
  31. data/lib/recurly/requests/plan_create.rb +0 -16
  32. data/lib/recurly/requests/plan_pricing.rb +1 -5
  33. data/lib/recurly/requests/plan_update.rb +0 -12
  34. data/lib/recurly/requests/pricing.rb +0 -4
  35. data/lib/recurly/requests/purchase_create.rb +1 -1
  36. data/lib/recurly/requests/shipping_address_create.rb +1 -5
  37. data/lib/recurly/requests/shipping_address_update.rb +1 -5
  38. data/lib/recurly/requests/subscription_add_on_create.rb +8 -4
  39. data/lib/recurly/requests/subscription_add_on_tier.rb +5 -1
  40. data/lib/recurly/requests/subscription_add_on_update.rb +6 -2
  41. data/lib/recurly/requests/subscription_change_create.rb +1 -13
  42. data/lib/recurly/requests/subscription_create.rb +5 -13
  43. data/lib/recurly/requests/subscription_pause.rb +1 -1
  44. data/lib/recurly/requests/subscription_purchase.rb +2 -10
  45. data/lib/recurly/requests/subscription_update.rb +1 -5
  46. data/lib/recurly/requests/tier.rb +2 -2
  47. data/lib/recurly/requests/{plan_ramp_pricing.rb → tier_pricing.rb} +6 -2
  48. data/lib/recurly/requests/usage_create.rb +1 -1
  49. data/lib/recurly/resources/account.rb +0 -12
  50. data/lib/recurly/resources/account_balance_amount.rb +0 -8
  51. data/lib/recurly/resources/account_mini.rb +0 -4
  52. data/lib/recurly/resources/add_on.rb +1 -1
  53. data/lib/recurly/resources/add_on_pricing.rb +5 -5
  54. data/lib/recurly/resources/address.rb +1 -13
  55. data/lib/recurly/resources/address_with_name.rb +46 -0
  56. data/lib/recurly/resources/billing_info.rb +1 -5
  57. data/lib/recurly/resources/billing_info_updated_by.rb +1 -1
  58. data/lib/recurly/resources/coupon.rb +5 -17
  59. data/lib/recurly/resources/custom_field_definition.rb +1 -1
  60. data/lib/recurly/resources/invoice.rb +8 -12
  61. data/lib/recurly/resources/invoice_address.rb +1 -5
  62. data/lib/recurly/resources/line_item.rb +7 -23
  63. data/lib/recurly/resources/payment_method.rb +0 -12
  64. data/lib/recurly/resources/plan.rb +1 -17
  65. data/lib/recurly/resources/plan_pricing.rb +1 -5
  66. data/lib/recurly/resources/pricing.rb +0 -4
  67. data/lib/recurly/resources/shipping_address.rb +1 -5
  68. data/lib/recurly/resources/subscription.rb +0 -12
  69. data/lib/recurly/resources/subscription_add_on.rb +6 -2
  70. data/lib/recurly/resources/subscription_add_on_tier.rb +5 -1
  71. data/lib/recurly/resources/subscription_change.rb +0 -16
  72. data/lib/recurly/resources/tax_info.rb +3 -7
  73. data/lib/recurly/resources/tier.rb +2 -2
  74. data/lib/recurly/resources/{plan_ramp_pricing.rb → tier_pricing.rb} +6 -2
  75. data/lib/recurly/resources/transaction.rb +3 -7
  76. data/lib/recurly/resources/unique_coupon_code_params.rb +26 -0
  77. data/lib/recurly/resources/usage.rb +6 -2
  78. data/lib/recurly/version.rb +1 -1
  79. data/openapi/api.yaml +2028 -3132
  80. data/scripts/build +2 -2
  81. data/scripts/bump +11 -0
  82. data/scripts/changelog +14 -0
  83. data/scripts/format +2 -2
  84. data/scripts/prepare-release +29 -43
  85. data/scripts/release +20 -5
  86. metadata +17 -33
  87. data/.changelog_config.yaml +0 -11
  88. data/.github/workflows/ci.yml +0 -29
  89. data/.github/workflows/pr-review.yml +0 -27
  90. data/CODE_OF_CONDUCT.md +0 -130
  91. data/lib/recurly/errors/network_errors.rb +0 -10
  92. data/lib/recurly/requests/billing_info_verify.rb +0 -14
  93. data/lib/recurly/requests/dunning_campaigns_bulk_update.rb +0 -18
  94. data/lib/recurly/requests/gateway_attributes.rb +0 -14
  95. data/lib/recurly/requests/plan_ramp_interval.rb +0 -18
  96. data/lib/recurly/requests/subscription_change_billing_info_create.rb +0 -14
  97. data/lib/recurly/requests/subscription_ramp_interval.rb +0 -18
  98. data/lib/recurly/resources/dunning_campaign.rb +0 -50
  99. data/lib/recurly/resources/dunning_campaigns_bulk_update_response.rb +0 -18
  100. data/lib/recurly/resources/dunning_cycle.rb +0 -58
  101. data/lib/recurly/resources/dunning_interval.rb +0 -18
  102. data/lib/recurly/resources/gateway_attributes.rb +0 -14
  103. data/lib/recurly/resources/line_item_list.rb +0 -26
  104. data/lib/recurly/resources/plan_ramp_interval.rb +0 -18
  105. data/lib/recurly/resources/subscription_change_billing_info.rb +0 -14
  106. data/lib/recurly/resources/subscription_change_preview.rb +0 -90
  107. data/lib/recurly/resources/subscription_ramp_interval_response.rb +0 -30
  108. data/lib/recurly/resources/tax_detail.rb +0 -38
data/CHANGELOG.md CHANGED
@@ -1,562 +1,384 @@
1
1
  # Changelog
2
2
 
3
- ## [3.29.0](https://github.com/recurly/recurly-client-ruby/tree/3.29.0) (2024-05-24)
4
-
5
- [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.28.0...3.29.0)
6
-
7
-
8
- **Merged Pull Requests**
9
-
10
- - Generated Latest Changes for v2019-10-10 [#903](https://github.com/recurly/recurly-client-ruby/pull/903) ([recurly-integrations](https://github.com/recurly-integrations))
11
-
12
-
13
-
14
- ## [3.28.0](https://github.com/recurly/recurly-client-ruby/tree/3.28.0) (2023-05-23)
15
-
16
- [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.27.0...3.28.0)
17
-
18
-
19
- **Merged Pull Requests**
20
-
21
- - Generated Latest Changes for v2019-10-10 (gateway_attributes on PaymentMethod) [#847](https://github.com/recurly/recurly-client-ruby/pull/847) ([recurly-integrations](https://github.com/recurly-integrations))
22
-
23
-
24
-
25
- ## [3.27.0](https://github.com/recurly/recurly-client-ruby/tree/3.27.0) (2023-05-03)
26
-
27
- [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.26.0...3.27.0)
28
-
29
-
30
- **Merged Pull Requests**
31
-
32
- - Generated Latest Changes for v2019-10-10 [#842](https://github.com/recurly/recurly-client-ruby/pull/842) ([recurly-integrations](https://github.com/recurly-integrations))
33
-
34
-
35
-
36
- ## [3.26.0](https://github.com/recurly/recurly-client-ruby/tree/3.26.0) (2023-04-26)
37
-
38
- [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.25.0...3.26.0)
39
-
40
-
41
- **Merged Pull Requests**
42
-
43
- - Generated Latest Changes for v2019-10-10 (used_tax_service on Invoice) [#838](https://github.com/recurly/recurly-client-ruby/pull/838) ([recurly-integrations](https://github.com/recurly-integrations))
44
-
45
-
46
-
47
- ## [3.25.0](https://github.com/recurly/recurly-client-ruby/tree/3.25.0) (2023-01-19)
48
-
49
- [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.24.0...3.25.0)
50
-
51
-
52
- **Merged Pull Requests**
53
-
54
- - Generated Latest Changes for v2019-10-10 (Custom Fields on Line Items) [#822](https://github.com/recurly/recurly-client-ruby/pull/822) ([recurly-integrations](https://github.com/recurly-integrations))
55
-
56
-
57
-
58
- ## [3.24.0](https://github.com/recurly/recurly-client-ruby/tree/3.24.0) (2023-01-11)
59
-
60
- [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.23.0...3.24.0)
61
-
62
-
63
- **Merged Pull Requests**
64
-
65
- - Generated Latest Changes for v2019-10-10 (Account Preferred Time Zone) [#815](https://github.com/recurly/recurly-client-ruby/pull/815) ([recurly-integrations](https://github.com/recurly-integrations))
66
-
67
-
68
-
69
- ## [3.23.0](https://github.com/recurly/recurly-client-ruby/tree/3.23.0) (2022-11-17)
70
-
71
- [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.22.0...3.23.0)
72
-
73
-
74
- **Merged Pull Requests**
75
-
76
- - Generated Latest Changes for v2019-10-10 (Apply Credit Balance feature) [#810](https://github.com/recurly/recurly-client-ruby/pull/810) ([recurly-integrations](https://github.com/recurly-integrations))
77
- - Generated Latest Changes for v2019-10-10 [#806](https://github.com/recurly/recurly-client-ruby/pull/806) ([recurly-integrations](https://github.com/recurly-integrations))
78
-
79
-
80
-
81
- ## [3.22.0](https://github.com/recurly/recurly-client-ruby/tree/3.22.0) (2022-10-21)
82
-
83
- [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.21.0...3.22.0)
84
-
85
-
86
- **Merged Pull Requests**
87
-
88
- - Generated Latest Changes for v2019-10-10(Decimal Usage and Quantities) [#800](https://github.com/recurly/recurly-client-ruby/pull/800) ([recurly-integrations](https://github.com/recurly-integrations))
89
-
90
-
91
-
92
- ## [3.21.0](https://github.com/recurly/recurly-client-ruby/tree/3.21.0) (2022-08-03)
93
-
94
- [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.20.0...3.21.0)
95
-
96
-
97
- **Merged Pull Requests**
98
-
99
- - Generated Latest Changes for v2019-10-10 [#782](https://github.com/recurly/recurly-client-ruby/pull/782) ([recurly-integrations](https://github.com/recurly-integrations))
100
- - Generated Latest Changes for v2019-10-10 [#779](https://github.com/recurly/recurly-client-ruby/pull/779) ([recurly-integrations](https://github.com/recurly-integrations))
101
-
102
-
103
-
104
- ## [3.20.0](https://github.com/recurly/recurly-client-ruby/tree/3.20.0) (2022-06-16)
105
-
106
- [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.19.0...3.20.0)
107
-
108
-
109
- **Merged Pull Requests**
110
-
111
- - Generated Latest Changes for v2019-10-10 [#775](https://github.com/recurly/recurly-client-ruby/pull/775) ([recurly-integrations](https://github.com/recurly-integrations))
112
-
113
-
114
-
115
- ## [3.19.0](https://github.com/recurly/recurly-client-ruby/tree/3.19.0) (2022-04-15)
116
-
117
- [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.18.1...3.19.0)
118
-
119
-
120
- **Merged Pull Requests**
121
-
122
- - Generated Latest Changes for v2019-10-10 [#765](https://github.com/recurly/recurly-client-ruby/pull/765) ([recurly-integrations](https://github.com/recurly-integrations))
123
- - Generated Latest Changes for v2019-10-10 [#758](https://github.com/recurly/recurly-client-ruby/pull/758) ([recurly-integrations](https://github.com/recurly-integrations))
124
- - Generated Latest Changes for v2019-10-10 [#752](https://github.com/recurly/recurly-client-ruby/pull/752) ([recurly-integrations](https://github.com/recurly-integrations))
125
- - Generated Latest Changes for v2019-10-10 [#748](https://github.com/recurly/recurly-client-ruby/pull/748) ([recurly-integrations](https://github.com/recurly-integrations))
126
- - 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))
127
- - 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))
128
- - Generated Latest Changes for v2019-10-10 [#733](https://github.com/recurly/recurly-client-ruby/pull/733) ([recurly-integrations](https://github.com/recurly-integrations))
129
- - Generated Latest Changes for v2019-10-10 [#729](https://github.com/recurly/recurly-client-ruby/pull/729) ([recurly-integrations](https://github.com/recurly-integrations))
130
- - 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))
131
- - 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))
132
- - 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))
133
- - Generated Latest Changes for v2019-10-10 [#718](https://github.com/recurly/recurly-client-ruby/pull/718) ([recurly-integrations](https://github.com/recurly-integrations))
134
- - Generated Latest Changes for v2019-10-10 [#709](https://github.com/recurly/recurly-client-ruby/pull/709) ([recurly-integrations](https://github.com/recurly-integrations))
135
- - Making #post allow a nil body [#698](https://github.com/recurly/recurly-client-ruby/pull/698) ([douglasmiller](https://github.com/douglasmiller))
136
- - Generated Latest Changes for v2019-10-10 [#696](https://github.com/recurly/recurly-client-ruby/pull/696) ([recurly-integrations](https://github.com/recurly-integrations))
137
- - Additional fix for ruby 3.x [#679](https://github.com/recurly/recurly-client-ruby/pull/679) ([douglasmiller](https://github.com/douglasmiller))
138
-
139
-
3
+ ## [4.0.0](https://github.com/recurly/recurly-client-ruby/tree/4.0.0) (2021-03-01)
4
+
5
+ [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.18.1...4.0.0)
6
+
7
+ # Major Version Release
8
+
9
+ The 4.x major version of the client pairs with the `v2021-02-25` API version. This version of the client and the API contain breaking changes that should be considered before upgrading your integration.
10
+
11
+ ## Breaking Changes in the API
12
+ All changes to the core API are documented in the [Developer Portal changelog](https://developers.recurly.com/api/changelog.html#v2021-02-25---current-ga-version)
13
+
14
+ ## Breaking Changes in Client
15
+
16
+ - Remove `site_id` and `subdomain` from client initializer. [#624]
17
+ - Remove `set_site_id` method from client. [#627]
18
+ - Classify unexpected error responses from Recurly API via an HTTP status code mapping provided in `Recurly::Errors::ERROR_MAP`. [#616]
19
+ - Remove `NetworkError` class. All error classes now extend the `APIError`. This means that the order of multiple rescue blocks will need to be re-considered. [#616]
20
+
21
+ ### 3.x
22
+
23
+ ```ruby
24
+ rescue Recurly::Errors::ValidationError => ex
25
+ # catch a validation error
26
+ rescue Recurly::Errors::APIError => ex
27
+ # catch a generic api error
28
+ rescue Recurly::Errors::TimeoutError => ex
29
+ # catch a specific network error
30
+ ```
31
+
32
+ ### 4.x
33
+
34
+ ```ruby
35
+ rescue Recurly::Errors::ValidationError => ex
36
+ # catch a validation error
37
+ rescue Recurly::Errors::TimeoutError => ex
38
+ # catch a specific network error
39
+ rescue Recurly::Errors::APIError => ex
40
+ # catch a generic api error
41
+ ```
42
+
43
+ - Rename `InvalidResponseError` to `InvalidContentTypeError`. [#616]
44
+ - Rename `UnavailableError` to `ServiceUnavailableError`. [#616]
45
+ - Reorganize top-level keys of the optional parameters hash to improve clarity and create space for additional options. [#619]
46
+
47
+ ### 3.x
48
+
49
+ ```ruby
50
+ options = {
51
+ limit: 200,
52
+ headers: {
53
+ 'Accept-Language' => 'fr'
54
+ }
55
+ }
56
+ accounts = @client.list_accounts(options)
57
+ ```
58
+
59
+ ### 4.x
60
+
61
+ ```ruby
62
+ options = {
63
+ params: {
64
+ limit: 200
65
+ }
66
+ headers: {
67
+ 'Accept-Language' => 'fr'
68
+ }
69
+ }
70
+ accounts = @client.list_accounts(options)
71
+ ```
72
+
73
+ **Implemented enhancements:**
74
+
75
+ - Remove site\_id and subdomain from client initializer [\#624](https://github.com/recurly/recurly-client-ruby/pull/624) ([joannasese](https://github.com/joannasese))
76
+
77
+ **Fixed bugs:**
78
+
79
+ - Every method is returning wrong number of arguments [\#664](https://github.com/recurly/recurly-client-ruby/issues/664)
80
+
81
+ **Merged pull requests:**
82
+
83
+ - Release 4.0.0 [\#669](https://github.com/recurly/recurly-client-ruby/pull/669) ([douglasmiller](https://github.com/douglasmiller))
84
+ - Updating changelog script and changelog generator config for 4.x release [\#663](https://github.com/recurly/recurly-client-ruby/pull/663) ([douglasmiller](https://github.com/douglasmiller))
85
+ - Removing unused method 'set\_site\_id' [\#627](https://github.com/recurly/recurly-client-ruby/pull/627) ([douglasmiller](https://github.com/douglasmiller))
86
+ - Updating 4.x client to expect query string params as \['params'\] [\#619](https://github.com/recurly/recurly-client-ruby/pull/619) ([douglasmiller](https://github.com/douglasmiller))
87
+ - Updating error mapping based on status code [\#616](https://github.com/recurly/recurly-client-ruby/pull/616) ([douglasmiller](https://github.com/douglasmiller))
140
88
 
141
89
  ## [3.18.1](https://github.com/recurly/recurly-client-ruby/tree/3.18.1) (2021-02-22)
142
90
 
143
91
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.18.0...3.18.1)
144
92
 
145
-
146
- **Merged Pull Requests**
147
-
148
- - Release 3.18.1 [#666](https://github.com/recurly/recurly-client-ruby/pull/666) ([douglasmiller](https://github.com/douglasmiller))
149
- - Fixing issues with ruby 3.0 [#665](https://github.com/recurly/recurly-client-ruby/pull/665) ([douglasmiller](https://github.com/douglasmiller))
150
-
151
-
152
-
153
93
  ## [3.18.0](https://github.com/recurly/recurly-client-ruby/tree/3.18.0) (2021-01-22)
154
94
 
155
95
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.17.0...3.18.0)
156
96
 
157
-
158
- **Merged Pull Requests**
159
-
160
- - Release 3.18.0 [#661](https://github.com/recurly/recurly-client-ruby/pull/661) ([douglasmiller](https://github.com/douglasmiller))
161
- - Latest Changes for 2019-10-10 [#660](https://github.com/recurly/recurly-client-ruby/pull/660) ([douglasmiller](https://github.com/douglasmiller))
162
-
163
-
164
-
165
97
  ## [3.17.0](https://github.com/recurly/recurly-client-ruby/tree/3.17.0) (2020-12-08)
166
98
 
167
99
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.16.0...3.17.0)
168
100
 
169
-
170
- **Merged Pull Requests**
171
-
172
- - Release 3.17.0 [#658](https://github.com/recurly/recurly-client-ruby/pull/658) ([douglasmiller](https://github.com/douglasmiller))
173
- - Latest Changes for 2019-10-10 [#657](https://github.com/recurly/recurly-client-ruby/pull/657) ([douglasmiller](https://github.com/douglasmiller))
174
-
175
-
176
-
177
101
  ## [3.16.0](https://github.com/recurly/recurly-client-ruby/tree/3.16.0) (2020-11-24)
178
102
 
179
103
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.15.0...3.16.0)
180
104
 
181
-
182
- **Merged Pull Requests**
183
-
184
- - Release 3.16.0 [#656](https://github.com/recurly/recurly-client-ruby/pull/656) ([douglasmiller](https://github.com/douglasmiller))
185
- - 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))
186
- - Latest Changes for 2019-10-10 [#651](https://github.com/recurly/recurly-client-ruby/pull/651) ([douglasmiller](https://github.com/douglasmiller))
187
-
188
-
189
-
190
105
  ## [3.15.0](https://github.com/recurly/recurly-client-ruby/tree/3.15.0) (2020-11-06)
191
106
 
192
107
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.14.0...3.15.0)
193
108
 
194
-
195
- **Merged Pull Requests**
196
-
197
- - Release 3.15.0 [#647](https://github.com/recurly/recurly-client-ruby/pull/647) ([douglasmiller](https://github.com/douglasmiller))
198
- - Latest Changes for 2019-10-10 (Wallet, Item Coupons) [#645](https://github.com/recurly/recurly-client-ruby/pull/645) ([douglasmiller](https://github.com/douglasmiller))
199
-
200
-
201
-
202
109
  ## [3.14.0](https://github.com/recurly/recurly-client-ruby/tree/3.14.0) (2020-10-20)
203
110
 
204
111
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.13.0...3.14.0)
205
112
 
206
-
207
- **Merged Pull Requests**
208
-
209
- - Release 3.14.0 [#643](https://github.com/recurly/recurly-client-ruby/pull/643) ([douglasmiller](https://github.com/douglasmiller))
210
- - 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))
211
- - Fixes uninitialized constant `Recurly::Errors::ServiceNotAvailableError` [#641](https://github.com/recurly/recurly-client-ruby/pull/641) ([ruyrocha](https://github.com/ruyrocha))
212
-
213
-
214
-
215
113
  ## [3.13.0](https://github.com/recurly/recurly-client-ruby/tree/3.13.0) (2020-09-22)
216
114
 
217
115
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.12.0...3.13.0)
218
116
 
219
-
220
- **Merged Pull Requests**
221
-
222
- - Release 3.13.0 [#639](https://github.com/recurly/recurly-client-ruby/pull/639) ([douglasmiller](https://github.com/douglasmiller))
223
- - 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))
224
-
225
-
226
-
227
117
  ## [3.12.0](https://github.com/recurly/recurly-client-ruby/tree/3.12.0) (2020-08-31)
228
118
 
229
119
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.11.0...3.12.0)
230
120
 
231
-
232
- **Merged Pull Requests**
233
-
234
- - Release 3.12.0 [#633](https://github.com/recurly/recurly-client-ruby/pull/633) ([douglasmiller](https://github.com/douglasmiller))
235
- - 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))
236
- - Code of Conduct [#631](https://github.com/recurly/recurly-client-ruby/pull/631) ([bhelx](https://github.com/bhelx))
237
-
238
-
239
-
240
121
  ## [3.11.0](https://github.com/recurly/recurly-client-ruby/tree/3.11.0) (2020-08-21)
241
122
 
242
123
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.10.0...3.11.0)
243
124
 
244
-
245
- **Merged Pull Requests**
246
-
247
- - Release 3.11.0 [#630](https://github.com/recurly/recurly-client-ruby/pull/630) ([douglasmiller](https://github.com/douglasmiller))
248
- - 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))
249
-
250
-
251
-
252
125
  ## [3.10.0](https://github.com/recurly/recurly-client-ruby/tree/3.10.0) (2020-07-31)
253
126
 
254
127
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.9.0...3.10.0)
255
128
 
256
-
257
- **Merged Pull Requests**
258
-
259
- - Release 3.10.0 [#623](https://github.com/recurly/recurly-client-ruby/pull/623) ([douglasmiller](https://github.com/douglasmiller))
260
- - 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))
261
- - Adding hierarchical errors [#610](https://github.com/recurly/recurly-client-ruby/pull/610) ([douglasmiller](https://github.com/douglasmiller))
262
-
263
-
264
-
265
129
  ## [3.9.0](https://github.com/recurly/recurly-client-ruby/tree/3.9.0) (2020-07-06)
266
130
 
267
131
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.8.0...3.9.0)
268
132
 
133
+ **Implemented enhancements:**
269
134
 
270
- **Merged Pull Requests**
271
-
272
- - Release 3.9.0 [#609](https://github.com/recurly/recurly-client-ruby/pull/609) ([douglasmiller](https://github.com/douglasmiller))
273
- - 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))
135
+ - 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))
274
136
 
137
+ **Merged pull requests:**
275
138
 
139
+ - Release 3.9.0 [\#609](https://github.com/recurly/recurly-client-ruby/pull/609) ([douglasmiller](https://github.com/douglasmiller))
276
140
 
277
141
  ## [3.8.0](https://github.com/recurly/recurly-client-ruby/tree/3.8.0) (2020-07-01)
278
142
 
279
143
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.7.0...3.8.0)
280
144
 
145
+ **Implemented enhancements:**
281
146
 
282
- **Merged Pull Requests**
283
-
284
- - Release 3.8.0 [#606](https://github.com/recurly/recurly-client-ruby/pull/606) ([douglasmiller](https://github.com/douglasmiller))
285
- - 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))
147
+ - 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))
286
148
 
149
+ **Merged pull requests:**
287
150
 
151
+ - Release 3.8.0 [\#606](https://github.com/recurly/recurly-client-ruby/pull/606) ([douglasmiller](https://github.com/douglasmiller))
288
152
 
289
153
  ## [3.7.0](https://github.com/recurly/recurly-client-ruby/tree/3.7.0) (2020-06-30)
290
154
 
291
155
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.6.0...3.7.0)
292
156
 
157
+ **Implemented enhancements:**
158
+
159
+ - 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))
293
160
 
294
- **Merged Pull Requests**
161
+ **Fixed bugs:**
295
162
 
296
- - Release 3.7.0 [#602](https://github.com/recurly/recurly-client-ruby/pull/602) ([douglasmiller](https://github.com/douglasmiller))
297
- - 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))
298
- - Allow :headers to be included in operations [#597](https://github.com/recurly/recurly-client-ruby/pull/597) ([douglasmiller](https://github.com/douglasmiller))
299
- - Fix doc link [#596](https://github.com/recurly/recurly-client-ruby/pull/596) ([bhelx](https://github.com/bhelx))
163
+ - Allow :headers to be included in operations [\#597](https://github.com/recurly/recurly-client-ruby/pull/597) ([douglasmiller](https://github.com/douglasmiller))
300
164
 
165
+ **Merged pull requests:**
301
166
 
167
+ - Release 3.7.0 [\#602](https://github.com/recurly/recurly-client-ruby/pull/602) ([douglasmiller](https://github.com/douglasmiller))
168
+ - Fix doc link [\#596](https://github.com/recurly/recurly-client-ruby/pull/596) ([bhelx](https://github.com/bhelx))
302
169
 
303
170
  ## [3.6.0](https://github.com/recurly/recurly-client-ruby/tree/3.6.0) (2020-06-01)
304
171
 
305
172
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.5.0...3.6.0)
306
173
 
174
+ **Implemented enhancements:**
307
175
 
308
- **Merged Pull Requests**
309
-
310
- - Release 3.6.0 [#594](https://github.com/recurly/recurly-client-ruby/pull/594) ([bhelx](https://github.com/bhelx))
311
- - Better format error message [#593](https://github.com/recurly/recurly-client-ruby/pull/593) ([bhelx](https://github.com/bhelx))
312
- - Latest Features [#592](https://github.com/recurly/recurly-client-ruby/pull/592) ([bhelx](https://github.com/bhelx))
313
- - Let bump2version manage the getting started doc [#591](https://github.com/recurly/recurly-client-ruby/pull/591) ([bhelx](https://github.com/bhelx))
314
- - Support the programmer passing their own logger [#590](https://github.com/recurly/recurly-client-ruby/pull/590) ([bhelx](https://github.com/bhelx))
315
- - Document `Pager#first` and `Pager#count` [#589](https://github.com/recurly/recurly-client-ruby/pull/589) ([bhelx](https://github.com/bhelx))
316
- - Ensure that path parameters are not empty strings [#587](https://github.com/recurly/recurly-client-ruby/pull/587) ([douglasmiller](https://github.com/douglasmiller))
176
+ - Latest Features [\#592](https://github.com/recurly/recurly-client-ruby/pull/592) ([bhelx](https://github.com/bhelx))
177
+ - Support the programmer passing their own logger [\#590](https://github.com/recurly/recurly-client-ruby/pull/590) ([bhelx](https://github.com/bhelx))
317
178
 
179
+ **Merged pull requests:**
318
180
 
181
+ - Release 3.6.0 [\#594](https://github.com/recurly/recurly-client-ruby/pull/594) ([bhelx](https://github.com/bhelx))
182
+ - Better format error message [\#593](https://github.com/recurly/recurly-client-ruby/pull/593) ([bhelx](https://github.com/bhelx))
183
+ - Let bump2version manage the getting started doc [\#591](https://github.com/recurly/recurly-client-ruby/pull/591) ([bhelx](https://github.com/bhelx))
184
+ - Document `Pager#first` and `Pager#count` [\#589](https://github.com/recurly/recurly-client-ruby/pull/589) ([bhelx](https://github.com/bhelx))
185
+ - Ensure that path parameters are not empty strings [\#587](https://github.com/recurly/recurly-client-ruby/pull/587) ([douglasmiller](https://github.com/douglasmiller))
319
186
 
320
187
  ## [3.5.0](https://github.com/recurly/recurly-client-ruby/tree/3.5.0) (2020-04-20)
321
188
 
322
189
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.4.1...3.5.0)
323
190
 
191
+ **Implemented enhancements:**
192
+
193
+ - 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))
194
+ - 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))
195
+ - Adding \#first and \#count methods to Pager [\#560](https://github.com/recurly/recurly-client-ruby/pull/560) ([douglasmiller](https://github.com/douglasmiller))
324
196
 
325
- **Merged Pull Requests**
197
+ **Fixed bugs:**
326
198
 
327
- - Release 3.5.0 [#586](https://github.com/recurly/recurly-client-ruby/pull/586) ([douglasmiller](https://github.com/douglasmiller))
328
- - 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))
329
- - Included the to-be released changes in the changelog [#584](https://github.com/recurly/recurly-client-ruby/pull/584) ([douglasmiller](https://github.com/douglasmiller))
330
- - Add 2.7 to test matrix [#582](https://github.com/recurly/recurly-client-ruby/pull/582) ([bhelx](https://github.com/bhelx))
331
- - Fixing the omission of query params [#581](https://github.com/recurly/recurly-client-ruby/pull/581) ([douglasmiller](https://github.com/douglasmiller))
332
- - Use github pages for docs [#580](https://github.com/recurly/recurly-client-ruby/pull/580) ([bhelx](https://github.com/bhelx))
333
- - 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))
334
- - Add project metadata to the gemspec [#578](https://github.com/recurly/recurly-client-ruby/pull/578) ([orien](https://github.com/orien))
335
- - Updating release script to be uniform across all clients [#577](https://github.com/recurly/recurly-client-ruby/pull/577) ([douglasmiller](https://github.com/douglasmiller))
336
- - 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))
337
- - Adding #first and #count methods to Pager [#560](https://github.com/recurly/recurly-client-ruby/pull/560) ([douglasmiller](https://github.com/douglasmiller))
199
+ - Fixing the omission of query params [\#581](https://github.com/recurly/recurly-client-ruby/pull/581) ([douglasmiller](https://github.com/douglasmiller))
338
200
 
201
+ **Merged pull requests:**
339
202
 
203
+ - Release 3.5.0 [\#586](https://github.com/recurly/recurly-client-ruby/pull/586) ([douglasmiller](https://github.com/douglasmiller))
204
+ - Included the to-be released changes in the changelog [\#584](https://github.com/recurly/recurly-client-ruby/pull/584) ([douglasmiller](https://github.com/douglasmiller))
205
+ - Add 2.7 to test matrix [\#582](https://github.com/recurly/recurly-client-ruby/pull/582) ([bhelx](https://github.com/bhelx))
206
+ - Use github pages for docs [\#580](https://github.com/recurly/recurly-client-ruby/pull/580) ([bhelx](https://github.com/bhelx))
207
+ - Add project metadata to the gemspec [\#578](https://github.com/recurly/recurly-client-ruby/pull/578) ([orien](https://github.com/orien))
208
+ - Updating release script to be uniform across all clients [\#577](https://github.com/recurly/recurly-client-ruby/pull/577) ([douglasmiller](https://github.com/douglasmiller))
209
+ - 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))
340
210
 
341
211
  ## [3.4.1](https://github.com/recurly/recurly-client-ruby/tree/3.4.1) (2020-03-26)
342
212
 
343
213
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.4.0...3.4.1)
344
214
 
215
+ **Merged pull requests:**
345
216
 
346
- **Merged Pull Requests**
347
-
348
- - Release 3.4.1 [#571](https://github.com/recurly/recurly-client-ruby/pull/571) ([bhelx](https://github.com/bhelx))
349
- - Follow up bug fixes for #568 [#570](https://github.com/recurly/recurly-client-ruby/pull/570) ([bhelx](https://github.com/bhelx))
350
-
351
-
217
+ - Release 3.4.1 [\#571](https://github.com/recurly/recurly-client-ruby/pull/571) ([bhelx](https://github.com/bhelx))
218
+ - Follow up bug fixes for \#568 [\#570](https://github.com/recurly/recurly-client-ruby/pull/570) ([bhelx](https://github.com/bhelx))
352
219
 
353
220
  ## [3.4.0](https://github.com/recurly/recurly-client-ruby/tree/3.4.0) (2020-03-23)
354
221
 
355
222
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.3.1...3.4.0)
356
223
 
224
+ **Implemented enhancements:**
357
225
 
358
- **Merged Pull Requests**
359
-
360
- - Release 3.4.0 [#569](https://github.com/recurly/recurly-client-ruby/pull/569) ([bhelx](https://github.com/bhelx))
361
- - 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))
226
+ - 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))
362
227
 
228
+ **Merged pull requests:**
363
229
 
230
+ - Release 3.4.0 [\#569](https://github.com/recurly/recurly-client-ruby/pull/569) ([bhelx](https://github.com/bhelx))
364
231
 
365
232
  ## [3.3.1](https://github.com/recurly/recurly-client-ruby/tree/3.3.1) (2020-03-20)
366
233
 
367
234
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.3.0...3.3.1)
368
235
 
236
+ **Merged pull requests:**
369
237
 
370
- **Merged Pull Requests**
371
-
372
- - Release 3.3.1 [#567](https://github.com/recurly/recurly-client-ruby/pull/567) ([douglasmiller](https://github.com/douglasmiller))
373
- - Adding changelog and updated release scripts [#566](https://github.com/recurly/recurly-client-ruby/pull/566) ([douglasmiller](https://github.com/douglasmiller))
374
- - 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))
375
- - Update rake to 12.3.3 [#561](https://github.com/recurly/recurly-client-ruby/pull/561) ([douglasmiller](https://github.com/douglasmiller))
376
- - Add request for stack trace in issue report [#558](https://github.com/recurly/recurly-client-ruby/pull/558) ([bhelx](https://github.com/bhelx))
377
-
378
-
238
+ - Release 3.3.1 [\#567](https://github.com/recurly/recurly-client-ruby/pull/567) ([douglasmiller](https://github.com/douglasmiller))
239
+ - Adding changelog and updated release scripts [\#566](https://github.com/recurly/recurly-client-ruby/pull/566) ([douglasmiller](https://github.com/douglasmiller))
240
+ - 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))
241
+ - Update rake to 12.3.3 [\#561](https://github.com/recurly/recurly-client-ruby/pull/561) ([douglasmiller](https://github.com/douglasmiller))
242
+ - Add request for stack trace in issue report [\#558](https://github.com/recurly/recurly-client-ruby/pull/558) ([bhelx](https://github.com/bhelx))
379
243
 
380
244
  ## [3.3.0](https://github.com/recurly/recurly-client-ruby/tree/3.3.0) (2020-02-20)
381
245
 
382
246
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.2.2...3.3.0)
383
247
 
248
+ **Merged pull requests:**
384
249
 
385
- **Merged Pull Requests**
386
-
387
- - Release 3.3.0 [#556](https://github.com/recurly/recurly-client-ruby/pull/556) ([bhelx](https://github.com/bhelx))
388
- - Latest generated changes for v2019-10-10 [#555](https://github.com/recurly/recurly-client-ruby/pull/555) ([bhelx](https://github.com/bhelx))
389
- - Link to new dev docs for webhooks [#554](https://github.com/recurly/recurly-client-ruby/pull/554) ([bhelx](https://github.com/bhelx))
390
- - Latest v2019-10-10 Changes [#552](https://github.com/recurly/recurly-client-ruby/pull/552) ([bhelx](https://github.com/bhelx))
391
-
392
-
250
+ - Release 3.3.0 [\#556](https://github.com/recurly/recurly-client-ruby/pull/556) ([bhelx](https://github.com/bhelx))
251
+ - Latest generated changes for v2019-10-10 [\#555](https://github.com/recurly/recurly-client-ruby/pull/555) ([bhelx](https://github.com/bhelx))
252
+ - Link to new dev docs for webhooks [\#554](https://github.com/recurly/recurly-client-ruby/pull/554) ([bhelx](https://github.com/bhelx))
253
+ - Latest v2019-10-10 Changes [\#552](https://github.com/recurly/recurly-client-ruby/pull/552) ([bhelx](https://github.com/bhelx))
393
254
 
394
255
  ## [3.2.2](https://github.com/recurly/recurly-client-ruby/tree/3.2.2) (2020-02-03)
395
256
 
396
257
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.2.1...3.2.2)
397
258
 
259
+ **Merged pull requests:**
398
260
 
399
- **Merged Pull Requests**
400
-
401
- - Release 3.2.2 [#550](https://github.com/recurly/recurly-client-ruby/pull/550) ([bhelx](https://github.com/bhelx))
402
- - Loosen version restriction on faraday [#549](https://github.com/recurly/recurly-client-ruby/pull/549) ([bhelx](https://github.com/bhelx))
403
-
404
-
261
+ - Release 3.2.2 [\#550](https://github.com/recurly/recurly-client-ruby/pull/550) ([bhelx](https://github.com/bhelx))
262
+ - Loosen version restriction on faraday [\#549](https://github.com/recurly/recurly-client-ruby/pull/549) ([bhelx](https://github.com/bhelx))
405
263
 
406
264
  ## [3.2.1](https://github.com/recurly/recurly-client-ruby/tree/3.2.1) (2019-12-10)
407
265
 
408
266
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.2.0...3.2.1)
409
267
 
268
+ **Fixed bugs:**
410
269
 
411
- **Merged Pull Requests**
412
-
413
- - Convert Array params to CSV strings [#545](https://github.com/recurly/recurly-client-ruby/pull/545) ([douglasmiller](https://github.com/douglasmiller))
414
-
415
-
270
+ - Convert Array params to CSV strings [\#545](https://github.com/recurly/recurly-client-ruby/pull/545) ([douglasmiller](https://github.com/douglasmiller))
416
271
 
417
272
  ## [3.2.0](https://github.com/recurly/recurly-client-ruby/tree/3.2.0) (2019-12-03)
418
273
 
419
274
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.1.3...3.2.0)
420
275
 
276
+ **Fixed bugs:**
421
277
 
422
- **Merged Pull Requests**
423
-
424
- - Release 3.2.0 [#544](https://github.com/recurly/recurly-client-ruby/pull/544) ([bhelx](https://github.com/bhelx))
425
- - Allow object attributes through [#542](https://github.com/recurly/recurly-client-ruby/pull/542) ([bhelx](https://github.com/bhelx))
426
-
427
- **Closed Issues**
278
+ - It's hard to find out what payment method was used [\#543](https://github.com/recurly/recurly-client-ruby/issues/543)
279
+ - Implement way to actually get ErrorMayHaveTransaction [\#540](https://github.com/recurly/recurly-client-ruby/issues/540)
428
280
 
429
- - It's hard to find out what payment method was used [#543](https://github.com/recurly/recurly-client-ruby/issues/543)
281
+ **Merged pull requests:**
430
282
 
283
+ - Release 3.2.0 [\#544](https://github.com/recurly/recurly-client-ruby/pull/544) ([bhelx](https://github.com/bhelx))
284
+ - Allow object attributes through [\#542](https://github.com/recurly/recurly-client-ruby/pull/542) ([bhelx](https://github.com/bhelx))
431
285
 
432
286
  ## [3.1.3](https://github.com/recurly/recurly-client-ruby/tree/3.1.3) (2019-12-02)
433
287
 
434
288
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.1.2...3.1.3)
435
289
 
290
+ **Fixed bugs:**
436
291
 
437
- **Merged Pull Requests**
438
-
439
- - Issue 540 error may have transaction [#541](https://github.com/recurly/recurly-client-ruby/pull/541) ([bhelx](https://github.com/bhelx))
440
-
441
-
292
+ - Getting ArgumentError instead of Recurly::Errors::ValidationError [\#538](https://github.com/recurly/recurly-client-ruby/issues/538)
293
+ - Issue 540 error may have transaction [\#541](https://github.com/recurly/recurly-client-ruby/pull/541) ([bhelx](https://github.com/bhelx))
442
294
 
443
295
  ## [3.1.2](https://github.com/recurly/recurly-client-ruby/tree/3.1.2) (2019-12-02)
444
296
 
445
297
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.1.1...3.1.2)
446
298
 
299
+ **Fixed bugs:**
447
300
 
448
- **Merged Pull Requests**
449
-
450
- - Skip request property type validation for nil values [#539](https://github.com/recurly/recurly-client-ruby/pull/539) ([bhelx](https://github.com/bhelx))
451
-
452
-
301
+ - Skip request property type validation for nil values [\#539](https://github.com/recurly/recurly-client-ruby/pull/539) ([bhelx](https://github.com/bhelx))
453
302
 
454
303
  ## [3.1.1](https://github.com/recurly/recurly-client-ruby/tree/3.1.1) (2019-11-27)
455
304
 
456
305
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.1.0...3.1.1)
457
306
 
307
+ **Fixed bugs:**
458
308
 
459
- **Merged Pull Requests**
460
-
461
- - Disable searching ancestors when looking up constants [#537](https://github.com/recurly/recurly-client-ruby/pull/537) ([douglasmiller](https://github.com/douglasmiller))
462
-
463
- **Closed Issues**
464
-
465
- - Undefined method cast [#536](https://github.com/recurly/recurly-client-ruby/issues/536)
466
-
309
+ - Undefined method cast [\#536](https://github.com/recurly/recurly-client-ruby/issues/536)
310
+ - Disable searching ancestors when looking up constants [\#537](https://github.com/recurly/recurly-client-ruby/pull/537) ([douglasmiller](https://github.com/douglasmiller))
467
311
 
468
312
  ## [3.1.0](https://github.com/recurly/recurly-client-ruby/tree/3.1.0) (2019-11-18)
469
313
 
470
314
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.0.0...3.1.0)
471
315
 
316
+ **Merged pull requests:**
472
317
 
473
- **Merged Pull Requests**
474
-
475
- - Release 3.1.0 [#530](https://github.com/recurly/recurly-client-ruby/pull/530) ([bhelx](https://github.com/bhelx))
476
- - Generated Updates for API version v2019-10-10 [#529](https://github.com/recurly/recurly-client-ruby/pull/529) ([douglasmiller](https://github.com/douglasmiller))
477
- - Generated Updates for API version v2019-10-10 [#528](https://github.com/recurly/recurly-client-ruby/pull/528) ([bhelx](https://github.com/bhelx))
478
-
479
-
318
+ - Release 3.1.0 [\#530](https://github.com/recurly/recurly-client-ruby/pull/530) ([bhelx](https://github.com/bhelx))
319
+ - Generated Updates for API version v2019-10-10 [\#529](https://github.com/recurly/recurly-client-ruby/pull/529) ([douglasmiller](https://github.com/douglasmiller))
320
+ - Generated Updates for API version v2019-10-10 [\#528](https://github.com/recurly/recurly-client-ruby/pull/528) ([bhelx](https://github.com/bhelx))
480
321
 
481
322
  ## [3.0.0](https://github.com/recurly/recurly-client-ruby/tree/3.0.0) (2019-10-09)
482
323
 
483
324
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.0.0.beta.5...3.0.0)
484
325
 
485
-
486
- **Merged Pull Requests**
487
-
488
- - Release 3.0.0 [#521](https://github.com/recurly/recurly-client-ruby/pull/521) ([bhelx](https://github.com/bhelx))
489
- - Upgrade API version v2019-10-10 [#519](https://github.com/recurly/recurly-client-ruby/pull/519) ([bhelx](https://github.com/bhelx))
490
- - Update recurly.gemspec [#518](https://github.com/recurly/recurly-client-ruby/pull/518) ([bhelx](https://github.com/bhelx))
491
- - Add a script for releasing [#517](https://github.com/recurly/recurly-client-ruby/pull/517) ([bhelx](https://github.com/bhelx))
492
- - Change base url to v3.recurly.com [#516](https://github.com/recurly/recurly-client-ruby/pull/516) ([bhelx](https://github.com/bhelx))
493
- - No longer need bundler 1.7 [#511](https://github.com/recurly/recurly-client-ruby/pull/511) ([bhelx](https://github.com/bhelx))
494
- - Refactor internal schema representation [#510](https://github.com/recurly/recurly-client-ruby/pull/510) ([bhelx](https://github.com/bhelx))
495
- - Implement bump script [#507](https://github.com/recurly/recurly-client-ruby/pull/507) ([bhelx](https://github.com/bhelx))
496
- - Remove the site-id constraint from Client [#504](https://github.com/recurly/recurly-client-ruby/pull/504) ([bhelx](https://github.com/bhelx))
497
- - Only set strict mode when env explicitly true [#501](https://github.com/recurly/recurly-client-ruby/pull/501) ([bhelx](https://github.com/bhelx))
498
- - Document use of webhooks [#500](https://github.com/recurly/recurly-client-ruby/pull/500) ([bhelx](https://github.com/bhelx))
499
- - Latest v2018-08-09 Updates [#498](https://github.com/recurly/recurly-client-ruby/pull/498) ([bhelx](https://github.com/bhelx))
500
- - Refer user to rubydoc.info [#497](https://github.com/recurly/recurly-client-ruby/pull/497) ([bhelx](https://github.com/bhelx))
501
- - Expose HTTP request and response metadata [#488](https://github.com/recurly/recurly-client-ruby/pull/488) ([bhelx](https://github.com/bhelx))
502
- - Add CONTRIBUTING.md [#486](https://github.com/recurly/recurly-client-ruby/pull/486) ([bhelx](https://github.com/bhelx))
503
- - Bump 3.0.0.beta.6 [#485](https://github.com/recurly/recurly-client-ruby/pull/485) ([bhelx](https://github.com/bhelx))
504
- - Latest v2018-08-09 Changes [#484](https://github.com/recurly/recurly-client-ruby/pull/484) ([bhelx](https://github.com/bhelx))
505
-
506
-
326
+ **Merged pull requests:**
327
+
328
+ - Release 3.0.0 [\#521](https://github.com/recurly/recurly-client-ruby/pull/521) ([bhelx](https://github.com/bhelx))
329
+ - Upgrade API version v2019-10-10 [\#519](https://github.com/recurly/recurly-client-ruby/pull/519) ([bhelx](https://github.com/bhelx))
330
+ - Update recurly.gemspec [\#518](https://github.com/recurly/recurly-client-ruby/pull/518) ([bhelx](https://github.com/bhelx))
331
+ - Add a script for releasing [\#517](https://github.com/recurly/recurly-client-ruby/pull/517) ([bhelx](https://github.com/bhelx))
332
+ - Change base url to v3.recurly.com [\#516](https://github.com/recurly/recurly-client-ruby/pull/516) ([bhelx](https://github.com/bhelx))
333
+ - No longer need bundler 1.7 [\#511](https://github.com/recurly/recurly-client-ruby/pull/511) ([bhelx](https://github.com/bhelx))
334
+ - Refactor internal schema representation [\#510](https://github.com/recurly/recurly-client-ruby/pull/510) ([bhelx](https://github.com/bhelx))
335
+ - Implement bump script [\#507](https://github.com/recurly/recurly-client-ruby/pull/507) ([bhelx](https://github.com/bhelx))
336
+ - Remove the site-id constraint from Client [\#504](https://github.com/recurly/recurly-client-ruby/pull/504) ([bhelx](https://github.com/bhelx))
337
+ - Only set strict mode when env explicitly true [\#501](https://github.com/recurly/recurly-client-ruby/pull/501) ([bhelx](https://github.com/bhelx))
338
+ - Document use of webhooks [\#500](https://github.com/recurly/recurly-client-ruby/pull/500) ([bhelx](https://github.com/bhelx))
339
+ - Latest v2018-08-09 Updates [\#498](https://github.com/recurly/recurly-client-ruby/pull/498) ([bhelx](https://github.com/bhelx))
340
+ - Refer user to rubydoc.info [\#497](https://github.com/recurly/recurly-client-ruby/pull/497) ([bhelx](https://github.com/bhelx))
341
+ - Expose HTTP request and response metadata [\#488](https://github.com/recurly/recurly-client-ruby/pull/488) ([bhelx](https://github.com/bhelx))
342
+ - Add CONTRIBUTING.md [\#486](https://github.com/recurly/recurly-client-ruby/pull/486) ([bhelx](https://github.com/bhelx))
343
+ - Bump 3.0.0.beta.6 [\#485](https://github.com/recurly/recurly-client-ruby/pull/485) ([bhelx](https://github.com/bhelx))
344
+ - Latest v2018-08-09 Changes [\#484](https://github.com/recurly/recurly-client-ruby/pull/484) ([bhelx](https://github.com/bhelx))
507
345
 
508
346
  ## [3.0.0.beta.5](https://github.com/recurly/recurly-client-ruby/tree/3.0.0.beta.5) (2019-06-28)
509
347
 
510
348
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.0.0.beta.4...3.0.0.beta.5)
511
349
 
350
+ **Merged pull requests:**
512
351
 
513
- **Merged Pull Requests**
514
-
515
- - 3.0.0.beta.5 [#483](https://github.com/recurly/recurly-client-ruby/pull/483) ([bhelx](https://github.com/bhelx))
516
- - Latest v2018-08-09 Changes [#482](https://github.com/recurly/recurly-client-ruby/pull/482) ([bhelx](https://github.com/bhelx))
517
- - no longer need dep scripts [#476](https://github.com/recurly/recurly-client-ruby/pull/476) ([bhelx](https://github.com/bhelx))
518
- - Add format script and check in specs [#474](https://github.com/recurly/recurly-client-ruby/pull/474) ([bhelx](https://github.com/bhelx))
519
- - Url Encode Path items [#472](https://github.com/recurly/recurly-client-ruby/pull/472) ([bhelx](https://github.com/bhelx))
520
- - Add strict mode for json deserializer [#469](https://github.com/recurly/recurly-client-ruby/pull/469) ([bhelx](https://github.com/bhelx))
521
-
522
-
352
+ - 3.0.0.beta.5 [\#483](https://github.com/recurly/recurly-client-ruby/pull/483) ([bhelx](https://github.com/bhelx))
353
+ - Latest v2018-08-09 Changes [\#482](https://github.com/recurly/recurly-client-ruby/pull/482) ([bhelx](https://github.com/bhelx))
354
+ - no longer need dep scripts [\#476](https://github.com/recurly/recurly-client-ruby/pull/476) ([bhelx](https://github.com/bhelx))
355
+ - Add format script and check in specs [\#474](https://github.com/recurly/recurly-client-ruby/pull/474) ([bhelx](https://github.com/bhelx))
356
+ - Url Encode Path items [\#472](https://github.com/recurly/recurly-client-ruby/pull/472) ([bhelx](https://github.com/bhelx))
357
+ - Add strict mode for json deserializer [\#469](https://github.com/recurly/recurly-client-ruby/pull/469) ([bhelx](https://github.com/bhelx))
523
358
 
524
359
  ## [3.0.0.beta.4](https://github.com/recurly/recurly-client-ruby/tree/3.0.0.beta.4) (2019-04-04)
525
360
 
526
361
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.0.0.beta.3...3.0.0.beta.4)
527
362
 
363
+ **Merged pull requests:**
528
364
 
529
- **Merged Pull Requests**
530
-
531
- - V3 Update v2018-08-09 [#460](https://github.com/recurly/recurly-client-ruby/pull/460) ([aaron-junot](https://github.com/aaron-junot))
532
- - Small fixes for private beta [#458](https://github.com/recurly/recurly-client-ruby/pull/458) ([bhelx](https://github.com/bhelx))
533
- - Use Net-http-persistent for persistent connection [#408](https://github.com/recurly/recurly-client-ruby/pull/408) ([bhelx](https://github.com/bhelx))
534
- - Update to API 2018-06-06 [#407](https://github.com/recurly/recurly-client-ruby/pull/407) ([bhelx](https://github.com/bhelx))
535
- - Regenerating the client [#406](https://github.com/recurly/recurly-client-ruby/pull/406) ([drewish](https://github.com/drewish))
536
- - V3 Pager can error [#401](https://github.com/recurly/recurly-client-ruby/pull/401) ([drewish](https://github.com/drewish))
537
- - [V3] Test more versions of ruby [#397](https://github.com/recurly/recurly-client-ruby/pull/397) ([drewish](https://github.com/drewish))
538
- - Allow faraday 0.12 for compatibility with oauth2 gem [#396](https://github.com/recurly/recurly-client-ruby/pull/396) ([drewish](https://github.com/drewish))
539
-
540
-
365
+ - V3 Update v2018-08-09 [\#460](https://github.com/recurly/recurly-client-ruby/pull/460) ([aaron-suarez](https://github.com/aaron-suarez))
366
+ - Small fixes for private beta [\#458](https://github.com/recurly/recurly-client-ruby/pull/458) ([bhelx](https://github.com/bhelx))
367
+ - Use Net-http-persistent for persistent connection [\#408](https://github.com/recurly/recurly-client-ruby/pull/408) ([bhelx](https://github.com/bhelx))
368
+ - Update to API 2018-06-06 [\#407](https://github.com/recurly/recurly-client-ruby/pull/407) ([bhelx](https://github.com/bhelx))
369
+ - Regenerating the client [\#406](https://github.com/recurly/recurly-client-ruby/pull/406) ([drewish](https://github.com/drewish))
370
+ - V3 Pager can error [\#401](https://github.com/recurly/recurly-client-ruby/pull/401) ([drewish](https://github.com/drewish))
371
+ - \[V3\] Test more versions of ruby [\#397](https://github.com/recurly/recurly-client-ruby/pull/397) ([drewish](https://github.com/drewish))
372
+ - Allow faraday 0.12 for compatibility with oauth2 gem [\#396](https://github.com/recurly/recurly-client-ruby/pull/396) ([drewish](https://github.com/drewish))
541
373
 
542
374
  ## [3.0.0.beta.3](https://github.com/recurly/recurly-client-ruby/tree/3.0.0.beta.3) (2018-08-27)
543
375
 
544
376
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.0.0.beta.2...3.0.0.beta.3)
545
377
 
546
-
547
-
548
-
549
-
550
378
  ## [3.0.0.beta.2](https://github.com/recurly/recurly-client-ruby/tree/3.0.0.beta.2) (2018-07-17)
551
379
 
552
380
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.0.0.beta.1...3.0.0.beta.2)
553
381
 
554
382
 
555
383
 
556
-
557
-
558
- ## [3.0.0.beta.1](https://github.com/recurly/recurly-client-ruby/tree/3.0.0.beta.1) (2018-07-13)
559
-
560
-
561
-
562
-
384
+ \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*