increase 1.338.0 → 1.339.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/README.md +1 -1
- data/lib/increase/models/account_create_params.rb +4 -3
- data/lib/increase/models/ach_transfer.rb +19 -18
- data/lib/increase/models/ach_transfer_create_params.rb +48 -36
- data/lib/increase/models/ach_transfer_list_params.rb +1 -1
- data/lib/increase/models/beneficial_owner_create_params.rb +2 -1
- data/lib/increase/models/beneficial_owner_update_params.rb +2 -1
- data/lib/increase/models/card_push_transfer.rb +3 -3
- data/lib/increase/models/card_push_transfer_list_params.rb +3 -3
- data/lib/increase/models/check_transfer.rb +5 -2
- data/lib/increase/models/entity_create_params.rb +16 -8
- data/lib/increase/models/entity_update_params.rb +2 -1
- data/lib/increase/models/fednow_transfer.rb +3 -3
- data/lib/increase/models/fednow_transfer_list_params.rb +3 -3
- data/lib/increase/models/inbound_mail_item.rb +3 -1
- data/lib/increase/models/inbound_real_time_payments_transfer.rb +1 -1
- data/lib/increase/models/lockbox_address.rb +5 -1
- data/lib/increase/models/lockbox_recipient_create_params.rb +3 -2
- data/lib/increase/models/pending_transaction.rb +5 -2
- data/lib/increase/models/pending_transaction_list_params.rb +1 -1
- data/lib/increase/models/physical_card.rb +5 -2
- data/lib/increase/models/real_time_payments_transfer.rb +3 -3
- data/lib/increase/models/real_time_payments_transfer_list_params.rb +3 -3
- data/lib/increase/models/simulations/inbound_ach_transfer_create_params.rb +3 -2
- data/lib/increase/models/simulations/inbound_mail_item_create_params.rb +6 -4
- data/lib/increase/models/simulations/physical_card_create_params.rb +5 -2
- data/lib/increase/models/swift_transfer.rb +3 -3
- data/lib/increase/models/swift_transfer_list_params.rb +3 -3
- data/lib/increase/models/transaction.rb +7 -4
- data/lib/increase/models/wire_transfer.rb +3 -3
- data/lib/increase/models/wire_transfer_list_params.rb +3 -3
- data/lib/increase/resources/accounts.rb +1 -1
- data/lib/increase/resources/ach_transfers.rb +10 -10
- data/lib/increase/resources/inbound_mail_items.rb +3 -1
- data/lib/increase/resources/lockbox_addresses.rb +4 -1
- data/lib/increase/resources/lockbox_recipients.rb +1 -1
- data/lib/increase/resources/simulations/card_authorizations.rb +4 -1
- data/lib/increase/resources/simulations/inbound_ach_transfers.rb +1 -1
- data/lib/increase/resources/simulations/inbound_mail_items.rb +6 -3
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/account_create_params.rbi +6 -4
- data/rbi/increase/models/ach_transfer.rbi +22 -19
- data/rbi/increase/models/ach_transfer_create_params.rbi +67 -45
- data/rbi/increase/models/ach_transfer_list_params.rbi +1 -1
- data/rbi/increase/models/beneficial_owner_create_params.rbi +4 -2
- data/rbi/increase/models/beneficial_owner_update_params.rbi +4 -2
- data/rbi/increase/models/card_push_transfer.rbi +7 -7
- data/rbi/increase/models/card_push_transfer_list_params.rbi +7 -7
- data/rbi/increase/models/check_transfer.rbi +9 -2
- data/rbi/increase/models/entity_create_params.rbi +30 -15
- data/rbi/increase/models/entity_update_params.rbi +4 -2
- data/rbi/increase/models/fednow_transfer.rbi +7 -7
- data/rbi/increase/models/fednow_transfer_list_params.rbi +7 -7
- data/rbi/increase/models/inbound_mail_item.rbi +3 -1
- data/rbi/increase/models/inbound_real_time_payments_transfer.rbi +1 -1
- data/rbi/increase/models/lockbox_address.rbi +5 -1
- data/rbi/increase/models/lockbox_recipient_create_params.rbi +4 -2
- data/rbi/increase/models/pending_transaction.rbi +9 -3
- data/rbi/increase/models/pending_transaction_list_params.rbi +1 -1
- data/rbi/increase/models/physical_card.rbi +9 -2
- data/rbi/increase/models/real_time_payments_transfer.rbi +7 -7
- data/rbi/increase/models/real_time_payments_transfer_list_params.rbi +7 -7
- data/rbi/increase/models/simulations/inbound_ach_transfer_create_params.rbi +4 -2
- data/rbi/increase/models/simulations/inbound_mail_item_create_params.rbi +8 -4
- data/rbi/increase/models/simulations/physical_card_create_params.rbi +9 -2
- data/rbi/increase/models/swift_transfer.rbi +7 -7
- data/rbi/increase/models/swift_transfer_list_params.rbi +7 -7
- data/rbi/increase/models/transaction.rbi +10 -5
- data/rbi/increase/models/wire_transfer.rbi +4 -4
- data/rbi/increase/models/wire_transfer_list_params.rbi +7 -7
- data/rbi/increase/resources/accounts.rbi +3 -2
- data/rbi/increase/resources/ach_transfers.rbi +29 -19
- data/rbi/increase/resources/inbound_mail_items.rbi +3 -1
- data/rbi/increase/resources/lockbox_addresses.rbi +4 -1
- data/rbi/increase/resources/lockbox_recipients.rbi +2 -1
- data/rbi/increase/resources/simulations/card_authorizations.rbi +4 -1
- data/rbi/increase/resources/simulations/inbound_ach_transfers.rbi +2 -1
- data/rbi/increase/resources/simulations/inbound_mail_items.rbi +8 -3
- data/sig/increase/models/ach_transfer.rbs +2 -2
- data/sig/increase/models/ach_transfer_create_params.rbs +1 -1
- data/sig/increase/models/ach_transfer_list_params.rbs +1 -1
- data/sig/increase/models/card_push_transfer.rbs +4 -4
- data/sig/increase/models/card_push_transfer_list_params.rbs +4 -4
- data/sig/increase/models/check_transfer.rbs +6 -2
- data/sig/increase/models/fednow_transfer.rbs +5 -5
- data/sig/increase/models/fednow_transfer_list_params.rbs +5 -5
- data/sig/increase/models/inbound_real_time_payments_transfer.rbs +1 -1
- data/sig/increase/models/pending_transaction.rbs +1 -1
- data/sig/increase/models/pending_transaction_list_params.rbs +1 -1
- data/sig/increase/models/physical_card.rbs +6 -2
- data/sig/increase/models/real_time_payments_transfer.rbs +4 -4
- data/sig/increase/models/real_time_payments_transfer_list_params.rbs +4 -4
- data/sig/increase/models/simulations/physical_card_create_params.rbs +6 -2
- data/sig/increase/models/swift_transfer.rbs +4 -4
- data/sig/increase/models/swift_transfer_list_params.rbs +4 -4
- data/sig/increase/models/wire_transfer.rbs +4 -4
- data/sig/increase/models/wire_transfer_list_params.rbs +4 -4
- metadata +2 -3
- data/CHANGELOG.md +0 -4541
data/CHANGELOG.md
DELETED
|
@@ -1,4541 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
## [1.338.0](https://github.com/Increase/increase-ruby/compare/v1.337.0...v1.338.0) (2026-06-23)
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
### Features
|
|
7
|
-
|
|
8
|
-
* **api:** add UETR field to inbound FedNow transfers ([5bdc7d0](https://github.com/Increase/increase-ruby/commit/5bdc7d0c5a2afbec6b4eb41974a15e92180def50))
|
|
9
|
-
|
|
10
|
-
## [1.337.0](https://github.com/Increase/increase-ruby/compare/v1.336.0...v1.337.0) (2026-06-22)
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
### Features
|
|
14
|
-
|
|
15
|
-
* **api:** add Visa network fields to card authorization simulations ([135a241](https://github.com/Increase/increase-ruby/commit/135a2418a47ae155ae2fa143331aab3fc7237148))
|
|
16
|
-
|
|
17
|
-
## [1.336.0](https://github.com/Increase/increase-ruby/compare/v1.335.0...v1.336.0) (2026-06-18)
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
### Features
|
|
21
|
-
|
|
22
|
-
* **api:** api update ([#455](https://github.com/Increase/increase-ruby/issues/455)) ([31c679b](https://github.com/Increase/increase-ruby/commit/31c679bc21197a84a1f773b8d1a4f00cb0c7a07a))
|
|
23
|
-
|
|
24
|
-
## [1.335.0](https://github.com/Increase/increase-ruby/compare/v1.334.1...v1.335.0) (2026-06-17)
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
### Features
|
|
28
|
-
|
|
29
|
-
* **api:** api update ([#451](https://github.com/Increase/increase-ruby/issues/451)) ([b0ece67](https://github.com/Increase/increase-ruby/commit/b0ece6779717f29245e8f50b1a6d3122b29bf48f))
|
|
30
|
-
|
|
31
|
-
## [1.334.1](https://github.com/Increase/increase-ruby/compare/v1.334.0...v1.334.1) (2026-06-12)
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
### Chores
|
|
35
|
-
|
|
36
|
-
* pin rubygems credentials action to v2.0.0 ([#447](https://github.com/Increase/increase-ruby/issues/447)) ([bd6f9d6](https://github.com/Increase/increase-ruby/commit/bd6f9d6171a43bd4405f8f936ee7c04f231ab338))
|
|
37
|
-
|
|
38
|
-
## [1.334.0](https://github.com/Increase/increase-ruby/compare/v1.333.1...v1.334.0) (2026-06-12)
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
### Features
|
|
42
|
-
|
|
43
|
-
* **api:** api update ([#445](https://github.com/Increase/increase-ruby/issues/445)) ([48a834e](https://github.com/Increase/increase-ruby/commit/48a834ef8fa30082652254d66b71f39a54205209))
|
|
44
|
-
|
|
45
|
-
## [1.333.1](https://github.com/Increase/increase-ruby/compare/v1.333.0...v1.333.1) (2026-05-20)
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
### Chores
|
|
49
|
-
|
|
50
|
-
* add release workflow and migrate config to Increase/release-please fork ([#435](https://github.com/Increase/increase-ruby/issues/435)) ([01ecfeb](https://github.com/Increase/increase-ruby/commit/01ecfebebbd03c5e8c4f0cdf205aa4c0c9936104))
|
|
51
|
-
* collapse CI into a single job ([#438](https://github.com/Increase/increase-ruby/issues/438)) ([a2c7ba0](https://github.com/Increase/increase-ruby/commit/a2c7ba0a799e3afe6ae7038345d787b449451e87))
|
|
52
|
-
* cut over to Increase/release-please and prune Stainless CI cruft ([#436](https://github.com/Increase/increase-ruby/issues/436)) ([c8ba110](https://github.com/Increase/increase-ruby/commit/c8ba11081ae1ec1b37016b98861d063fdd41b309))
|
|
53
|
-
|
|
54
|
-
## 1.333.0 (2026-05-20)
|
|
55
|
-
|
|
56
|
-
Full Changelog: [v1.332.0...v1.333.0](https://github.com/Increase/increase-ruby/compare/v1.332.0...v1.333.0)
|
|
57
|
-
|
|
58
|
-
### Features
|
|
59
|
-
|
|
60
|
-
* **api:** api update ([8e725f0](https://github.com/Increase/increase-ruby/commit/8e725f0f234982ba242111515a8e8057f8e83b39))
|
|
61
|
-
|
|
62
|
-
## 1.332.0 (2026-05-19)
|
|
63
|
-
|
|
64
|
-
Full Changelog: [v1.331.0...v1.332.0](https://github.com/Increase/increase-ruby/compare/v1.331.0...v1.332.0)
|
|
65
|
-
|
|
66
|
-
### Features
|
|
67
|
-
|
|
68
|
-
* **api:** api update ([d8f17ea](https://github.com/Increase/increase-ruby/commit/d8f17ea76991de6a6581eabe98fe1fa4a56a9a04))
|
|
69
|
-
|
|
70
|
-
## 1.331.0 (2026-05-18)
|
|
71
|
-
|
|
72
|
-
Full Changelog: [v1.330.0...v1.331.0](https://github.com/Increase/increase-ruby/compare/v1.330.0...v1.331.0)
|
|
73
|
-
|
|
74
|
-
### Features
|
|
75
|
-
|
|
76
|
-
* **api:** api update ([3686790](https://github.com/Increase/increase-ruby/commit/3686790b70dbac809f3700f2dd04a713d98c83b6))
|
|
77
|
-
|
|
78
|
-
## 1.330.0 (2026-05-17)
|
|
79
|
-
|
|
80
|
-
Full Changelog: [v1.329.0...v1.330.0](https://github.com/Increase/increase-ruby/compare/v1.329.0...v1.330.0)
|
|
81
|
-
|
|
82
|
-
### Features
|
|
83
|
-
|
|
84
|
-
* **api:** api update ([1497039](https://github.com/Increase/increase-ruby/commit/1497039cf8b717ee110089273f944f7446554935))
|
|
85
|
-
|
|
86
|
-
## 1.329.0 (2026-05-16)
|
|
87
|
-
|
|
88
|
-
Full Changelog: [v1.328.0...v1.329.0](https://github.com/Increase/increase-ruby/compare/v1.328.0...v1.329.0)
|
|
89
|
-
|
|
90
|
-
### Features
|
|
91
|
-
|
|
92
|
-
* **api:** api update ([361c5d3](https://github.com/Increase/increase-ruby/commit/361c5d399bed89ff87d5c448ea9da49a0b5a55e1))
|
|
93
|
-
|
|
94
|
-
## 1.328.0 (2026-05-15)
|
|
95
|
-
|
|
96
|
-
Full Changelog: [v1.327.0...v1.328.0](https://github.com/Increase/increase-ruby/compare/v1.327.0...v1.328.0)
|
|
97
|
-
|
|
98
|
-
### Features
|
|
99
|
-
|
|
100
|
-
* **api:** api update ([0339026](https://github.com/Increase/increase-ruby/commit/0339026919681f0c46eb7d5589498ba2c4c7ebac))
|
|
101
|
-
|
|
102
|
-
## 1.327.0 (2026-05-14)
|
|
103
|
-
|
|
104
|
-
Full Changelog: [v1.326.0...v1.327.0](https://github.com/Increase/increase-ruby/compare/v1.326.0...v1.327.0)
|
|
105
|
-
|
|
106
|
-
### Features
|
|
107
|
-
|
|
108
|
-
* **api:** api update ([de9c96e](https://github.com/Increase/increase-ruby/commit/de9c96ea7a9fc8a076cec24cad159cc0dd1ce396))
|
|
109
|
-
|
|
110
|
-
## 1.326.0 (2026-05-14)
|
|
111
|
-
|
|
112
|
-
Full Changelog: [v1.325.1...v1.326.0](https://github.com/Increase/increase-ruby/compare/v1.325.1...v1.326.0)
|
|
113
|
-
|
|
114
|
-
### Features
|
|
115
|
-
|
|
116
|
-
* **api:** api update ([60a3ec2](https://github.com/Increase/increase-ruby/commit/60a3ec268dda8cf4d6c5fb615ec9b7487dc4d48b))
|
|
117
|
-
|
|
118
|
-
## 1.325.1 (2026-05-13)
|
|
119
|
-
|
|
120
|
-
Full Changelog: [v1.325.0...v1.325.1](https://github.com/Increase/increase-ruby/compare/v1.325.0...v1.325.1)
|
|
121
|
-
|
|
122
|
-
### Bug Fixes
|
|
123
|
-
|
|
124
|
-
* **client:** elide content type header on requests without body ([2f0cb6d](https://github.com/Increase/increase-ruby/commit/2f0cb6dcb86978fc9c6a621b19d91e8fdfc4b72d))
|
|
125
|
-
|
|
126
|
-
## 1.325.0 (2026-05-12)
|
|
127
|
-
|
|
128
|
-
Full Changelog: [v1.324.0...v1.325.0](https://github.com/Increase/increase-ruby/compare/v1.324.0...v1.325.0)
|
|
129
|
-
|
|
130
|
-
### Features
|
|
131
|
-
|
|
132
|
-
* **api:** api update ([49ec9ea](https://github.com/Increase/increase-ruby/commit/49ec9ea1843c72877883217602f7ec41e9e82601))
|
|
133
|
-
|
|
134
|
-
## 1.324.0 (2026-05-08)
|
|
135
|
-
|
|
136
|
-
Full Changelog: [v1.323.0...v1.324.0](https://github.com/Increase/increase-ruby/compare/v1.323.0...v1.324.0)
|
|
137
|
-
|
|
138
|
-
### Features
|
|
139
|
-
|
|
140
|
-
* **api:** api update ([bfafb93](https://github.com/Increase/increase-ruby/commit/bfafb932b84c314dfab265eadda094e90702cb29))
|
|
141
|
-
|
|
142
|
-
## 1.323.0 (2026-05-06)
|
|
143
|
-
|
|
144
|
-
Full Changelog: [v1.322.0...v1.323.0](https://github.com/Increase/increase-ruby/compare/v1.322.0...v1.323.0)
|
|
145
|
-
|
|
146
|
-
### Features
|
|
147
|
-
|
|
148
|
-
* **api:** api update ([4696b7d](https://github.com/Increase/increase-ruby/commit/4696b7dc839e010683313d7ce13d025d6a827fd3))
|
|
149
|
-
|
|
150
|
-
## 1.322.0 (2026-05-04)
|
|
151
|
-
|
|
152
|
-
Full Changelog: [v1.321.0...v1.322.0](https://github.com/Increase/increase-ruby/compare/v1.321.0...v1.322.0)
|
|
153
|
-
|
|
154
|
-
### Features
|
|
155
|
-
|
|
156
|
-
* **api:** api update ([992ee5c](https://github.com/Increase/increase-ruby/commit/992ee5c8d7f0b8d7ffaec9d2ee22b180676a3ce5))
|
|
157
|
-
|
|
158
|
-
## 1.321.0 (2026-05-04)
|
|
159
|
-
|
|
160
|
-
Full Changelog: [v1.320.0...v1.321.0](https://github.com/Increase/increase-ruby/compare/v1.320.0...v1.321.0)
|
|
161
|
-
|
|
162
|
-
### Features
|
|
163
|
-
|
|
164
|
-
* **api:** api update ([a7d9172](https://github.com/Increase/increase-ruby/commit/a7d9172c1e5d3814495bd467c6acc71d4988dd12))
|
|
165
|
-
|
|
166
|
-
## 1.320.0 (2026-05-02)
|
|
167
|
-
|
|
168
|
-
Full Changelog: [v1.319.0...v1.320.0](https://github.com/Increase/increase-ruby/compare/v1.319.0...v1.320.0)
|
|
169
|
-
|
|
170
|
-
### Features
|
|
171
|
-
|
|
172
|
-
* **api:** api update ([41332d8](https://github.com/Increase/increase-ruby/commit/41332d8e1c14fb7fc4c8b36a088ac3a1924cb8dc))
|
|
173
|
-
|
|
174
|
-
## 1.319.0 (2026-05-01)
|
|
175
|
-
|
|
176
|
-
Full Changelog: [v1.318.0...v1.319.0](https://github.com/Increase/increase-ruby/compare/v1.318.0...v1.319.0)
|
|
177
|
-
|
|
178
|
-
### Features
|
|
179
|
-
|
|
180
|
-
* **api:** api update ([6caa909](https://github.com/Increase/increase-ruby/commit/6caa90905caa7a42a2497fe069ac243c5f7e4540))
|
|
181
|
-
|
|
182
|
-
## 1.318.0 (2026-05-01)
|
|
183
|
-
|
|
184
|
-
Full Changelog: [v1.317.0...v1.318.0](https://github.com/Increase/increase-ruby/compare/v1.317.0...v1.318.0)
|
|
185
|
-
|
|
186
|
-
### Features
|
|
187
|
-
|
|
188
|
-
* **api:** api update ([4f824e2](https://github.com/Increase/increase-ruby/commit/4f824e26437497d7de233c79c612297a64dfc72f))
|
|
189
|
-
|
|
190
|
-
## 1.317.0 (2026-05-01)
|
|
191
|
-
|
|
192
|
-
Full Changelog: [v1.316.0...v1.317.0](https://github.com/Increase/increase-ruby/compare/v1.316.0...v1.317.0)
|
|
193
|
-
|
|
194
|
-
### Features
|
|
195
|
-
|
|
196
|
-
* **api:** api update ([b473aa4](https://github.com/Increase/increase-ruby/commit/b473aa449e5ed41375358362e0e26020c75381d8))
|
|
197
|
-
|
|
198
|
-
## 1.316.0 (2026-05-01)
|
|
199
|
-
|
|
200
|
-
Full Changelog: [v1.315.0...v1.316.0](https://github.com/Increase/increase-ruby/compare/v1.315.0...v1.316.0)
|
|
201
|
-
|
|
202
|
-
### Features
|
|
203
|
-
|
|
204
|
-
* **api:** api update ([b91698c](https://github.com/Increase/increase-ruby/commit/b91698c046321f14db5c10e5c8f6944cd4872d19))
|
|
205
|
-
|
|
206
|
-
## 1.315.0 (2026-05-01)
|
|
207
|
-
|
|
208
|
-
Full Changelog: [v1.314.0...v1.315.0](https://github.com/Increase/increase-ruby/compare/v1.314.0...v1.315.0)
|
|
209
|
-
|
|
210
|
-
### Features
|
|
211
|
-
|
|
212
|
-
* **api:** api update ([ac72e13](https://github.com/Increase/increase-ruby/commit/ac72e13ab8e75c6d4a114eb5c0561a3be7f48b6c))
|
|
213
|
-
|
|
214
|
-
## 1.314.0 (2026-05-01)
|
|
215
|
-
|
|
216
|
-
Full Changelog: [v1.313.0...v1.314.0](https://github.com/Increase/increase-ruby/compare/v1.313.0...v1.314.0)
|
|
217
|
-
|
|
218
|
-
### Features
|
|
219
|
-
|
|
220
|
-
* **api:** api update ([df045c6](https://github.com/Increase/increase-ruby/commit/df045c6966ec939d85b180f7de21b712bf52fc4f))
|
|
221
|
-
* **api:** api update ([bb71bdb](https://github.com/Increase/increase-ruby/commit/bb71bdb0c9b4fd386aff1f14a91990dbf0f79790))
|
|
222
|
-
|
|
223
|
-
## 1.313.0 (2026-04-30)
|
|
224
|
-
|
|
225
|
-
Full Changelog: [v1.312.0...v1.313.0](https://github.com/Increase/increase-ruby/compare/v1.312.0...v1.313.0)
|
|
226
|
-
|
|
227
|
-
### Features
|
|
228
|
-
|
|
229
|
-
* **api:** api update ([be3412f](https://github.com/Increase/increase-ruby/commit/be3412f1d7174d2e204d880a03bad033596a5b67))
|
|
230
|
-
|
|
231
|
-
## 1.312.0 (2026-04-30)
|
|
232
|
-
|
|
233
|
-
Full Changelog: [v1.311.0...v1.312.0](https://github.com/Increase/increase-ruby/compare/v1.311.0...v1.312.0)
|
|
234
|
-
|
|
235
|
-
### Features
|
|
236
|
-
|
|
237
|
-
* **api:** api update ([856da53](https://github.com/Increase/increase-ruby/commit/856da537b1dd8ca63350bdc724fb5065454021a0))
|
|
238
|
-
|
|
239
|
-
## 1.311.0 (2026-04-29)
|
|
240
|
-
|
|
241
|
-
Full Changelog: [v1.310.0...v1.311.0](https://github.com/Increase/increase-ruby/compare/v1.310.0...v1.311.0)
|
|
242
|
-
|
|
243
|
-
### Features
|
|
244
|
-
|
|
245
|
-
* **api:** api update ([e4afbd9](https://github.com/Increase/increase-ruby/commit/e4afbd9cc83a679c7e00fc163d0bac940f1768df))
|
|
246
|
-
|
|
247
|
-
## 1.310.0 (2026-04-28)
|
|
248
|
-
|
|
249
|
-
Full Changelog: [v1.309.0...v1.310.0](https://github.com/Increase/increase-ruby/compare/v1.309.0...v1.310.0)
|
|
250
|
-
|
|
251
|
-
### Features
|
|
252
|
-
|
|
253
|
-
* **api:** api update ([9c049a9](https://github.com/Increase/increase-ruby/commit/9c049a9a1b71bdf6932fc8feafe348b33e96e289))
|
|
254
|
-
|
|
255
|
-
## 1.309.0 (2026-04-28)
|
|
256
|
-
|
|
257
|
-
Full Changelog: [v1.308.0...v1.309.0](https://github.com/Increase/increase-ruby/compare/v1.308.0...v1.309.0)
|
|
258
|
-
|
|
259
|
-
### Features
|
|
260
|
-
|
|
261
|
-
* **api:** api update ([7ed5b8e](https://github.com/Increase/increase-ruby/commit/7ed5b8ed41c30aa9b10df342b6d4e543d5312a4b))
|
|
262
|
-
|
|
263
|
-
## 1.308.0 (2026-04-28)
|
|
264
|
-
|
|
265
|
-
Full Changelog: [v1.307.0...v1.308.0](https://github.com/Increase/increase-ruby/compare/v1.307.0...v1.308.0)
|
|
266
|
-
|
|
267
|
-
### Features
|
|
268
|
-
|
|
269
|
-
* **api:** api update ([6fa981d](https://github.com/Increase/increase-ruby/commit/6fa981d1d86efa613341bc8a6b085df29e0c8658))
|
|
270
|
-
|
|
271
|
-
## 1.307.0 (2026-04-28)
|
|
272
|
-
|
|
273
|
-
Full Changelog: [v1.306.0...v1.307.0](https://github.com/Increase/increase-ruby/compare/v1.306.0...v1.307.0)
|
|
274
|
-
|
|
275
|
-
### Features
|
|
276
|
-
|
|
277
|
-
* **api:** api update ([38165a5](https://github.com/Increase/increase-ruby/commit/38165a56ed9f9070fd1d1cb153d14333e8e4974f))
|
|
278
|
-
|
|
279
|
-
## 1.306.0 (2026-04-27)
|
|
280
|
-
|
|
281
|
-
Full Changelog: [v1.305.0...v1.306.0](https://github.com/Increase/increase-ruby/compare/v1.305.0...v1.306.0)
|
|
282
|
-
|
|
283
|
-
### Features
|
|
284
|
-
|
|
285
|
-
* support setting headers via env ([eddd2c7](https://github.com/Increase/increase-ruby/commit/eddd2c71aea09fa892b0c2e4c2a49c8033bb8871))
|
|
286
|
-
|
|
287
|
-
## 1.305.0 (2026-04-27)
|
|
288
|
-
|
|
289
|
-
Full Changelog: [v1.304.0...v1.305.0](https://github.com/Increase/increase-ruby/compare/v1.304.0...v1.305.0)
|
|
290
|
-
|
|
291
|
-
### Features
|
|
292
|
-
|
|
293
|
-
* **api:** api update ([5e8547a](https://github.com/Increase/increase-ruby/commit/5e8547a8f860d23a7595c630b5f0e076f9fbd87c))
|
|
294
|
-
* **api:** api update ([a1819e1](https://github.com/Increase/increase-ruby/commit/a1819e1664e37290f8beea3a2949ef713e9d73bb))
|
|
295
|
-
|
|
296
|
-
## 1.304.0 (2026-04-22)
|
|
297
|
-
|
|
298
|
-
Full Changelog: [v1.303.0...v1.304.0](https://github.com/Increase/increase-ruby/compare/v1.303.0...v1.304.0)
|
|
299
|
-
|
|
300
|
-
### Features
|
|
301
|
-
|
|
302
|
-
* **api:** api update ([ee95745](https://github.com/Increase/increase-ruby/commit/ee95745eb726ad7c3c6d41acaf08e31eef7797cd))
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
### Chores
|
|
306
|
-
|
|
307
|
-
* **internal:** more robust bootstrap script ([38fcf79](https://github.com/Increase/increase-ruby/commit/38fcf79f3af96bc20825171972ab1868bbce8948))
|
|
308
|
-
|
|
309
|
-
## 1.303.0 (2026-04-20)
|
|
310
|
-
|
|
311
|
-
Full Changelog: [v1.302.0...v1.303.0](https://github.com/Increase/increase-ruby/compare/v1.302.0...v1.303.0)
|
|
312
|
-
|
|
313
|
-
### Features
|
|
314
|
-
|
|
315
|
-
* **api:** api update ([7f85493](https://github.com/Increase/increase-ruby/commit/7f854936a7995053a52553acf09a532dada55a7b))
|
|
316
|
-
|
|
317
|
-
## 1.302.0 (2026-04-20)
|
|
318
|
-
|
|
319
|
-
Full Changelog: [v1.301.0...v1.302.0](https://github.com/Increase/increase-ruby/compare/v1.301.0...v1.302.0)
|
|
320
|
-
|
|
321
|
-
### Features
|
|
322
|
-
|
|
323
|
-
* **api:** api update ([3e9e135](https://github.com/Increase/increase-ruby/commit/3e9e1352ac39e9ca1074cc44e85e8f9a887eee51))
|
|
324
|
-
|
|
325
|
-
## 1.301.0 (2026-04-20)
|
|
326
|
-
|
|
327
|
-
Full Changelog: [v1.300.0...v1.301.0](https://github.com/Increase/increase-ruby/compare/v1.300.0...v1.301.0)
|
|
328
|
-
|
|
329
|
-
### Features
|
|
330
|
-
|
|
331
|
-
* **api:** api update ([9e9dfa4](https://github.com/Increase/increase-ruby/commit/9e9dfa429fa3ab562df9f51ac9edac5bfdf7fb77))
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
### Chores
|
|
335
|
-
|
|
336
|
-
* **tests:** bump steady to v0.22.1 ([34526ff](https://github.com/Increase/increase-ruby/commit/34526ff13739d1d2572863d35a4c7e54a655d387))
|
|
337
|
-
|
|
338
|
-
## 1.300.0 (2026-04-17)
|
|
339
|
-
|
|
340
|
-
Full Changelog: [v1.299.0...v1.300.0](https://github.com/Increase/increase-ruby/compare/v1.299.0...v1.300.0)
|
|
341
|
-
|
|
342
|
-
### Features
|
|
343
|
-
|
|
344
|
-
* **api:** api update ([a5aa6f4](https://github.com/Increase/increase-ruby/commit/a5aa6f4d78bfb82e9d9094dbf073584560a61c59))
|
|
345
|
-
|
|
346
|
-
## 1.299.0 (2026-04-17)
|
|
347
|
-
|
|
348
|
-
Full Changelog: [v1.298.0...v1.299.0](https://github.com/Increase/increase-ruby/compare/v1.298.0...v1.299.0)
|
|
349
|
-
|
|
350
|
-
### Features
|
|
351
|
-
|
|
352
|
-
* **api:** api update ([9ef7d58](https://github.com/Increase/increase-ruby/commit/9ef7d588d49bbaa7e528ca9765908e6399772f19))
|
|
353
|
-
|
|
354
|
-
## 1.298.0 (2026-04-16)
|
|
355
|
-
|
|
356
|
-
Full Changelog: [v1.297.0...v1.298.0](https://github.com/Increase/increase-ruby/compare/v1.297.0...v1.298.0)
|
|
357
|
-
|
|
358
|
-
### Features
|
|
359
|
-
|
|
360
|
-
* **api:** api update ([aa1b1c1](https://github.com/Increase/increase-ruby/commit/aa1b1c14ee50f8de67ada9f5a4481c1fe941d89a))
|
|
361
|
-
|
|
362
|
-
## 1.297.0 (2026-04-16)
|
|
363
|
-
|
|
364
|
-
Full Changelog: [v1.296.0...v1.297.0](https://github.com/Increase/increase-ruby/compare/v1.296.0...v1.297.0)
|
|
365
|
-
|
|
366
|
-
### Features
|
|
367
|
-
|
|
368
|
-
* **api:** api update ([4c2e222](https://github.com/Increase/increase-ruby/commit/4c2e222569995075cab7ba56d1077afec65f0481))
|
|
369
|
-
|
|
370
|
-
## 1.296.0 (2026-04-15)
|
|
371
|
-
|
|
372
|
-
Full Changelog: [v1.295.0...v1.296.0](https://github.com/Increase/increase-ruby/compare/v1.295.0...v1.296.0)
|
|
373
|
-
|
|
374
|
-
### Features
|
|
375
|
-
|
|
376
|
-
* **api:** api update ([46f8d21](https://github.com/Increase/increase-ruby/commit/46f8d21330d5e04ba5e2fd22f36990ba6b4c14ef))
|
|
377
|
-
|
|
378
|
-
## 1.295.0 (2026-04-13)
|
|
379
|
-
|
|
380
|
-
Full Changelog: [v1.294.0...v1.295.0](https://github.com/Increase/increase-ruby/compare/v1.294.0...v1.295.0)
|
|
381
|
-
|
|
382
|
-
### Features
|
|
383
|
-
|
|
384
|
-
* **api:** api update ([b0eedbe](https://github.com/Increase/increase-ruby/commit/b0eedbe1db3daaf38c542071c9430e602def8045))
|
|
385
|
-
|
|
386
|
-
## 1.294.0 (2026-04-13)
|
|
387
|
-
|
|
388
|
-
Full Changelog: [v1.293.0...v1.294.0](https://github.com/Increase/increase-ruby/compare/v1.293.0...v1.294.0)
|
|
389
|
-
|
|
390
|
-
### Features
|
|
391
|
-
|
|
392
|
-
* **api:** api update ([18c4e93](https://github.com/Increase/increase-ruby/commit/18c4e93f6c76702b024e728e795e986ff7b80f5e))
|
|
393
|
-
|
|
394
|
-
## 1.293.0 (2026-04-13)
|
|
395
|
-
|
|
396
|
-
Full Changelog: [v1.292.0...v1.293.0](https://github.com/Increase/increase-ruby/compare/v1.292.0...v1.293.0)
|
|
397
|
-
|
|
398
|
-
### Features
|
|
399
|
-
|
|
400
|
-
* **api:** api update ([2bdd4bc](https://github.com/Increase/increase-ruby/commit/2bdd4bc5b465b78277c38a670df00e157d5be7a2))
|
|
401
|
-
|
|
402
|
-
## 1.292.0 (2026-04-12)
|
|
403
|
-
|
|
404
|
-
Full Changelog: [v1.291.0...v1.292.0](https://github.com/Increase/increase-ruby/compare/v1.291.0...v1.292.0)
|
|
405
|
-
|
|
406
|
-
### Features
|
|
407
|
-
|
|
408
|
-
* **api:** api update ([7e88207](https://github.com/Increase/increase-ruby/commit/7e8820749f18fd75ac2e5b8e971e61d35b7776bb))
|
|
409
|
-
|
|
410
|
-
## 1.291.0 (2026-04-12)
|
|
411
|
-
|
|
412
|
-
Full Changelog: [v1.290.0...v1.291.0](https://github.com/Increase/increase-ruby/compare/v1.290.0...v1.291.0)
|
|
413
|
-
|
|
414
|
-
### Features
|
|
415
|
-
|
|
416
|
-
* **api:** api update ([73b4dc9](https://github.com/Increase/increase-ruby/commit/73b4dc91c7df54fcde9b73c3d3556f0d36634816))
|
|
417
|
-
|
|
418
|
-
## 1.290.0 (2026-04-11)
|
|
419
|
-
|
|
420
|
-
Full Changelog: [v1.289.0...v1.290.0](https://github.com/Increase/increase-ruby/compare/v1.289.0...v1.290.0)
|
|
421
|
-
|
|
422
|
-
### Features
|
|
423
|
-
|
|
424
|
-
* **api:** api update ([8946493](https://github.com/Increase/increase-ruby/commit/89464937f203db3e01835590524a71cdd8c1897f))
|
|
425
|
-
|
|
426
|
-
## 1.289.0 (2026-04-11)
|
|
427
|
-
|
|
428
|
-
Full Changelog: [v1.288.0...v1.289.0](https://github.com/Increase/increase-ruby/compare/v1.288.0...v1.289.0)
|
|
429
|
-
|
|
430
|
-
### Features
|
|
431
|
-
|
|
432
|
-
* **api:** api update ([f60a660](https://github.com/Increase/increase-ruby/commit/f60a6605944da289e1142cdc51be2dbfb5acefc2))
|
|
433
|
-
|
|
434
|
-
## 1.288.0 (2026-04-10)
|
|
435
|
-
|
|
436
|
-
Full Changelog: [v1.287.0...v1.288.0](https://github.com/Increase/increase-ruby/compare/v1.287.0...v1.288.0)
|
|
437
|
-
|
|
438
|
-
### Features
|
|
439
|
-
|
|
440
|
-
* **api:** api update ([a692607](https://github.com/Increase/increase-ruby/commit/a692607264414218ff762dd1912e730c1c2b94d5))
|
|
441
|
-
|
|
442
|
-
## 1.287.0 (2026-04-10)
|
|
443
|
-
|
|
444
|
-
Full Changelog: [v1.286.0...v1.287.0](https://github.com/Increase/increase-ruby/compare/v1.286.0...v1.287.0)
|
|
445
|
-
|
|
446
|
-
### Features
|
|
447
|
-
|
|
448
|
-
* **api:** api update ([99200c3](https://github.com/Increase/increase-ruby/commit/99200c3e0dc089ea2e76475ae04e3a501060ab01))
|
|
449
|
-
|
|
450
|
-
## 1.286.0 (2026-04-09)
|
|
451
|
-
|
|
452
|
-
Full Changelog: [v1.285.0...v1.286.0](https://github.com/Increase/increase-ruby/compare/v1.285.0...v1.286.0)
|
|
453
|
-
|
|
454
|
-
### Features
|
|
455
|
-
|
|
456
|
-
* **api:** api update ([63ac2d5](https://github.com/Increase/increase-ruby/commit/63ac2d50b1287840265b2b74d516ae715dc4189a))
|
|
457
|
-
* **api:** api update ([ebc7fe3](https://github.com/Increase/increase-ruby/commit/ebc7fe39bd92b85685d0f2b9b584b25ad255fed5))
|
|
458
|
-
* **api:** api update ([1f91d00](https://github.com/Increase/increase-ruby/commit/1f91d007b09533680875834558ae224d80f0e4c5))
|
|
459
|
-
* **api:** api update ([97484d0](https://github.com/Increase/increase-ruby/commit/97484d00947eaffb89dcd4182d510dee51a8de8f))
|
|
460
|
-
* **api:** api update ([e3bb686](https://github.com/Increase/increase-ruby/commit/e3bb6865ce97acd239bd2ed099061f40d65e4553))
|
|
461
|
-
* **api:** api update ([0fc75e2](https://github.com/Increase/increase-ruby/commit/0fc75e272faea3fbacca4cb9dc057a960d31cedc))
|
|
462
|
-
* **api:** api update ([bd93c01](https://github.com/Increase/increase-ruby/commit/bd93c010ee1f1a26c929046f762dbb96deabcb1b))
|
|
463
|
-
* **api:** api update ([e32b074](https://github.com/Increase/increase-ruby/commit/e32b074a9b0c0947bb7353421e2684afe23c1ced))
|
|
464
|
-
* **api:** api update ([7bc5128](https://github.com/Increase/increase-ruby/commit/7bc512805abe87b41945dfeaf4efc3e6c25ffb66))
|
|
465
|
-
* **api:** api update ([a85420d](https://github.com/Increase/increase-ruby/commit/a85420d63612dded50479e11f2445a5a6f8d1968))
|
|
466
|
-
* **api:** api update ([1f0ed19](https://github.com/Increase/increase-ruby/commit/1f0ed19ed77c20216a078fc400ae091dcdb22623))
|
|
467
|
-
* **api:** api update ([9b6191b](https://github.com/Increase/increase-ruby/commit/9b6191bd3dcc6f59c869ee644994edf8a950be06))
|
|
468
|
-
* **api:** api update ([bb7693b](https://github.com/Increase/increase-ruby/commit/bb7693b7fbdfe8ca302cef237660cbfa61d4cead))
|
|
469
|
-
* **api:** api update ([242cdf3](https://github.com/Increase/increase-ruby/commit/242cdf3c89d776823bf36f7fbc1cb4f8a98c7690))
|
|
470
|
-
* **api:** api update ([5e64494](https://github.com/Increase/increase-ruby/commit/5e64494a85d31136ae4356fb54435f1d0d14c1d7))
|
|
471
|
-
* **api:** api update ([dda1a5d](https://github.com/Increase/increase-ruby/commit/dda1a5dd5e5741ad4cd07b02203ab76d15b39e89))
|
|
472
|
-
* **api:** api update ([e2bfbc6](https://github.com/Increase/increase-ruby/commit/e2bfbc6d5dcf042e437d971fd758fae057674cf2))
|
|
473
|
-
* **api:** api update ([d901545](https://github.com/Increase/increase-ruby/commit/d9015457708d005bc055511ab0acf58b42384cf8))
|
|
474
|
-
* **api:** api update ([37342cc](https://github.com/Increase/increase-ruby/commit/37342cc63b765ac19e5fd5fe6be68a24fd7793b5))
|
|
475
|
-
* **api:** api update ([e9cbaa4](https://github.com/Increase/increase-ruby/commit/e9cbaa418bba9a5f5b6c67ef9fbacdfb9c9d0b73))
|
|
476
|
-
* **api:** api update ([f15aa93](https://github.com/Increase/increase-ruby/commit/f15aa93b3d6ae1dd294f25e1153f28248995f7e3))
|
|
477
|
-
* **api:** api update ([514fb64](https://github.com/Increase/increase-ruby/commit/514fb646057005074a8140bae2c34258b3dc854a))
|
|
478
|
-
* **api:** api update ([d47f389](https://github.com/Increase/increase-ruby/commit/d47f389c4c831d79b6afa51f5d77bdf9b0283c2a))
|
|
479
|
-
* **api:** api update ([bf75ccb](https://github.com/Increase/increase-ruby/commit/bf75ccbbc858f4140cf1de6261043f5477dfcfea))
|
|
480
|
-
* **api:** api update ([4401edc](https://github.com/Increase/increase-ruby/commit/4401edc2eccc7e23cf0dbff1043dfed3bb2ffbaf))
|
|
481
|
-
* **api:** api update ([a8f9781](https://github.com/Increase/increase-ruby/commit/a8f9781028df983df9274fc0a5b590a6215fff99))
|
|
482
|
-
* **api:** api update ([e222328](https://github.com/Increase/increase-ruby/commit/e222328aab64f3458322eef37873ac0067adf4bf))
|
|
483
|
-
* **api:** api update ([d6c776e](https://github.com/Increase/increase-ruby/commit/d6c776eae3d415cf592eb2d50eff86ecc45ea730))
|
|
484
|
-
* **api:** api update ([a7abdff](https://github.com/Increase/increase-ruby/commit/a7abdff25371dc04f8408cf7c499142f1ffb54d3))
|
|
485
|
-
* **api:** api update ([f7d74ec](https://github.com/Increase/increase-ruby/commit/f7d74ec547269cefb78232be3f86a1168d1e2461))
|
|
486
|
-
* **api:** api update ([ff314ab](https://github.com/Increase/increase-ruby/commit/ff314ab8e87249407ac4517962ff12e1bdaa0c47))
|
|
487
|
-
* **api:** api update ([70a43c9](https://github.com/Increase/increase-ruby/commit/70a43c9a4f3827e1e270382afbf9e1cf730f0906))
|
|
488
|
-
* **api:** api update ([71ebdbe](https://github.com/Increase/increase-ruby/commit/71ebdbe6510fbbb9b37ce7997c949ed803f89a02))
|
|
489
|
-
* **api:** api update ([8f6f005](https://github.com/Increase/increase-ruby/commit/8f6f005318c7081f2b2307afca2556ec514743cf))
|
|
490
|
-
* **api:** api update ([6dddf56](https://github.com/Increase/increase-ruby/commit/6dddf56e9795979c8d0101cdf03d0181db033fd8))
|
|
491
|
-
* **api:** api update ([e186f28](https://github.com/Increase/increase-ruby/commit/e186f280cbe9dba5b6fc3bf22f690b1ee8f5df91))
|
|
492
|
-
* **api:** api update ([0efc17e](https://github.com/Increase/increase-ruby/commit/0efc17ef7cf0549cba04e59f2c3ce8ade7a0f5bd))
|
|
493
|
-
* **api:** api update ([46f13fb](https://github.com/Increase/increase-ruby/commit/46f13fbc2c2d8c61b2ef81908ab1268b0daec9a1))
|
|
494
|
-
* **api:** api update ([4047a90](https://github.com/Increase/increase-ruby/commit/4047a90a1133c0817e404b466e15eca2161537cc))
|
|
495
|
-
* **api:** api update ([7ca6d0e](https://github.com/Increase/increase-ruby/commit/7ca6d0e11076849403646ab94384acf4be38e951))
|
|
496
|
-
* **api:** api update ([685cdca](https://github.com/Increase/increase-ruby/commit/685cdca2c35f8c425e87d452adc112b555a812a2))
|
|
497
|
-
* **api:** api update ([637b7dc](https://github.com/Increase/increase-ruby/commit/637b7dc6ff6934498094eb2a07a862d3a078d07f))
|
|
498
|
-
* **api:** api update ([96de2a0](https://github.com/Increase/increase-ruby/commit/96de2a03d65c0b10ed3c079df031d54b2615e03a))
|
|
499
|
-
* **api:** api update ([825556b](https://github.com/Increase/increase-ruby/commit/825556b82887af904b0b8ab5b9802a8e2a99c324))
|
|
500
|
-
* **api:** api update ([bf1a7c1](https://github.com/Increase/increase-ruby/commit/bf1a7c1277906587fe2936e1a22b0d2600afa37d))
|
|
501
|
-
* **api:** api update ([db50914](https://github.com/Increase/increase-ruby/commit/db5091471b34d8b77f3c033140e39ecf0fa17572))
|
|
502
|
-
* **api:** api update ([a1fbe28](https://github.com/Increase/increase-ruby/commit/a1fbe28bc558d22af76914980c6ed28afcef7909))
|
|
503
|
-
* **api:** api update ([d0e90a3](https://github.com/Increase/increase-ruby/commit/d0e90a3c94918124e74d1e07e5db94305582e2f5))
|
|
504
|
-
* **api:** api update ([6559af9](https://github.com/Increase/increase-ruby/commit/6559af9d9552f0bdbb37f76c18ecdb73afbc212f))
|
|
505
|
-
* **api:** api update ([cfada5f](https://github.com/Increase/increase-ruby/commit/cfada5f2d836be7a2812384112dbea652f50a063))
|
|
506
|
-
* **api:** api update ([a983d19](https://github.com/Increase/increase-ruby/commit/a983d1940123f48578655ee17920f426bdbcea48))
|
|
507
|
-
* **api:** api update ([e31a754](https://github.com/Increase/increase-ruby/commit/e31a754a01ebde6f6137a884980914149bcdecd0))
|
|
508
|
-
* **api:** api update ([645195b](https://github.com/Increase/increase-ruby/commit/645195bd521ea964e9e45a8481da6a9fd4b6d8fa))
|
|
509
|
-
* **api:** api update ([2d9f9cf](https://github.com/Increase/increase-ruby/commit/2d9f9cf21e6b687ad3d258f911c407d65f14efc1))
|
|
510
|
-
* **api:** api update ([66feace](https://github.com/Increase/increase-ruby/commit/66feace168340eeddbe3ba3dc7b8e14367da26e3))
|
|
511
|
-
* **api:** api update ([44a2122](https://github.com/Increase/increase-ruby/commit/44a2122e09ada53ea9a7bad2c1a7464efebac4f5))
|
|
512
|
-
* **api:** api update ([66453f0](https://github.com/Increase/increase-ruby/commit/66453f0af0d45454683288f06335ba1810cf14a1))
|
|
513
|
-
* **api:** api update ([7dc118e](https://github.com/Increase/increase-ruby/commit/7dc118ecddad0d55af30cdfa21dd17c35edcb1bb))
|
|
514
|
-
* **api:** api update ([ddc3cd4](https://github.com/Increase/increase-ruby/commit/ddc3cd4884004ebf1fbafc1f5fa167ca1f4e426c))
|
|
515
|
-
* **api:** api update ([fb5f4b5](https://github.com/Increase/increase-ruby/commit/fb5f4b56e93b5788f9a91cee8ede3101cbf68bc9))
|
|
516
|
-
* **api:** api update ([8d54036](https://github.com/Increase/increase-ruby/commit/8d540364e842ef2d4b902a9bef64a7a8e06a1119))
|
|
517
|
-
* **api:** api update ([db6601e](https://github.com/Increase/increase-ruby/commit/db6601e09d4bd7249a54d5392d48f7f63d13e056))
|
|
518
|
-
* **api:** api update ([8138773](https://github.com/Increase/increase-ruby/commit/813877385707317ec80dee8cc74e5467dd6acaa5))
|
|
519
|
-
* **api:** api update ([604cbbe](https://github.com/Increase/increase-ruby/commit/604cbbe5d1d9f99deaa46ed986e7663e2756b0fd))
|
|
520
|
-
* **api:** api update ([cd57df1](https://github.com/Increase/increase-ruby/commit/cd57df1c07f29864b0e36d045da0a3d3dea37229))
|
|
521
|
-
* **api:** api update ([efcfa51](https://github.com/Increase/increase-ruby/commit/efcfa5154c46aab88003a81d2efdd0b4f5cdc86b))
|
|
522
|
-
* **api:** api update ([81dd29e](https://github.com/Increase/increase-ruby/commit/81dd29e9dfdb8299aaa1b41197f66a09a0711ca2))
|
|
523
|
-
* **api:** api update ([cc6c884](https://github.com/Increase/increase-ruby/commit/cc6c8843f24bd39fe4a69d6edf9b3beb64ef5792))
|
|
524
|
-
* **api:** api update ([b8cbdc8](https://github.com/Increase/increase-ruby/commit/b8cbdc86fbef7fcce3ac85a343889971b77c3a30))
|
|
525
|
-
* **api:** api update ([d02efb1](https://github.com/Increase/increase-ruby/commit/d02efb177d58b0323bf73de2f3deeded92a0c185))
|
|
526
|
-
* **api:** api update ([2f6fc4d](https://github.com/Increase/increase-ruby/commit/2f6fc4dbc127a023adcb3f72e0109ff37e438cd8))
|
|
527
|
-
* **api:** api update ([8f4579a](https://github.com/Increase/increase-ruby/commit/8f4579a2a216731fe314953038ad9ee909d49148))
|
|
528
|
-
* **api:** api update ([2ce4a69](https://github.com/Increase/increase-ruby/commit/2ce4a69b1c900c2bcc275023fb5143355f61d7fb))
|
|
529
|
-
* **api:** api update ([10f88cf](https://github.com/Increase/increase-ruby/commit/10f88cfa5326ec0c3a5ba0bb3fc3c5eff9a3ba93))
|
|
530
|
-
* **api:** api update ([00e40b7](https://github.com/Increase/increase-ruby/commit/00e40b7f0b1545a03d150056eb324008d28757a7))
|
|
531
|
-
* **api:** api update ([6d5ae13](https://github.com/Increase/increase-ruby/commit/6d5ae13ad65d9357064023c4aadd89bd280a37dd))
|
|
532
|
-
* **api:** api update ([3c7de8b](https://github.com/Increase/increase-ruby/commit/3c7de8be54ab3a3838bf3f531f0d9fcf4326f981))
|
|
533
|
-
* **api:** api update ([477fc1d](https://github.com/Increase/increase-ruby/commit/477fc1d2d3e0ffa94d87bd38de8f9fa640b6d6b6))
|
|
534
|
-
* **api:** api update ([8e4bd77](https://github.com/Increase/increase-ruby/commit/8e4bd77a9f6e38d6fb624f14de54158a1f5d8c47))
|
|
535
|
-
* **api:** api update ([994c574](https://github.com/Increase/increase-ruby/commit/994c574e2a7b0ca88f389b0497b590cd3c12dfc1))
|
|
536
|
-
* **api:** api update ([933d5be](https://github.com/Increase/increase-ruby/commit/933d5beb3f18163905c9f83ba7df18875bf01489))
|
|
537
|
-
* **api:** api update ([19af3d3](https://github.com/Increase/increase-ruby/commit/19af3d3a57953bb6bb3eb70feab82483c7f15e19))
|
|
538
|
-
* **api:** api update ([5b3d504](https://github.com/Increase/increase-ruby/commit/5b3d50412c6d0936cae8657e9d36ec49d2988eda))
|
|
539
|
-
* **api:** api update ([21c63e6](https://github.com/Increase/increase-ruby/commit/21c63e65a7c7a4077af5dd863f125871b5726d85))
|
|
540
|
-
* **api:** api update ([6e53b59](https://github.com/Increase/increase-ruby/commit/6e53b5915bd240411121268dd808b13d2bd3ab82))
|
|
541
|
-
* **api:** api update ([c8a408a](https://github.com/Increase/increase-ruby/commit/c8a408a669f396435823a3c7bd3ca0a2aa978663))
|
|
542
|
-
* **api:** api update ([a8fec40](https://github.com/Increase/increase-ruby/commit/a8fec40bf005e25dcbdeb20a820a232a7a896038))
|
|
543
|
-
* **api:** api update ([1d50d86](https://github.com/Increase/increase-ruby/commit/1d50d86f1f11eb6bdaf6b04c8a847cbe4719d3b7))
|
|
544
|
-
* **api:** api update ([bc9e64d](https://github.com/Increase/increase-ruby/commit/bc9e64deb4c9ec1da47bd0a234882f7acb624ad0))
|
|
545
|
-
* **api:** api update ([17fab0d](https://github.com/Increase/increase-ruby/commit/17fab0dfc100c6ac9fa01ddb459cb5ed511e49d6))
|
|
546
|
-
* **api:** api update ([5d17ef7](https://github.com/Increase/increase-ruby/commit/5d17ef766f6b516c5a9669b497565b6d5d7db71a))
|
|
547
|
-
* **api:** api update ([28f6cee](https://github.com/Increase/increase-ruby/commit/28f6cee5a4346d0a0c7f6562e91319f90689d7b0))
|
|
548
|
-
* **api:** api update ([f738a4c](https://github.com/Increase/increase-ruby/commit/f738a4ca9f5bf4da6aa89a71cf2618404e13e75d))
|
|
549
|
-
* **api:** api update ([f4c26d1](https://github.com/Increase/increase-ruby/commit/f4c26d1b1cdfbcfe12d127c29b3de964b3400d68))
|
|
550
|
-
* **api:** api update ([d576bf7](https://github.com/Increase/increase-ruby/commit/d576bf7b4b1f3cc201cf63ef73c384fdaba766c5))
|
|
551
|
-
* **api:** api update ([05030a4](https://github.com/Increase/increase-ruby/commit/05030a4fc7232f9724c7ddaa2dc2592cbfd3edd6))
|
|
552
|
-
* **api:** api update ([67c1f0b](https://github.com/Increase/increase-ruby/commit/67c1f0b2926fe0a4d0d9abb4c86d36c0821b4b6a))
|
|
553
|
-
* **api:** api update ([70d6b93](https://github.com/Increase/increase-ruby/commit/70d6b937f554264a3b965f0278e9af20bb13f524))
|
|
554
|
-
* **api:** api update ([1caa411](https://github.com/Increase/increase-ruby/commit/1caa4112436ad6896121d27afdd4a06f406ac9a8))
|
|
555
|
-
* **api:** api update ([8f9e694](https://github.com/Increase/increase-ruby/commit/8f9e69431eca1427c939b902e793c1fe27490f7c))
|
|
556
|
-
* **api:** api update ([092b919](https://github.com/Increase/increase-ruby/commit/092b9196c87f3494f483d62b214b229ca26e1f58))
|
|
557
|
-
* **api:** api update ([e1dc24f](https://github.com/Increase/increase-ruby/commit/e1dc24f2a597da1fb4e51f9a648b1bccb35c583e))
|
|
558
|
-
* **api:** api update ([6aa76a0](https://github.com/Increase/increase-ruby/commit/6aa76a005943d4e9cf671360dcee9863e442835f))
|
|
559
|
-
* **api:** api update ([27f834c](https://github.com/Increase/increase-ruby/commit/27f834c3056d05eceaeedecffaef9876d23c3207))
|
|
560
|
-
* **api:** api update ([a9ab98b](https://github.com/Increase/increase-ruby/commit/a9ab98b9e29d37ff5a00e166eb53c25c1bcaccc4))
|
|
561
|
-
* **api:** api update ([8b8d2d6](https://github.com/Increase/increase-ruby/commit/8b8d2d63a92772d12202716c6e640a256cc710ad))
|
|
562
|
-
* **api:** api update ([52ab218](https://github.com/Increase/increase-ruby/commit/52ab218e2b9df867348b2512eba89077359d766a))
|
|
563
|
-
* **api:** api update ([8d4da8c](https://github.com/Increase/increase-ruby/commit/8d4da8ce0198334d123f78a9007b321ff12fb5d6))
|
|
564
|
-
* **api:** api update ([111a104](https://github.com/Increase/increase-ruby/commit/111a1045d994ccd58b6f14194322d764ef8cbb7f))
|
|
565
|
-
* **api:** api update ([a4d7fde](https://github.com/Increase/increase-ruby/commit/a4d7fded60123d3ee9ff7bb2c814e7a91deef931))
|
|
566
|
-
* **api:** api update ([81619dc](https://github.com/Increase/increase-ruby/commit/81619dc2ac3f2b68f5326c8e64be9dd674afd34e))
|
|
567
|
-
* **api:** api update ([098249e](https://github.com/Increase/increase-ruby/commit/098249e18aa22539c26a93e87d5ecbb262bb9183))
|
|
568
|
-
* **api:** api update ([11114af](https://github.com/Increase/increase-ruby/commit/11114af8856a05605a2b2091d0c31bae5c46bd22))
|
|
569
|
-
* **api:** api update ([0aa66a3](https://github.com/Increase/increase-ruby/commit/0aa66a3195f4efe263ac76df4ef7192623a0f5a8))
|
|
570
|
-
* **api:** api update ([0faec8e](https://github.com/Increase/increase-ruby/commit/0faec8e767f7679258cf8c0bf0179d7644e7ba70))
|
|
571
|
-
* **api:** api update ([65a3663](https://github.com/Increase/increase-ruby/commit/65a3663561976c1a6d63ab045e69177563f34416))
|
|
572
|
-
* **api:** api update ([3cf8a9d](https://github.com/Increase/increase-ruby/commit/3cf8a9d9253e87984e2d7886ac3e28be3971a76f))
|
|
573
|
-
* **api:** api update ([4242458](https://github.com/Increase/increase-ruby/commit/4242458875f37192735850ab74b10a012e13acf3))
|
|
574
|
-
* **api:** api update ([16f0dab](https://github.com/Increase/increase-ruby/commit/16f0dab6226fe15fe7940701ad6069a58bc53b5d))
|
|
575
|
-
* **api:** api update ([e2c60d1](https://github.com/Increase/increase-ruby/commit/e2c60d1ef601903aaa8b200710a558097e9f4278))
|
|
576
|
-
* **api:** api update ([6d86a6a](https://github.com/Increase/increase-ruby/commit/6d86a6afaf3717e5cce39cc681ecb880cb152062))
|
|
577
|
-
* **api:** api update ([1e2e703](https://github.com/Increase/increase-ruby/commit/1e2e70358f12d691c1e6e0352957ef0c25e0def7))
|
|
578
|
-
* **api:** api update ([2ff7de1](https://github.com/Increase/increase-ruby/commit/2ff7de1effe1f3e8ebc604de682682f06a34752b))
|
|
579
|
-
* **client:** add webhook support ([c873d85](https://github.com/Increase/increase-ruby/commit/c873d8586d280b9e0e13c6e564f68f17fa8d81e3))
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
### Bug Fixes
|
|
583
|
-
|
|
584
|
-
* align path encoding with RFC 3986 section 3.3 ([1b35b2b](https://github.com/Increase/increase-ruby/commit/1b35b2b993502a148005b418047f47984bffefd8))
|
|
585
|
-
* **client:** always add content-length to post body, even when empty ([aef2fe6](https://github.com/Increase/increase-ruby/commit/aef2fe6cb55acc83a228a2acb3f0690dd7f82bef))
|
|
586
|
-
* **client:** loosen json header parsing ([c047ae2](https://github.com/Increase/increase-ruby/commit/c047ae28d54c3ece94f4be124b7bcc74763c9e6c))
|
|
587
|
-
* **internal:** correct multipart form field name encoding ([6e51c53](https://github.com/Increase/increase-ruby/commit/6e51c53783a3d56844143e234883574d64ba130f))
|
|
588
|
-
* multipart encoding for file arrays ([56e6233](https://github.com/Increase/increase-ruby/commit/56e62330fe226d885ee6d5b23f4af708bbd802d0))
|
|
589
|
-
* properly mock time in ruby ci tests ([89f7533](https://github.com/Increase/increase-ruby/commit/89f7533c558e7eba55dc2c741103fc6f1a47b945))
|
|
590
|
-
* variable name typo ([a783c6d](https://github.com/Increase/increase-ruby/commit/a783c6d68fbac5eebd1f3c4f9238ddc42a18ff50))
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
### Chores
|
|
594
|
-
|
|
595
|
-
* **ci:** skip lint on metadata-only changes ([316bbca](https://github.com/Increase/increase-ruby/commit/316bbca1aae545bc5d8b89d657241f2a84b82a61))
|
|
596
|
-
* **ci:** support opting out of skipping builds on metadata-only commits ([f4f85e0](https://github.com/Increase/increase-ruby/commit/f4f85e095915e4c2d3ddb69c61e322df35170773))
|
|
597
|
-
* **docs:** remove www prefix ([0a9b229](https://github.com/Increase/increase-ruby/commit/0a9b229d07e1646a9d41076313018a3c0327d149))
|
|
598
|
-
* **internal:** codegen related update ([5e62216](https://github.com/Increase/increase-ruby/commit/5e62216d033a720cf9efb23e46bf4dd1d214fa81))
|
|
599
|
-
* **internal:** codegen related update ([70fa568](https://github.com/Increase/increase-ruby/commit/70fa568124ffb341715b9036402c0db8ce9cb81a))
|
|
600
|
-
* **internal:** codegen related update ([cc5705d](https://github.com/Increase/increase-ruby/commit/cc5705d53a00de97ade9365f752dddbcaed07751))
|
|
601
|
-
* **internal:** codegen related update ([36a3ea8](https://github.com/Increase/increase-ruby/commit/36a3ea8ef2941bbe4f8251dab71fdbb8427b1cf8))
|
|
602
|
-
* **internal:** tweak CI branches ([e6bcade](https://github.com/Increase/increase-ruby/commit/e6bcade7f30bfcca40cf3f4e17066633a7c70dba))
|
|
603
|
-
* **internal:** update `actions/checkout` version ([998f9cd](https://github.com/Increase/increase-ruby/commit/998f9cdab36085daa153d3698ae196767034fd85))
|
|
604
|
-
* **internal:** update gitignore ([bb6dc26](https://github.com/Increase/increase-ruby/commit/bb6dc266b53b39dfe0903c0560fd595e51310949))
|
|
605
|
-
* move `cgi` into dependencies for ruby 4 ([24c9d9f](https://github.com/Increase/increase-ruby/commit/24c9d9fee4c206ffc5f49b81a896366c34a343ae))
|
|
606
|
-
* **tests:** bump steady to v0.19.4 ([704590b](https://github.com/Increase/increase-ruby/commit/704590b4e61fe317a42a8eab1d3f898e06363f66))
|
|
607
|
-
* **tests:** bump steady to v0.19.5 ([c4fca5c](https://github.com/Increase/increase-ruby/commit/c4fca5c3dc01ee9508767d674c7d7fbf44a43829))
|
|
608
|
-
* **tests:** bump steady to v0.19.6 ([1ed23ad](https://github.com/Increase/increase-ruby/commit/1ed23ada6e1fc6a5c8c026e2db84899c35cc4725))
|
|
609
|
-
* **tests:** bump steady to v0.19.7 ([32ea9a5](https://github.com/Increase/increase-ruby/commit/32ea9a542dc1af14dce1b8acdf078db3be837781))
|
|
610
|
-
* **tests:** bump steady to v0.20.1 ([5d1374c](https://github.com/Increase/increase-ruby/commit/5d1374ca7e3a3c264a9f4e86b36820a18be2ca56))
|
|
611
|
-
* **tests:** bump steady to v0.20.2 ([00efd5c](https://github.com/Increase/increase-ruby/commit/00efd5c6b1b90b6719abde45a1e46375c3c83910))
|
|
612
|
-
* update mock server docs ([4d9d783](https://github.com/Increase/increase-ruby/commit/4d9d783cbead1701fea327429ac3f149610e3a40))
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
### Refactors
|
|
616
|
-
|
|
617
|
-
* **tests:** switch from prism to steady ([65ff0ba](https://github.com/Increase/increase-ruby/commit/65ff0bae7d21b9eb2f5d66ad4d9c39425b6aa613))
|
|
618
|
-
|
|
619
|
-
## 1.285.0 (2026-04-09)
|
|
620
|
-
|
|
621
|
-
Full Changelog: [v1.284.1...v1.285.0](https://github.com/Increase/increase-ruby/compare/v1.284.1...v1.285.0)
|
|
622
|
-
|
|
623
|
-
### Features
|
|
624
|
-
|
|
625
|
-
* **api:** api update ([fffba9f](https://github.com/Increase/increase-ruby/commit/fffba9ff4f42a84805f88606261a465b361281f1))
|
|
626
|
-
|
|
627
|
-
## 1.284.1 (2026-04-08)
|
|
628
|
-
|
|
629
|
-
Full Changelog: [v1.284.0...v1.284.1](https://github.com/Increase/increase-ruby/compare/v1.284.0...v1.284.1)
|
|
630
|
-
|
|
631
|
-
### Bug Fixes
|
|
632
|
-
|
|
633
|
-
* multipart encoding for file arrays ([a6cc497](https://github.com/Increase/increase-ruby/commit/a6cc4975f1859c10d3435a3749b5bb228479671b))
|
|
634
|
-
|
|
635
|
-
## 1.284.0 (2026-04-07)
|
|
636
|
-
|
|
637
|
-
Full Changelog: [v1.283.0...v1.284.0](https://github.com/Increase/increase-ruby/compare/v1.283.0...v1.284.0)
|
|
638
|
-
|
|
639
|
-
### Features
|
|
640
|
-
|
|
641
|
-
* **api:** api update ([3b34a4e](https://github.com/Increase/increase-ruby/commit/3b34a4eb31f54413a0ad1322ce4fabc0a827d0ae))
|
|
642
|
-
|
|
643
|
-
## 1.283.0 (2026-04-06)
|
|
644
|
-
|
|
645
|
-
Full Changelog: [v1.282.0...v1.283.0](https://github.com/Increase/increase-ruby/compare/v1.282.0...v1.283.0)
|
|
646
|
-
|
|
647
|
-
### Features
|
|
648
|
-
|
|
649
|
-
* **api:** api update ([82f051d](https://github.com/Increase/increase-ruby/commit/82f051d9aac6de95564d6fbfaf5b8ca0a194c21c))
|
|
650
|
-
|
|
651
|
-
## 1.282.0 (2026-04-04)
|
|
652
|
-
|
|
653
|
-
Full Changelog: [v1.281.0...v1.282.0](https://github.com/Increase/increase-ruby/compare/v1.281.0...v1.282.0)
|
|
654
|
-
|
|
655
|
-
### Features
|
|
656
|
-
|
|
657
|
-
* **api:** api update ([808c1b8](https://github.com/Increase/increase-ruby/commit/808c1b82f3bc17f099dec9fc7869f8e6086b2304))
|
|
658
|
-
|
|
659
|
-
## 1.281.0 (2026-04-03)
|
|
660
|
-
|
|
661
|
-
Full Changelog: [v1.280.0...v1.281.0](https://github.com/Increase/increase-ruby/compare/v1.280.0...v1.281.0)
|
|
662
|
-
|
|
663
|
-
### Features
|
|
664
|
-
|
|
665
|
-
* **api:** api update ([68c9e62](https://github.com/Increase/increase-ruby/commit/68c9e62055a344cae28bfe067828337842833211))
|
|
666
|
-
|
|
667
|
-
## 1.280.0 (2026-04-03)
|
|
668
|
-
|
|
669
|
-
Full Changelog: [v1.279.0...v1.280.0](https://github.com/Increase/increase-ruby/compare/v1.279.0...v1.280.0)
|
|
670
|
-
|
|
671
|
-
### Features
|
|
672
|
-
|
|
673
|
-
* **api:** api update ([9874e66](https://github.com/Increase/increase-ruby/commit/9874e66054a023a1075ea5d5d1e40cfd11ce6a9a))
|
|
674
|
-
|
|
675
|
-
## 1.279.0 (2026-04-02)
|
|
676
|
-
|
|
677
|
-
Full Changelog: [v1.278.2...v1.279.0](https://github.com/Increase/increase-ruby/compare/v1.278.2...v1.279.0)
|
|
678
|
-
|
|
679
|
-
### Features
|
|
680
|
-
|
|
681
|
-
* **api:** api update ([9c9129c](https://github.com/Increase/increase-ruby/commit/9c9129c08341d5b8d6187e070c8a9fb40f18d96f))
|
|
682
|
-
|
|
683
|
-
## 1.278.2 (2026-03-31)
|
|
684
|
-
|
|
685
|
-
Full Changelog: [v1.278.1...v1.278.2](https://github.com/Increase/increase-ruby/compare/v1.278.1...v1.278.2)
|
|
686
|
-
|
|
687
|
-
### Bug Fixes
|
|
688
|
-
|
|
689
|
-
* align path encoding with RFC 3986 section 3.3 ([d78df6c](https://github.com/Increase/increase-ruby/commit/d78df6ce7d11866bc5f8ad6f8ba80813fd63bd79))
|
|
690
|
-
|
|
691
|
-
## 1.278.1 (2026-03-31)
|
|
692
|
-
|
|
693
|
-
Full Changelog: [v1.278.0...v1.278.1](https://github.com/Increase/increase-ruby/compare/v1.278.0...v1.278.1)
|
|
694
|
-
|
|
695
|
-
### Bug Fixes
|
|
696
|
-
|
|
697
|
-
* variable name typo ([3056f69](https://github.com/Increase/increase-ruby/commit/3056f6930db8441a753ada05a68a9cb42ecd1548))
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
### Chores
|
|
701
|
-
|
|
702
|
-
* **tests:** bump steady to v0.20.2 ([0402af0](https://github.com/Increase/increase-ruby/commit/0402af054445dcc599fad30510d25bbe1c0c7b1b))
|
|
703
|
-
|
|
704
|
-
## 1.278.0 (2026-03-31)
|
|
705
|
-
|
|
706
|
-
Full Changelog: [v1.277.0...v1.278.0](https://github.com/Increase/increase-ruby/compare/v1.277.0...v1.278.0)
|
|
707
|
-
|
|
708
|
-
### Features
|
|
709
|
-
|
|
710
|
-
* **api:** api update ([4882311](https://github.com/Increase/increase-ruby/commit/488231139f7543705d01440d3e36d247d06dd3b3))
|
|
711
|
-
|
|
712
|
-
## 1.277.0 (2026-03-31)
|
|
713
|
-
|
|
714
|
-
Full Changelog: [v1.276.0...v1.277.0](https://github.com/Increase/increase-ruby/compare/v1.276.0...v1.277.0)
|
|
715
|
-
|
|
716
|
-
### Features
|
|
717
|
-
|
|
718
|
-
* **api:** api update ([ec38400](https://github.com/Increase/increase-ruby/commit/ec384003001011837a9d16b23ba1f57ac4b190e2))
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
### Chores
|
|
722
|
-
|
|
723
|
-
* **tests:** bump steady to v0.20.1 ([46dc443](https://github.com/Increase/increase-ruby/commit/46dc44380e78a70ebbbc8dd32445b658cba996d4))
|
|
724
|
-
|
|
725
|
-
## 1.276.0 (2026-03-30)
|
|
726
|
-
|
|
727
|
-
Full Changelog: [v1.275.0...v1.276.0](https://github.com/Increase/increase-ruby/compare/v1.275.0...v1.276.0)
|
|
728
|
-
|
|
729
|
-
### Features
|
|
730
|
-
|
|
731
|
-
* **api:** api update ([5445798](https://github.com/Increase/increase-ruby/commit/5445798e6a82b0a30cdb4f9ccbd04ef45db94823))
|
|
732
|
-
|
|
733
|
-
## 1.275.0 (2026-03-30)
|
|
734
|
-
|
|
735
|
-
Full Changelog: [v1.274.0...v1.275.0](https://github.com/Increase/increase-ruby/compare/v1.274.0...v1.275.0)
|
|
736
|
-
|
|
737
|
-
### Features
|
|
738
|
-
|
|
739
|
-
* **api:** api update ([c769270](https://github.com/Increase/increase-ruby/commit/c7692700df1ae0074c9614d093243a17e38f6759))
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
### Chores
|
|
743
|
-
|
|
744
|
-
* **ci:** support opting out of skipping builds on metadata-only commits ([d9466e7](https://github.com/Increase/increase-ruby/commit/d9466e7eada22b9afc155324bb0674eef61bfdc7))
|
|
745
|
-
|
|
746
|
-
## 1.274.0 (2026-03-27)
|
|
747
|
-
|
|
748
|
-
Full Changelog: [v1.273.0...v1.274.0](https://github.com/Increase/increase-ruby/compare/v1.273.0...v1.274.0)
|
|
749
|
-
|
|
750
|
-
### Features
|
|
751
|
-
|
|
752
|
-
* **api:** api update ([c97e84a](https://github.com/Increase/increase-ruby/commit/c97e84a225a22d2bb38919222893a5082bd75fd7))
|
|
753
|
-
|
|
754
|
-
## 1.273.0 (2026-03-26)
|
|
755
|
-
|
|
756
|
-
Full Changelog: [v1.272.0...v1.273.0](https://github.com/Increase/increase-ruby/compare/v1.272.0...v1.273.0)
|
|
757
|
-
|
|
758
|
-
### Features
|
|
759
|
-
|
|
760
|
-
* **api:** api update ([242cdf3](https://github.com/Increase/increase-ruby/commit/242cdf3c89d776823bf36f7fbc1cb4f8a98c7690))
|
|
761
|
-
* **api:** api update ([5e64494](https://github.com/Increase/increase-ruby/commit/5e64494a85d31136ae4356fb54435f1d0d14c1d7))
|
|
762
|
-
* **api:** api update ([dda1a5d](https://github.com/Increase/increase-ruby/commit/dda1a5dd5e5741ad4cd07b02203ab76d15b39e89))
|
|
763
|
-
* **api:** api update ([e2bfbc6](https://github.com/Increase/increase-ruby/commit/e2bfbc6d5dcf042e437d971fd758fae057674cf2))
|
|
764
|
-
* **api:** api update ([d901545](https://github.com/Increase/increase-ruby/commit/d9015457708d005bc055511ab0acf58b42384cf8))
|
|
765
|
-
* **api:** api update ([37342cc](https://github.com/Increase/increase-ruby/commit/37342cc63b765ac19e5fd5fe6be68a24fd7793b5))
|
|
766
|
-
* **api:** api update ([e9cbaa4](https://github.com/Increase/increase-ruby/commit/e9cbaa418bba9a5f5b6c67ef9fbacdfb9c9d0b73))
|
|
767
|
-
* **api:** api update ([f15aa93](https://github.com/Increase/increase-ruby/commit/f15aa93b3d6ae1dd294f25e1153f28248995f7e3))
|
|
768
|
-
* **api:** api update ([514fb64](https://github.com/Increase/increase-ruby/commit/514fb646057005074a8140bae2c34258b3dc854a))
|
|
769
|
-
* **api:** api update ([d47f389](https://github.com/Increase/increase-ruby/commit/d47f389c4c831d79b6afa51f5d77bdf9b0283c2a))
|
|
770
|
-
* **api:** api update ([bf75ccb](https://github.com/Increase/increase-ruby/commit/bf75ccbbc858f4140cf1de6261043f5477dfcfea))
|
|
771
|
-
* **api:** api update ([4401edc](https://github.com/Increase/increase-ruby/commit/4401edc2eccc7e23cf0dbff1043dfed3bb2ffbaf))
|
|
772
|
-
* **api:** api update ([a8f9781](https://github.com/Increase/increase-ruby/commit/a8f9781028df983df9274fc0a5b590a6215fff99))
|
|
773
|
-
* **api:** api update ([e222328](https://github.com/Increase/increase-ruby/commit/e222328aab64f3458322eef37873ac0067adf4bf))
|
|
774
|
-
* **api:** api update ([d6c776e](https://github.com/Increase/increase-ruby/commit/d6c776eae3d415cf592eb2d50eff86ecc45ea730))
|
|
775
|
-
* **api:** api update ([a7abdff](https://github.com/Increase/increase-ruby/commit/a7abdff25371dc04f8408cf7c499142f1ffb54d3))
|
|
776
|
-
* **api:** api update ([f7d74ec](https://github.com/Increase/increase-ruby/commit/f7d74ec547269cefb78232be3f86a1168d1e2461))
|
|
777
|
-
* **api:** api update ([ff314ab](https://github.com/Increase/increase-ruby/commit/ff314ab8e87249407ac4517962ff12e1bdaa0c47))
|
|
778
|
-
* **api:** api update ([70a43c9](https://github.com/Increase/increase-ruby/commit/70a43c9a4f3827e1e270382afbf9e1cf730f0906))
|
|
779
|
-
* **api:** api update ([71ebdbe](https://github.com/Increase/increase-ruby/commit/71ebdbe6510fbbb9b37ce7997c949ed803f89a02))
|
|
780
|
-
* **api:** api update ([8f6f005](https://github.com/Increase/increase-ruby/commit/8f6f005318c7081f2b2307afca2556ec514743cf))
|
|
781
|
-
* **api:** api update ([6dddf56](https://github.com/Increase/increase-ruby/commit/6dddf56e9795979c8d0101cdf03d0181db033fd8))
|
|
782
|
-
* **api:** api update ([e186f28](https://github.com/Increase/increase-ruby/commit/e186f280cbe9dba5b6fc3bf22f690b1ee8f5df91))
|
|
783
|
-
* **api:** api update ([0efc17e](https://github.com/Increase/increase-ruby/commit/0efc17ef7cf0549cba04e59f2c3ce8ade7a0f5bd))
|
|
784
|
-
* **api:** api update ([46f13fb](https://github.com/Increase/increase-ruby/commit/46f13fbc2c2d8c61b2ef81908ab1268b0daec9a1))
|
|
785
|
-
* **api:** api update ([4047a90](https://github.com/Increase/increase-ruby/commit/4047a90a1133c0817e404b466e15eca2161537cc))
|
|
786
|
-
* **api:** api update ([7ca6d0e](https://github.com/Increase/increase-ruby/commit/7ca6d0e11076849403646ab94384acf4be38e951))
|
|
787
|
-
* **api:** api update ([685cdca](https://github.com/Increase/increase-ruby/commit/685cdca2c35f8c425e87d452adc112b555a812a2))
|
|
788
|
-
* **api:** api update ([637b7dc](https://github.com/Increase/increase-ruby/commit/637b7dc6ff6934498094eb2a07a862d3a078d07f))
|
|
789
|
-
* **api:** api update ([96de2a0](https://github.com/Increase/increase-ruby/commit/96de2a03d65c0b10ed3c079df031d54b2615e03a))
|
|
790
|
-
* **api:** api update ([825556b](https://github.com/Increase/increase-ruby/commit/825556b82887af904b0b8ab5b9802a8e2a99c324))
|
|
791
|
-
* **api:** api update ([bf1a7c1](https://github.com/Increase/increase-ruby/commit/bf1a7c1277906587fe2936e1a22b0d2600afa37d))
|
|
792
|
-
* **api:** api update ([db50914](https://github.com/Increase/increase-ruby/commit/db5091471b34d8b77f3c033140e39ecf0fa17572))
|
|
793
|
-
* **api:** api update ([a1fbe28](https://github.com/Increase/increase-ruby/commit/a1fbe28bc558d22af76914980c6ed28afcef7909))
|
|
794
|
-
* **api:** api update ([d0e90a3](https://github.com/Increase/increase-ruby/commit/d0e90a3c94918124e74d1e07e5db94305582e2f5))
|
|
795
|
-
* **api:** api update ([6559af9](https://github.com/Increase/increase-ruby/commit/6559af9d9552f0bdbb37f76c18ecdb73afbc212f))
|
|
796
|
-
* **api:** api update ([cfada5f](https://github.com/Increase/increase-ruby/commit/cfada5f2d836be7a2812384112dbea652f50a063))
|
|
797
|
-
* **api:** api update ([a983d19](https://github.com/Increase/increase-ruby/commit/a983d1940123f48578655ee17920f426bdbcea48))
|
|
798
|
-
* **api:** api update ([e31a754](https://github.com/Increase/increase-ruby/commit/e31a754a01ebde6f6137a884980914149bcdecd0))
|
|
799
|
-
* **api:** api update ([645195b](https://github.com/Increase/increase-ruby/commit/645195bd521ea964e9e45a8481da6a9fd4b6d8fa))
|
|
800
|
-
* **api:** api update ([2d9f9cf](https://github.com/Increase/increase-ruby/commit/2d9f9cf21e6b687ad3d258f911c407d65f14efc1))
|
|
801
|
-
* **api:** api update ([66feace](https://github.com/Increase/increase-ruby/commit/66feace168340eeddbe3ba3dc7b8e14367da26e3))
|
|
802
|
-
* **api:** api update ([44a2122](https://github.com/Increase/increase-ruby/commit/44a2122e09ada53ea9a7bad2c1a7464efebac4f5))
|
|
803
|
-
* **api:** api update ([66453f0](https://github.com/Increase/increase-ruby/commit/66453f0af0d45454683288f06335ba1810cf14a1))
|
|
804
|
-
* **api:** api update ([7dc118e](https://github.com/Increase/increase-ruby/commit/7dc118ecddad0d55af30cdfa21dd17c35edcb1bb))
|
|
805
|
-
* **api:** api update ([ddc3cd4](https://github.com/Increase/increase-ruby/commit/ddc3cd4884004ebf1fbafc1f5fa167ca1f4e426c))
|
|
806
|
-
* **api:** api update ([fb5f4b5](https://github.com/Increase/increase-ruby/commit/fb5f4b56e93b5788f9a91cee8ede3101cbf68bc9))
|
|
807
|
-
* **api:** api update ([8d54036](https://github.com/Increase/increase-ruby/commit/8d540364e842ef2d4b902a9bef64a7a8e06a1119))
|
|
808
|
-
* **api:** api update ([db6601e](https://github.com/Increase/increase-ruby/commit/db6601e09d4bd7249a54d5392d48f7f63d13e056))
|
|
809
|
-
* **api:** api update ([8138773](https://github.com/Increase/increase-ruby/commit/813877385707317ec80dee8cc74e5467dd6acaa5))
|
|
810
|
-
* **api:** api update ([604cbbe](https://github.com/Increase/increase-ruby/commit/604cbbe5d1d9f99deaa46ed986e7663e2756b0fd))
|
|
811
|
-
* **api:** api update ([cd57df1](https://github.com/Increase/increase-ruby/commit/cd57df1c07f29864b0e36d045da0a3d3dea37229))
|
|
812
|
-
* **api:** api update ([efcfa51](https://github.com/Increase/increase-ruby/commit/efcfa5154c46aab88003a81d2efdd0b4f5cdc86b))
|
|
813
|
-
* **api:** api update ([81dd29e](https://github.com/Increase/increase-ruby/commit/81dd29e9dfdb8299aaa1b41197f66a09a0711ca2))
|
|
814
|
-
* **api:** api update ([cc6c884](https://github.com/Increase/increase-ruby/commit/cc6c8843f24bd39fe4a69d6edf9b3beb64ef5792))
|
|
815
|
-
* **api:** api update ([b8cbdc8](https://github.com/Increase/increase-ruby/commit/b8cbdc86fbef7fcce3ac85a343889971b77c3a30))
|
|
816
|
-
* **api:** api update ([d02efb1](https://github.com/Increase/increase-ruby/commit/d02efb177d58b0323bf73de2f3deeded92a0c185))
|
|
817
|
-
* **api:** api update ([2f6fc4d](https://github.com/Increase/increase-ruby/commit/2f6fc4dbc127a023adcb3f72e0109ff37e438cd8))
|
|
818
|
-
* **api:** api update ([8f4579a](https://github.com/Increase/increase-ruby/commit/8f4579a2a216731fe314953038ad9ee909d49148))
|
|
819
|
-
* **api:** api update ([2ce4a69](https://github.com/Increase/increase-ruby/commit/2ce4a69b1c900c2bcc275023fb5143355f61d7fb))
|
|
820
|
-
* **api:** api update ([10f88cf](https://github.com/Increase/increase-ruby/commit/10f88cfa5326ec0c3a5ba0bb3fc3c5eff9a3ba93))
|
|
821
|
-
* **api:** api update ([00e40b7](https://github.com/Increase/increase-ruby/commit/00e40b7f0b1545a03d150056eb324008d28757a7))
|
|
822
|
-
* **api:** api update ([6d5ae13](https://github.com/Increase/increase-ruby/commit/6d5ae13ad65d9357064023c4aadd89bd280a37dd))
|
|
823
|
-
* **api:** api update ([3c7de8b](https://github.com/Increase/increase-ruby/commit/3c7de8be54ab3a3838bf3f531f0d9fcf4326f981))
|
|
824
|
-
* **api:** api update ([477fc1d](https://github.com/Increase/increase-ruby/commit/477fc1d2d3e0ffa94d87bd38de8f9fa640b6d6b6))
|
|
825
|
-
* **api:** api update ([8e4bd77](https://github.com/Increase/increase-ruby/commit/8e4bd77a9f6e38d6fb624f14de54158a1f5d8c47))
|
|
826
|
-
* **api:** api update ([994c574](https://github.com/Increase/increase-ruby/commit/994c574e2a7b0ca88f389b0497b590cd3c12dfc1))
|
|
827
|
-
* **api:** api update ([933d5be](https://github.com/Increase/increase-ruby/commit/933d5beb3f18163905c9f83ba7df18875bf01489))
|
|
828
|
-
* **api:** api update ([19af3d3](https://github.com/Increase/increase-ruby/commit/19af3d3a57953bb6bb3eb70feab82483c7f15e19))
|
|
829
|
-
* **api:** api update ([5b3d504](https://github.com/Increase/increase-ruby/commit/5b3d50412c6d0936cae8657e9d36ec49d2988eda))
|
|
830
|
-
* **api:** api update ([21c63e6](https://github.com/Increase/increase-ruby/commit/21c63e65a7c7a4077af5dd863f125871b5726d85))
|
|
831
|
-
* **api:** api update ([6e53b59](https://github.com/Increase/increase-ruby/commit/6e53b5915bd240411121268dd808b13d2bd3ab82))
|
|
832
|
-
* **api:** api update ([c8a408a](https://github.com/Increase/increase-ruby/commit/c8a408a669f396435823a3c7bd3ca0a2aa978663))
|
|
833
|
-
* **api:** api update ([a8fec40](https://github.com/Increase/increase-ruby/commit/a8fec40bf005e25dcbdeb20a820a232a7a896038))
|
|
834
|
-
* **api:** api update ([1d50d86](https://github.com/Increase/increase-ruby/commit/1d50d86f1f11eb6bdaf6b04c8a847cbe4719d3b7))
|
|
835
|
-
* **api:** api update ([bc9e64d](https://github.com/Increase/increase-ruby/commit/bc9e64deb4c9ec1da47bd0a234882f7acb624ad0))
|
|
836
|
-
* **api:** api update ([17fab0d](https://github.com/Increase/increase-ruby/commit/17fab0dfc100c6ac9fa01ddb459cb5ed511e49d6))
|
|
837
|
-
* **api:** api update ([5d17ef7](https://github.com/Increase/increase-ruby/commit/5d17ef766f6b516c5a9669b497565b6d5d7db71a))
|
|
838
|
-
* **api:** api update ([28f6cee](https://github.com/Increase/increase-ruby/commit/28f6cee5a4346d0a0c7f6562e91319f90689d7b0))
|
|
839
|
-
* **api:** api update ([f738a4c](https://github.com/Increase/increase-ruby/commit/f738a4ca9f5bf4da6aa89a71cf2618404e13e75d))
|
|
840
|
-
* **api:** api update ([f4c26d1](https://github.com/Increase/increase-ruby/commit/f4c26d1b1cdfbcfe12d127c29b3de964b3400d68))
|
|
841
|
-
* **api:** api update ([d576bf7](https://github.com/Increase/increase-ruby/commit/d576bf7b4b1f3cc201cf63ef73c384fdaba766c5))
|
|
842
|
-
* **api:** api update ([05030a4](https://github.com/Increase/increase-ruby/commit/05030a4fc7232f9724c7ddaa2dc2592cbfd3edd6))
|
|
843
|
-
* **api:** api update ([67c1f0b](https://github.com/Increase/increase-ruby/commit/67c1f0b2926fe0a4d0d9abb4c86d36c0821b4b6a))
|
|
844
|
-
* **api:** api update ([70d6b93](https://github.com/Increase/increase-ruby/commit/70d6b937f554264a3b965f0278e9af20bb13f524))
|
|
845
|
-
* **api:** api update ([1caa411](https://github.com/Increase/increase-ruby/commit/1caa4112436ad6896121d27afdd4a06f406ac9a8))
|
|
846
|
-
* **api:** api update ([8f9e694](https://github.com/Increase/increase-ruby/commit/8f9e69431eca1427c939b902e793c1fe27490f7c))
|
|
847
|
-
* **api:** api update ([092b919](https://github.com/Increase/increase-ruby/commit/092b9196c87f3494f483d62b214b229ca26e1f58))
|
|
848
|
-
* **api:** api update ([e1dc24f](https://github.com/Increase/increase-ruby/commit/e1dc24f2a597da1fb4e51f9a648b1bccb35c583e))
|
|
849
|
-
* **api:** api update ([6aa76a0](https://github.com/Increase/increase-ruby/commit/6aa76a005943d4e9cf671360dcee9863e442835f))
|
|
850
|
-
* **api:** api update ([27f834c](https://github.com/Increase/increase-ruby/commit/27f834c3056d05eceaeedecffaef9876d23c3207))
|
|
851
|
-
* **api:** api update ([a9ab98b](https://github.com/Increase/increase-ruby/commit/a9ab98b9e29d37ff5a00e166eb53c25c1bcaccc4))
|
|
852
|
-
* **api:** api update ([8b8d2d6](https://github.com/Increase/increase-ruby/commit/8b8d2d63a92772d12202716c6e640a256cc710ad))
|
|
853
|
-
* **api:** api update ([52ab218](https://github.com/Increase/increase-ruby/commit/52ab218e2b9df867348b2512eba89077359d766a))
|
|
854
|
-
* **api:** api update ([8d4da8c](https://github.com/Increase/increase-ruby/commit/8d4da8ce0198334d123f78a9007b321ff12fb5d6))
|
|
855
|
-
* **api:** api update ([111a104](https://github.com/Increase/increase-ruby/commit/111a1045d994ccd58b6f14194322d764ef8cbb7f))
|
|
856
|
-
* **api:** api update ([a4d7fde](https://github.com/Increase/increase-ruby/commit/a4d7fded60123d3ee9ff7bb2c814e7a91deef931))
|
|
857
|
-
* **api:** api update ([81619dc](https://github.com/Increase/increase-ruby/commit/81619dc2ac3f2b68f5326c8e64be9dd674afd34e))
|
|
858
|
-
* **api:** api update ([098249e](https://github.com/Increase/increase-ruby/commit/098249e18aa22539c26a93e87d5ecbb262bb9183))
|
|
859
|
-
* **api:** api update ([11114af](https://github.com/Increase/increase-ruby/commit/11114af8856a05605a2b2091d0c31bae5c46bd22))
|
|
860
|
-
* **api:** api update ([0aa66a3](https://github.com/Increase/increase-ruby/commit/0aa66a3195f4efe263ac76df4ef7192623a0f5a8))
|
|
861
|
-
* **api:** api update ([0faec8e](https://github.com/Increase/increase-ruby/commit/0faec8e767f7679258cf8c0bf0179d7644e7ba70))
|
|
862
|
-
* **api:** api update ([65a3663](https://github.com/Increase/increase-ruby/commit/65a3663561976c1a6d63ab045e69177563f34416))
|
|
863
|
-
* **api:** api update ([3cf8a9d](https://github.com/Increase/increase-ruby/commit/3cf8a9d9253e87984e2d7886ac3e28be3971a76f))
|
|
864
|
-
* **api:** api update ([4242458](https://github.com/Increase/increase-ruby/commit/4242458875f37192735850ab74b10a012e13acf3))
|
|
865
|
-
* **api:** api update ([16f0dab](https://github.com/Increase/increase-ruby/commit/16f0dab6226fe15fe7940701ad6069a58bc53b5d))
|
|
866
|
-
* **api:** api update ([e2c60d1](https://github.com/Increase/increase-ruby/commit/e2c60d1ef601903aaa8b200710a558097e9f4278))
|
|
867
|
-
* **api:** api update ([6d86a6a](https://github.com/Increase/increase-ruby/commit/6d86a6afaf3717e5cce39cc681ecb880cb152062))
|
|
868
|
-
* **api:** api update ([1e2e703](https://github.com/Increase/increase-ruby/commit/1e2e70358f12d691c1e6e0352957ef0c25e0def7))
|
|
869
|
-
* **api:** api update ([2ff7de1](https://github.com/Increase/increase-ruby/commit/2ff7de1effe1f3e8ebc604de682682f06a34752b))
|
|
870
|
-
* **api:** api update ([aceb4f3](https://github.com/Increase/increase-ruby/commit/aceb4f3c59f2a0900583306ce30027a831549525))
|
|
871
|
-
* **api:** api update ([e46ae8f](https://github.com/Increase/increase-ruby/commit/e46ae8fe09873e7fded365dafac56aeefbcce73b))
|
|
872
|
-
* **api:** api update ([764783b](https://github.com/Increase/increase-ruby/commit/764783bd11d78eee36a65efb4fceaa4d8ad09bb2))
|
|
873
|
-
* **api:** api update ([723d38e](https://github.com/Increase/increase-ruby/commit/723d38eb40d3ab1403166954cce2327b5b757f85))
|
|
874
|
-
* **api:** api update ([83c266a](https://github.com/Increase/increase-ruby/commit/83c266a24ee743bdca87ebf5155fe4cb485ad097))
|
|
875
|
-
* **api:** api update ([900dbdd](https://github.com/Increase/increase-ruby/commit/900dbdd0fdecd5c00bb815f669b62853b1c79a57))
|
|
876
|
-
* **api:** api update ([229b3fd](https://github.com/Increase/increase-ruby/commit/229b3fdc43be28c9a2c3a18e1f2a8f7b6cdf4da0))
|
|
877
|
-
* **api:** api update ([b28917e](https://github.com/Increase/increase-ruby/commit/b28917e83e452e1f7995d33f5c1e8f5f348e4cd9))
|
|
878
|
-
* **api:** api update ([cbab315](https://github.com/Increase/increase-ruby/commit/cbab315aefb41453b15f6d40294447933ccad6fa))
|
|
879
|
-
* **api:** api update ([30413fd](https://github.com/Increase/increase-ruby/commit/30413fd094d82dda9a2ce63dfd5b02cc437e5edd))
|
|
880
|
-
* **api:** api update ([6bd1989](https://github.com/Increase/increase-ruby/commit/6bd198909a8273554fd61703b047b0900193cf92))
|
|
881
|
-
* **api:** api update ([75344a9](https://github.com/Increase/increase-ruby/commit/75344a9514d97b42e680910123ca5d7f157405ab))
|
|
882
|
-
* **api:** api update ([b7b5b4d](https://github.com/Increase/increase-ruby/commit/b7b5b4daa32fbdd9e98b67252a5dee579d98fab8))
|
|
883
|
-
* **api:** api update ([cd471d1](https://github.com/Increase/increase-ruby/commit/cd471d16f2026e09a7875c4d3d17a0236fc1253a))
|
|
884
|
-
* **api:** api update ([98cb040](https://github.com/Increase/increase-ruby/commit/98cb040f373612a7a336992d6bcf91b665a76941))
|
|
885
|
-
* **client:** add webhook support ([c873d85](https://github.com/Increase/increase-ruby/commit/c873d8586d280b9e0e13c6e564f68f17fa8d81e3))
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
### Bug Fixes
|
|
889
|
-
|
|
890
|
-
* calling `break` out of streams should be instantaneous ([d9d0a28](https://github.com/Increase/increase-ruby/commit/d9d0a289232863c2e6248afbd22d6ffdfd5bf846))
|
|
891
|
-
* **client:** always add content-length to post body, even when empty ([aef2fe6](https://github.com/Increase/increase-ruby/commit/aef2fe6cb55acc83a228a2acb3f0690dd7f82bef))
|
|
892
|
-
* **client:** loosen json header parsing ([c047ae2](https://github.com/Increase/increase-ruby/commit/c047ae28d54c3ece94f4be124b7bcc74763c9e6c))
|
|
893
|
-
* **internal:** correct multipart form field name encoding ([3ad55ce](https://github.com/Increase/increase-ruby/commit/3ad55ce5091836f9d17644ee1e245673b154b463))
|
|
894
|
-
* issue where json.parse errors when receiving HTTP 204 with nobody ([41bfa40](https://github.com/Increase/increase-ruby/commit/41bfa400871737c89342695a01bb2f65ed99a012))
|
|
895
|
-
* properly mock time in ruby ci tests ([89f7533](https://github.com/Increase/increase-ruby/commit/89f7533c558e7eba55dc2c741103fc6f1a47b945))
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
### Chores
|
|
899
|
-
|
|
900
|
-
* **ci:** skip lint on metadata-only changes ([316bbca](https://github.com/Increase/increase-ruby/commit/316bbca1aae545bc5d8b89d657241f2a84b82a61))
|
|
901
|
-
* **docs:** remove www prefix ([0a9b229](https://github.com/Increase/increase-ruby/commit/0a9b229d07e1646a9d41076313018a3c0327d149))
|
|
902
|
-
* **internal:** codegen related update ([5e62216](https://github.com/Increase/increase-ruby/commit/5e62216d033a720cf9efb23e46bf4dd1d214fa81))
|
|
903
|
-
* **internal:** codegen related update ([70fa568](https://github.com/Increase/increase-ruby/commit/70fa568124ffb341715b9036402c0db8ce9cb81a))
|
|
904
|
-
* **internal:** codegen related update ([cc5705d](https://github.com/Increase/increase-ruby/commit/cc5705d53a00de97ade9365f752dddbcaed07751))
|
|
905
|
-
* **internal:** codegen related update ([36a3ea8](https://github.com/Increase/increase-ruby/commit/36a3ea8ef2941bbe4f8251dab71fdbb8427b1cf8))
|
|
906
|
-
* **internal:** tweak CI branches ([e6bcade](https://github.com/Increase/increase-ruby/commit/e6bcade7f30bfcca40cf3f4e17066633a7c70dba))
|
|
907
|
-
* **internal:** update `actions/checkout` version ([998f9cd](https://github.com/Increase/increase-ruby/commit/998f9cdab36085daa153d3698ae196767034fd85))
|
|
908
|
-
* **internal:** update gitignore ([bb6dc26](https://github.com/Increase/increase-ruby/commit/bb6dc266b53b39dfe0903c0560fd595e51310949))
|
|
909
|
-
* move `cgi` into dependencies for ruby 4 ([24c9d9f](https://github.com/Increase/increase-ruby/commit/24c9d9fee4c206ffc5f49b81a896366c34a343ae))
|
|
910
|
-
* **tests:** bump steady to v0.19.4 ([704590b](https://github.com/Increase/increase-ruby/commit/704590b4e61fe317a42a8eab1d3f898e06363f66))
|
|
911
|
-
* **tests:** bump steady to v0.19.5 ([c4fca5c](https://github.com/Increase/increase-ruby/commit/c4fca5c3dc01ee9508767d674c7d7fbf44a43829))
|
|
912
|
-
* **tests:** bump steady to v0.19.6 ([1ed23ad](https://github.com/Increase/increase-ruby/commit/1ed23ada6e1fc6a5c8c026e2db84899c35cc4725))
|
|
913
|
-
* **tests:** bump steady to v0.19.7 ([32ea9a5](https://github.com/Increase/increase-ruby/commit/32ea9a542dc1af14dce1b8acdf078db3be837781))
|
|
914
|
-
* update mock server docs ([4d9d783](https://github.com/Increase/increase-ruby/commit/4d9d783cbead1701fea327429ac3f149610e3a40))
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
### Refactors
|
|
918
|
-
|
|
919
|
-
* **tests:** switch from prism to steady ([65ff0ba](https://github.com/Increase/increase-ruby/commit/65ff0bae7d21b9eb2f5d66ad4d9c39425b6aa613))
|
|
920
|
-
|
|
921
|
-
## 1.272.0 (2026-03-25)
|
|
922
|
-
|
|
923
|
-
Full Changelog: [v1.271.0...v1.272.0](https://github.com/Increase/increase-ruby/compare/v1.271.0...v1.272.0)
|
|
924
|
-
|
|
925
|
-
### Features
|
|
926
|
-
|
|
927
|
-
* **api:** api update ([e21339a](https://github.com/Increase/increase-ruby/commit/e21339adb4ae1b88f334460423ed374ff3243cca))
|
|
928
|
-
|
|
929
|
-
## 1.271.0 (2026-03-25)
|
|
930
|
-
|
|
931
|
-
Full Changelog: [v1.270.0...v1.271.0](https://github.com/Increase/increase-ruby/compare/v1.270.0...v1.271.0)
|
|
932
|
-
|
|
933
|
-
### Features
|
|
934
|
-
|
|
935
|
-
* **api:** api update ([c842962](https://github.com/Increase/increase-ruby/commit/c842962434294d2c84984a7c0b4315e0195e1a3a))
|
|
936
|
-
|
|
937
|
-
## 1.270.0 (2026-03-25)
|
|
938
|
-
|
|
939
|
-
Full Changelog: [v1.269.0...v1.270.0](https://github.com/Increase/increase-ruby/compare/v1.269.0...v1.270.0)
|
|
940
|
-
|
|
941
|
-
### Features
|
|
942
|
-
|
|
943
|
-
* **api:** api update ([967e2f6](https://github.com/Increase/increase-ruby/commit/967e2f6e2a0cc1474165bf1bbd81cc88b1c94d4f))
|
|
944
|
-
|
|
945
|
-
## 1.269.0 (2026-03-24)
|
|
946
|
-
|
|
947
|
-
Full Changelog: [v1.268.0...v1.269.0](https://github.com/Increase/increase-ruby/compare/v1.268.0...v1.269.0)
|
|
948
|
-
|
|
949
|
-
### Features
|
|
950
|
-
|
|
951
|
-
* **api:** api update ([a2fef35](https://github.com/Increase/increase-ruby/commit/a2fef35b582e081732a3b8e100d4b8a35ce460d6))
|
|
952
|
-
|
|
953
|
-
## 1.268.0 (2026-03-24)
|
|
954
|
-
|
|
955
|
-
Full Changelog: [v1.267.0...v1.268.0](https://github.com/Increase/increase-ruby/compare/v1.267.0...v1.268.0)
|
|
956
|
-
|
|
957
|
-
### Features
|
|
958
|
-
|
|
959
|
-
* **api:** api update ([b63d832](https://github.com/Increase/increase-ruby/commit/b63d83233aa99cdd3f1415a2d375fe927e8a5f7e))
|
|
960
|
-
|
|
961
|
-
## 1.267.0 (2026-03-24)
|
|
962
|
-
|
|
963
|
-
Full Changelog: [v1.266.0...v1.267.0](https://github.com/Increase/increase-ruby/compare/v1.266.0...v1.267.0)
|
|
964
|
-
|
|
965
|
-
### Features
|
|
966
|
-
|
|
967
|
-
* **api:** api update ([dbb0581](https://github.com/Increase/increase-ruby/commit/dbb05810285983b2d54ed9b1d36997f94201c860))
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
### Chores
|
|
971
|
-
|
|
972
|
-
* **ci:** skip lint on metadata-only changes ([f5f9efb](https://github.com/Increase/increase-ruby/commit/f5f9efbce8a00b9299b41a5bf91ff7efe25f6ca6))
|
|
973
|
-
* **tests:** bump steady to v0.19.7 ([a6a3a7a](https://github.com/Increase/increase-ruby/commit/a6a3a7a3d2d749f2a46ec24e4cec958230392930))
|
|
974
|
-
|
|
975
|
-
## 1.266.0 (2026-03-23)
|
|
976
|
-
|
|
977
|
-
Full Changelog: [v1.265.0...v1.266.0](https://github.com/Increase/increase-ruby/compare/v1.265.0...v1.266.0)
|
|
978
|
-
|
|
979
|
-
### Features
|
|
980
|
-
|
|
981
|
-
* **api:** api update ([dca7f03](https://github.com/Increase/increase-ruby/commit/dca7f03f785bf05a990ed941f59c6e9e40fa4bd9))
|
|
982
|
-
* **api:** api update ([f15aa93](https://github.com/Increase/increase-ruby/commit/f15aa93b3d6ae1dd294f25e1153f28248995f7e3))
|
|
983
|
-
* **api:** api update ([514fb64](https://github.com/Increase/increase-ruby/commit/514fb646057005074a8140bae2c34258b3dc854a))
|
|
984
|
-
* **api:** api update ([d47f389](https://github.com/Increase/increase-ruby/commit/d47f389c4c831d79b6afa51f5d77bdf9b0283c2a))
|
|
985
|
-
* **api:** api update ([bf75ccb](https://github.com/Increase/increase-ruby/commit/bf75ccbbc858f4140cf1de6261043f5477dfcfea))
|
|
986
|
-
* **api:** api update ([4401edc](https://github.com/Increase/increase-ruby/commit/4401edc2eccc7e23cf0dbff1043dfed3bb2ffbaf))
|
|
987
|
-
* **api:** api update ([a8f9781](https://github.com/Increase/increase-ruby/commit/a8f9781028df983df9274fc0a5b590a6215fff99))
|
|
988
|
-
* **api:** api update ([e222328](https://github.com/Increase/increase-ruby/commit/e222328aab64f3458322eef37873ac0067adf4bf))
|
|
989
|
-
* **api:** api update ([d6c776e](https://github.com/Increase/increase-ruby/commit/d6c776eae3d415cf592eb2d50eff86ecc45ea730))
|
|
990
|
-
* **api:** api update ([a7abdff](https://github.com/Increase/increase-ruby/commit/a7abdff25371dc04f8408cf7c499142f1ffb54d3))
|
|
991
|
-
* **api:** api update ([f7d74ec](https://github.com/Increase/increase-ruby/commit/f7d74ec547269cefb78232be3f86a1168d1e2461))
|
|
992
|
-
* **api:** api update ([ff314ab](https://github.com/Increase/increase-ruby/commit/ff314ab8e87249407ac4517962ff12e1bdaa0c47))
|
|
993
|
-
* **api:** api update ([70a43c9](https://github.com/Increase/increase-ruby/commit/70a43c9a4f3827e1e270382afbf9e1cf730f0906))
|
|
994
|
-
* **api:** api update ([71ebdbe](https://github.com/Increase/increase-ruby/commit/71ebdbe6510fbbb9b37ce7997c949ed803f89a02))
|
|
995
|
-
* **api:** api update ([8f6f005](https://github.com/Increase/increase-ruby/commit/8f6f005318c7081f2b2307afca2556ec514743cf))
|
|
996
|
-
* **api:** api update ([6dddf56](https://github.com/Increase/increase-ruby/commit/6dddf56e9795979c8d0101cdf03d0181db033fd8))
|
|
997
|
-
* **api:** api update ([e186f28](https://github.com/Increase/increase-ruby/commit/e186f280cbe9dba5b6fc3bf22f690b1ee8f5df91))
|
|
998
|
-
* **api:** api update ([0efc17e](https://github.com/Increase/increase-ruby/commit/0efc17ef7cf0549cba04e59f2c3ce8ade7a0f5bd))
|
|
999
|
-
* **api:** api update ([46f13fb](https://github.com/Increase/increase-ruby/commit/46f13fbc2c2d8c61b2ef81908ab1268b0daec9a1))
|
|
1000
|
-
* **api:** api update ([4047a90](https://github.com/Increase/increase-ruby/commit/4047a90a1133c0817e404b466e15eca2161537cc))
|
|
1001
|
-
* **api:** api update ([7ca6d0e](https://github.com/Increase/increase-ruby/commit/7ca6d0e11076849403646ab94384acf4be38e951))
|
|
1002
|
-
* **api:** api update ([685cdca](https://github.com/Increase/increase-ruby/commit/685cdca2c35f8c425e87d452adc112b555a812a2))
|
|
1003
|
-
* **api:** api update ([637b7dc](https://github.com/Increase/increase-ruby/commit/637b7dc6ff6934498094eb2a07a862d3a078d07f))
|
|
1004
|
-
* **api:** api update ([96de2a0](https://github.com/Increase/increase-ruby/commit/96de2a03d65c0b10ed3c079df031d54b2615e03a))
|
|
1005
|
-
* **api:** api update ([825556b](https://github.com/Increase/increase-ruby/commit/825556b82887af904b0b8ab5b9802a8e2a99c324))
|
|
1006
|
-
* **api:** api update ([bf1a7c1](https://github.com/Increase/increase-ruby/commit/bf1a7c1277906587fe2936e1a22b0d2600afa37d))
|
|
1007
|
-
* **api:** api update ([db50914](https://github.com/Increase/increase-ruby/commit/db5091471b34d8b77f3c033140e39ecf0fa17572))
|
|
1008
|
-
* **api:** api update ([a1fbe28](https://github.com/Increase/increase-ruby/commit/a1fbe28bc558d22af76914980c6ed28afcef7909))
|
|
1009
|
-
* **api:** api update ([d0e90a3](https://github.com/Increase/increase-ruby/commit/d0e90a3c94918124e74d1e07e5db94305582e2f5))
|
|
1010
|
-
* **api:** api update ([6559af9](https://github.com/Increase/increase-ruby/commit/6559af9d9552f0bdbb37f76c18ecdb73afbc212f))
|
|
1011
|
-
* **api:** api update ([cfada5f](https://github.com/Increase/increase-ruby/commit/cfada5f2d836be7a2812384112dbea652f50a063))
|
|
1012
|
-
* **api:** api update ([a983d19](https://github.com/Increase/increase-ruby/commit/a983d1940123f48578655ee17920f426bdbcea48))
|
|
1013
|
-
* **api:** api update ([e31a754](https://github.com/Increase/increase-ruby/commit/e31a754a01ebde6f6137a884980914149bcdecd0))
|
|
1014
|
-
* **api:** api update ([645195b](https://github.com/Increase/increase-ruby/commit/645195bd521ea964e9e45a8481da6a9fd4b6d8fa))
|
|
1015
|
-
* **api:** api update ([2d9f9cf](https://github.com/Increase/increase-ruby/commit/2d9f9cf21e6b687ad3d258f911c407d65f14efc1))
|
|
1016
|
-
* **api:** api update ([66feace](https://github.com/Increase/increase-ruby/commit/66feace168340eeddbe3ba3dc7b8e14367da26e3))
|
|
1017
|
-
* **api:** api update ([44a2122](https://github.com/Increase/increase-ruby/commit/44a2122e09ada53ea9a7bad2c1a7464efebac4f5))
|
|
1018
|
-
* **api:** api update ([66453f0](https://github.com/Increase/increase-ruby/commit/66453f0af0d45454683288f06335ba1810cf14a1))
|
|
1019
|
-
* **api:** api update ([7dc118e](https://github.com/Increase/increase-ruby/commit/7dc118ecddad0d55af30cdfa21dd17c35edcb1bb))
|
|
1020
|
-
* **api:** api update ([ddc3cd4](https://github.com/Increase/increase-ruby/commit/ddc3cd4884004ebf1fbafc1f5fa167ca1f4e426c))
|
|
1021
|
-
* **api:** api update ([fb5f4b5](https://github.com/Increase/increase-ruby/commit/fb5f4b56e93b5788f9a91cee8ede3101cbf68bc9))
|
|
1022
|
-
* **api:** api update ([8d54036](https://github.com/Increase/increase-ruby/commit/8d540364e842ef2d4b902a9bef64a7a8e06a1119))
|
|
1023
|
-
* **api:** api update ([db6601e](https://github.com/Increase/increase-ruby/commit/db6601e09d4bd7249a54d5392d48f7f63d13e056))
|
|
1024
|
-
* **api:** api update ([8138773](https://github.com/Increase/increase-ruby/commit/813877385707317ec80dee8cc74e5467dd6acaa5))
|
|
1025
|
-
* **api:** api update ([604cbbe](https://github.com/Increase/increase-ruby/commit/604cbbe5d1d9f99deaa46ed986e7663e2756b0fd))
|
|
1026
|
-
* **api:** api update ([cd57df1](https://github.com/Increase/increase-ruby/commit/cd57df1c07f29864b0e36d045da0a3d3dea37229))
|
|
1027
|
-
* **api:** api update ([efcfa51](https://github.com/Increase/increase-ruby/commit/efcfa5154c46aab88003a81d2efdd0b4f5cdc86b))
|
|
1028
|
-
* **api:** api update ([81dd29e](https://github.com/Increase/increase-ruby/commit/81dd29e9dfdb8299aaa1b41197f66a09a0711ca2))
|
|
1029
|
-
* **api:** api update ([cc6c884](https://github.com/Increase/increase-ruby/commit/cc6c8843f24bd39fe4a69d6edf9b3beb64ef5792))
|
|
1030
|
-
* **api:** api update ([b8cbdc8](https://github.com/Increase/increase-ruby/commit/b8cbdc86fbef7fcce3ac85a343889971b77c3a30))
|
|
1031
|
-
* **api:** api update ([d02efb1](https://github.com/Increase/increase-ruby/commit/d02efb177d58b0323bf73de2f3deeded92a0c185))
|
|
1032
|
-
* **api:** api update ([2f6fc4d](https://github.com/Increase/increase-ruby/commit/2f6fc4dbc127a023adcb3f72e0109ff37e438cd8))
|
|
1033
|
-
* **api:** api update ([8f4579a](https://github.com/Increase/increase-ruby/commit/8f4579a2a216731fe314953038ad9ee909d49148))
|
|
1034
|
-
* **api:** api update ([2ce4a69](https://github.com/Increase/increase-ruby/commit/2ce4a69b1c900c2bcc275023fb5143355f61d7fb))
|
|
1035
|
-
* **api:** api update ([10f88cf](https://github.com/Increase/increase-ruby/commit/10f88cfa5326ec0c3a5ba0bb3fc3c5eff9a3ba93))
|
|
1036
|
-
* **api:** api update ([00e40b7](https://github.com/Increase/increase-ruby/commit/00e40b7f0b1545a03d150056eb324008d28757a7))
|
|
1037
|
-
* **api:** api update ([6d5ae13](https://github.com/Increase/increase-ruby/commit/6d5ae13ad65d9357064023c4aadd89bd280a37dd))
|
|
1038
|
-
* **api:** api update ([3c7de8b](https://github.com/Increase/increase-ruby/commit/3c7de8be54ab3a3838bf3f531f0d9fcf4326f981))
|
|
1039
|
-
* **api:** api update ([477fc1d](https://github.com/Increase/increase-ruby/commit/477fc1d2d3e0ffa94d87bd38de8f9fa640b6d6b6))
|
|
1040
|
-
* **api:** api update ([8e4bd77](https://github.com/Increase/increase-ruby/commit/8e4bd77a9f6e38d6fb624f14de54158a1f5d8c47))
|
|
1041
|
-
* **api:** api update ([994c574](https://github.com/Increase/increase-ruby/commit/994c574e2a7b0ca88f389b0497b590cd3c12dfc1))
|
|
1042
|
-
* **api:** api update ([933d5be](https://github.com/Increase/increase-ruby/commit/933d5beb3f18163905c9f83ba7df18875bf01489))
|
|
1043
|
-
* **api:** api update ([19af3d3](https://github.com/Increase/increase-ruby/commit/19af3d3a57953bb6bb3eb70feab82483c7f15e19))
|
|
1044
|
-
* **api:** api update ([5b3d504](https://github.com/Increase/increase-ruby/commit/5b3d50412c6d0936cae8657e9d36ec49d2988eda))
|
|
1045
|
-
* **api:** api update ([21c63e6](https://github.com/Increase/increase-ruby/commit/21c63e65a7c7a4077af5dd863f125871b5726d85))
|
|
1046
|
-
* **api:** api update ([6e53b59](https://github.com/Increase/increase-ruby/commit/6e53b5915bd240411121268dd808b13d2bd3ab82))
|
|
1047
|
-
* **api:** api update ([c8a408a](https://github.com/Increase/increase-ruby/commit/c8a408a669f396435823a3c7bd3ca0a2aa978663))
|
|
1048
|
-
* **api:** api update ([a8fec40](https://github.com/Increase/increase-ruby/commit/a8fec40bf005e25dcbdeb20a820a232a7a896038))
|
|
1049
|
-
* **api:** api update ([1d50d86](https://github.com/Increase/increase-ruby/commit/1d50d86f1f11eb6bdaf6b04c8a847cbe4719d3b7))
|
|
1050
|
-
* **api:** api update ([bc9e64d](https://github.com/Increase/increase-ruby/commit/bc9e64deb4c9ec1da47bd0a234882f7acb624ad0))
|
|
1051
|
-
* **api:** api update ([17fab0d](https://github.com/Increase/increase-ruby/commit/17fab0dfc100c6ac9fa01ddb459cb5ed511e49d6))
|
|
1052
|
-
* **api:** api update ([5d17ef7](https://github.com/Increase/increase-ruby/commit/5d17ef766f6b516c5a9669b497565b6d5d7db71a))
|
|
1053
|
-
* **api:** api update ([28f6cee](https://github.com/Increase/increase-ruby/commit/28f6cee5a4346d0a0c7f6562e91319f90689d7b0))
|
|
1054
|
-
* **api:** api update ([f738a4c](https://github.com/Increase/increase-ruby/commit/f738a4ca9f5bf4da6aa89a71cf2618404e13e75d))
|
|
1055
|
-
* **api:** api update ([f4c26d1](https://github.com/Increase/increase-ruby/commit/f4c26d1b1cdfbcfe12d127c29b3de964b3400d68))
|
|
1056
|
-
* **api:** api update ([d576bf7](https://github.com/Increase/increase-ruby/commit/d576bf7b4b1f3cc201cf63ef73c384fdaba766c5))
|
|
1057
|
-
* **api:** api update ([05030a4](https://github.com/Increase/increase-ruby/commit/05030a4fc7232f9724c7ddaa2dc2592cbfd3edd6))
|
|
1058
|
-
* **api:** api update ([67c1f0b](https://github.com/Increase/increase-ruby/commit/67c1f0b2926fe0a4d0d9abb4c86d36c0821b4b6a))
|
|
1059
|
-
* **api:** api update ([70d6b93](https://github.com/Increase/increase-ruby/commit/70d6b937f554264a3b965f0278e9af20bb13f524))
|
|
1060
|
-
* **api:** api update ([1caa411](https://github.com/Increase/increase-ruby/commit/1caa4112436ad6896121d27afdd4a06f406ac9a8))
|
|
1061
|
-
* **api:** api update ([8f9e694](https://github.com/Increase/increase-ruby/commit/8f9e69431eca1427c939b902e793c1fe27490f7c))
|
|
1062
|
-
* **api:** api update ([092b919](https://github.com/Increase/increase-ruby/commit/092b9196c87f3494f483d62b214b229ca26e1f58))
|
|
1063
|
-
* **api:** api update ([e1dc24f](https://github.com/Increase/increase-ruby/commit/e1dc24f2a597da1fb4e51f9a648b1bccb35c583e))
|
|
1064
|
-
* **api:** api update ([6aa76a0](https://github.com/Increase/increase-ruby/commit/6aa76a005943d4e9cf671360dcee9863e442835f))
|
|
1065
|
-
* **api:** api update ([27f834c](https://github.com/Increase/increase-ruby/commit/27f834c3056d05eceaeedecffaef9876d23c3207))
|
|
1066
|
-
* **api:** api update ([a9ab98b](https://github.com/Increase/increase-ruby/commit/a9ab98b9e29d37ff5a00e166eb53c25c1bcaccc4))
|
|
1067
|
-
* **api:** api update ([8b8d2d6](https://github.com/Increase/increase-ruby/commit/8b8d2d63a92772d12202716c6e640a256cc710ad))
|
|
1068
|
-
* **api:** api update ([52ab218](https://github.com/Increase/increase-ruby/commit/52ab218e2b9df867348b2512eba89077359d766a))
|
|
1069
|
-
* **api:** api update ([8d4da8c](https://github.com/Increase/increase-ruby/commit/8d4da8ce0198334d123f78a9007b321ff12fb5d6))
|
|
1070
|
-
* **api:** api update ([111a104](https://github.com/Increase/increase-ruby/commit/111a1045d994ccd58b6f14194322d764ef8cbb7f))
|
|
1071
|
-
* **api:** api update ([a4d7fde](https://github.com/Increase/increase-ruby/commit/a4d7fded60123d3ee9ff7bb2c814e7a91deef931))
|
|
1072
|
-
* **api:** api update ([81619dc](https://github.com/Increase/increase-ruby/commit/81619dc2ac3f2b68f5326c8e64be9dd674afd34e))
|
|
1073
|
-
* **api:** api update ([098249e](https://github.com/Increase/increase-ruby/commit/098249e18aa22539c26a93e87d5ecbb262bb9183))
|
|
1074
|
-
* **api:** api update ([11114af](https://github.com/Increase/increase-ruby/commit/11114af8856a05605a2b2091d0c31bae5c46bd22))
|
|
1075
|
-
* **api:** api update ([0aa66a3](https://github.com/Increase/increase-ruby/commit/0aa66a3195f4efe263ac76df4ef7192623a0f5a8))
|
|
1076
|
-
* **api:** api update ([0faec8e](https://github.com/Increase/increase-ruby/commit/0faec8e767f7679258cf8c0bf0179d7644e7ba70))
|
|
1077
|
-
* **api:** api update ([65a3663](https://github.com/Increase/increase-ruby/commit/65a3663561976c1a6d63ab045e69177563f34416))
|
|
1078
|
-
* **api:** api update ([3cf8a9d](https://github.com/Increase/increase-ruby/commit/3cf8a9d9253e87984e2d7886ac3e28be3971a76f))
|
|
1079
|
-
* **api:** api update ([4242458](https://github.com/Increase/increase-ruby/commit/4242458875f37192735850ab74b10a012e13acf3))
|
|
1080
|
-
* **api:** api update ([16f0dab](https://github.com/Increase/increase-ruby/commit/16f0dab6226fe15fe7940701ad6069a58bc53b5d))
|
|
1081
|
-
* **api:** api update ([e2c60d1](https://github.com/Increase/increase-ruby/commit/e2c60d1ef601903aaa8b200710a558097e9f4278))
|
|
1082
|
-
* **api:** api update ([6d86a6a](https://github.com/Increase/increase-ruby/commit/6d86a6afaf3717e5cce39cc681ecb880cb152062))
|
|
1083
|
-
* **api:** api update ([1e2e703](https://github.com/Increase/increase-ruby/commit/1e2e70358f12d691c1e6e0352957ef0c25e0def7))
|
|
1084
|
-
* **api:** api update ([2ff7de1](https://github.com/Increase/increase-ruby/commit/2ff7de1effe1f3e8ebc604de682682f06a34752b))
|
|
1085
|
-
* **api:** api update ([aceb4f3](https://github.com/Increase/increase-ruby/commit/aceb4f3c59f2a0900583306ce30027a831549525))
|
|
1086
|
-
* **api:** api update ([e46ae8f](https://github.com/Increase/increase-ruby/commit/e46ae8fe09873e7fded365dafac56aeefbcce73b))
|
|
1087
|
-
* **api:** api update ([764783b](https://github.com/Increase/increase-ruby/commit/764783bd11d78eee36a65efb4fceaa4d8ad09bb2))
|
|
1088
|
-
* **api:** api update ([723d38e](https://github.com/Increase/increase-ruby/commit/723d38eb40d3ab1403166954cce2327b5b757f85))
|
|
1089
|
-
* **api:** api update ([83c266a](https://github.com/Increase/increase-ruby/commit/83c266a24ee743bdca87ebf5155fe4cb485ad097))
|
|
1090
|
-
* **api:** api update ([900dbdd](https://github.com/Increase/increase-ruby/commit/900dbdd0fdecd5c00bb815f669b62853b1c79a57))
|
|
1091
|
-
* **api:** api update ([229b3fd](https://github.com/Increase/increase-ruby/commit/229b3fdc43be28c9a2c3a18e1f2a8f7b6cdf4da0))
|
|
1092
|
-
* **api:** api update ([b28917e](https://github.com/Increase/increase-ruby/commit/b28917e83e452e1f7995d33f5c1e8f5f348e4cd9))
|
|
1093
|
-
* **api:** api update ([cbab315](https://github.com/Increase/increase-ruby/commit/cbab315aefb41453b15f6d40294447933ccad6fa))
|
|
1094
|
-
* **api:** api update ([30413fd](https://github.com/Increase/increase-ruby/commit/30413fd094d82dda9a2ce63dfd5b02cc437e5edd))
|
|
1095
|
-
* **api:** api update ([6bd1989](https://github.com/Increase/increase-ruby/commit/6bd198909a8273554fd61703b047b0900193cf92))
|
|
1096
|
-
* **api:** api update ([75344a9](https://github.com/Increase/increase-ruby/commit/75344a9514d97b42e680910123ca5d7f157405ab))
|
|
1097
|
-
* **api:** api update ([b7b5b4d](https://github.com/Increase/increase-ruby/commit/b7b5b4daa32fbdd9e98b67252a5dee579d98fab8))
|
|
1098
|
-
* **api:** api update ([cd471d1](https://github.com/Increase/increase-ruby/commit/cd471d16f2026e09a7875c4d3d17a0236fc1253a))
|
|
1099
|
-
* **api:** api update ([98cb040](https://github.com/Increase/increase-ruby/commit/98cb040f373612a7a336992d6bcf91b665a76941))
|
|
1100
|
-
* **api:** api update ([d2fa306](https://github.com/Increase/increase-ruby/commit/d2fa306621499ac6b07ca6d6af0b152a90f61067))
|
|
1101
|
-
* **api:** api update ([7fe9f53](https://github.com/Increase/increase-ruby/commit/7fe9f53257f365926ab045ad87866976714062d1))
|
|
1102
|
-
* **api:** api update ([67b8dbf](https://github.com/Increase/increase-ruby/commit/67b8dbfbdebd3a25a009b0e9483d3efc20fd47c1))
|
|
1103
|
-
* **api:** api update ([d5c3357](https://github.com/Increase/increase-ruby/commit/d5c33578cd9544b10047e3981970f0f79d0e67ad))
|
|
1104
|
-
* **api:** api update ([4319fa3](https://github.com/Increase/increase-ruby/commit/4319fa3aab70b389db23e6c3583f7f24dccd176b))
|
|
1105
|
-
* **api:** api update ([9af2d06](https://github.com/Increase/increase-ruby/commit/9af2d063181637e84b78c23b2379851b30a1e2c8))
|
|
1106
|
-
* **api:** api update ([af572b9](https://github.com/Increase/increase-ruby/commit/af572b982316d8ad976221aaecc78f6a4a5f1a77))
|
|
1107
|
-
* **client:** add webhook support ([c873d85](https://github.com/Increase/increase-ruby/commit/c873d8586d280b9e0e13c6e564f68f17fa8d81e3))
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
### Bug Fixes
|
|
1111
|
-
|
|
1112
|
-
* calling `break` out of streams should be instantaneous ([d9d0a28](https://github.com/Increase/increase-ruby/commit/d9d0a289232863c2e6248afbd22d6ffdfd5bf846))
|
|
1113
|
-
* **client:** always add content-length to post body, even when empty ([aef2fe6](https://github.com/Increase/increase-ruby/commit/aef2fe6cb55acc83a228a2acb3f0690dd7f82bef))
|
|
1114
|
-
* **client:** loosen json header parsing ([c047ae2](https://github.com/Increase/increase-ruby/commit/c047ae28d54c3ece94f4be124b7bcc74763c9e6c))
|
|
1115
|
-
* issue where json.parse errors when receiving HTTP 204 with nobody ([41bfa40](https://github.com/Increase/increase-ruby/commit/41bfa400871737c89342695a01bb2f65ed99a012))
|
|
1116
|
-
* properly mock time in ruby ci tests ([89f7533](https://github.com/Increase/increase-ruby/commit/89f7533c558e7eba55dc2c741103fc6f1a47b945))
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
### Chores
|
|
1120
|
-
|
|
1121
|
-
* **docs:** remove www prefix ([0a9b229](https://github.com/Increase/increase-ruby/commit/0a9b229d07e1646a9d41076313018a3c0327d149))
|
|
1122
|
-
* **internal:** codegen related update ([5e62216](https://github.com/Increase/increase-ruby/commit/5e62216d033a720cf9efb23e46bf4dd1d214fa81))
|
|
1123
|
-
* **internal:** codegen related update ([70fa568](https://github.com/Increase/increase-ruby/commit/70fa568124ffb341715b9036402c0db8ce9cb81a))
|
|
1124
|
-
* **internal:** codegen related update ([cc5705d](https://github.com/Increase/increase-ruby/commit/cc5705d53a00de97ade9365f752dddbcaed07751))
|
|
1125
|
-
* **internal:** codegen related update ([36a3ea8](https://github.com/Increase/increase-ruby/commit/36a3ea8ef2941bbe4f8251dab71fdbb8427b1cf8))
|
|
1126
|
-
* **internal:** tweak CI branches ([e6bcade](https://github.com/Increase/increase-ruby/commit/e6bcade7f30bfcca40cf3f4e17066633a7c70dba))
|
|
1127
|
-
* **internal:** update `actions/checkout` version ([998f9cd](https://github.com/Increase/increase-ruby/commit/998f9cdab36085daa153d3698ae196767034fd85))
|
|
1128
|
-
* **internal:** update gitignore ([4838ccc](https://github.com/Increase/increase-ruby/commit/4838ccc963e898e49c38e2fb0026656cf1e31cdb))
|
|
1129
|
-
* move `cgi` into dependencies for ruby 4 ([24c9d9f](https://github.com/Increase/increase-ruby/commit/24c9d9fee4c206ffc5f49b81a896366c34a343ae))
|
|
1130
|
-
* **tests:** bump steady to v0.19.4 ([704590b](https://github.com/Increase/increase-ruby/commit/704590b4e61fe317a42a8eab1d3f898e06363f66))
|
|
1131
|
-
* **tests:** bump steady to v0.19.5 ([c4fca5c](https://github.com/Increase/increase-ruby/commit/c4fca5c3dc01ee9508767d674c7d7fbf44a43829))
|
|
1132
|
-
* **tests:** bump steady to v0.19.6 ([d28fad1](https://github.com/Increase/increase-ruby/commit/d28fad1095e910e333b8dc859e38f36283c33a67))
|
|
1133
|
-
* update mock server docs ([4d9d783](https://github.com/Increase/increase-ruby/commit/4d9d783cbead1701fea327429ac3f149610e3a40))
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
### Refactors
|
|
1137
|
-
|
|
1138
|
-
* **tests:** switch from prism to steady ([65ff0ba](https://github.com/Increase/increase-ruby/commit/65ff0bae7d21b9eb2f5d66ad4d9c39425b6aa613))
|
|
1139
|
-
|
|
1140
|
-
## 1.265.0 (2026-03-21)
|
|
1141
|
-
|
|
1142
|
-
Full Changelog: [v1.264.0...v1.265.0](https://github.com/Increase/increase-ruby/compare/v1.264.0...v1.265.0)
|
|
1143
|
-
|
|
1144
|
-
### Features
|
|
1145
|
-
|
|
1146
|
-
* **api:** api update ([ba4d1d1](https://github.com/Increase/increase-ruby/commit/ba4d1d17e0b779d8e4cb4872bbe8fd200afb38cd))
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
### Chores
|
|
1150
|
-
|
|
1151
|
-
* **tests:** bump steady to v0.19.5 ([fa5eb7c](https://github.com/Increase/increase-ruby/commit/fa5eb7c1ad6334e4da6a55ef372b8550126da8a6))
|
|
1152
|
-
|
|
1153
|
-
## 1.264.0 (2026-03-20)
|
|
1154
|
-
|
|
1155
|
-
Full Changelog: [v1.263.0...v1.264.0](https://github.com/Increase/increase-ruby/compare/v1.263.0...v1.264.0)
|
|
1156
|
-
|
|
1157
|
-
### Features
|
|
1158
|
-
|
|
1159
|
-
* **api:** api update ([1b0b973](https://github.com/Increase/increase-ruby/commit/1b0b973d66f33f39fbec9b2962eddb1be5ccb116))
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
### Chores
|
|
1163
|
-
|
|
1164
|
-
* **tests:** bump steady to v0.19.4 ([46fcc3d](https://github.com/Increase/increase-ruby/commit/46fcc3d0fcb5d3b38169562440048df229c5d28c))
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
### Refactors
|
|
1168
|
-
|
|
1169
|
-
* **tests:** switch from prism to steady ([6e7cad0](https://github.com/Increase/increase-ruby/commit/6e7cad0a92bb8b02d632b0a9afe4439ca4c9fa82))
|
|
1170
|
-
|
|
1171
|
-
## 1.263.0 (2026-03-19)
|
|
1172
|
-
|
|
1173
|
-
Full Changelog: [v1.262.0...v1.263.0](https://github.com/Increase/increase-ruby/compare/v1.262.0...v1.263.0)
|
|
1174
|
-
|
|
1175
|
-
### Features
|
|
1176
|
-
|
|
1177
|
-
* **api:** api update ([3d3c01e](https://github.com/Increase/increase-ruby/commit/3d3c01ed92f3bf1c934d1c5607e3195828e48249))
|
|
1178
|
-
|
|
1179
|
-
## 1.262.0 (2026-03-19)
|
|
1180
|
-
|
|
1181
|
-
Full Changelog: [v1.261.0...v1.262.0](https://github.com/Increase/increase-ruby/compare/v1.261.0...v1.262.0)
|
|
1182
|
-
|
|
1183
|
-
### Features
|
|
1184
|
-
|
|
1185
|
-
* **api:** api update ([325e615](https://github.com/Increase/increase-ruby/commit/325e615c919f3227d89d969a80bf7abbd439df3b))
|
|
1186
|
-
|
|
1187
|
-
## 1.261.0 (2026-03-18)
|
|
1188
|
-
|
|
1189
|
-
Full Changelog: [v1.260.0...v1.261.0](https://github.com/Increase/increase-ruby/compare/v1.260.0...v1.261.0)
|
|
1190
|
-
|
|
1191
|
-
### Features
|
|
1192
|
-
|
|
1193
|
-
* **api:** api update ([f340950](https://github.com/Increase/increase-ruby/commit/f34095058142fc4db5d34c07f75fbe62db75f080))
|
|
1194
|
-
|
|
1195
|
-
## 1.260.0 (2026-03-18)
|
|
1196
|
-
|
|
1197
|
-
Full Changelog: [v1.259.0...v1.260.0](https://github.com/Increase/increase-ruby/compare/v1.259.0...v1.260.0)
|
|
1198
|
-
|
|
1199
|
-
### Features
|
|
1200
|
-
|
|
1201
|
-
* **api:** api update ([5a597e5](https://github.com/Increase/increase-ruby/commit/5a597e5c24be4b9fca143653200cafcd2382c0cb))
|
|
1202
|
-
|
|
1203
|
-
## 1.259.0 (2026-03-18)
|
|
1204
|
-
|
|
1205
|
-
Full Changelog: [v1.258.0...v1.259.0](https://github.com/Increase/increase-ruby/compare/v1.258.0...v1.259.0)
|
|
1206
|
-
|
|
1207
|
-
### Features
|
|
1208
|
-
|
|
1209
|
-
* **api:** api update ([5cb54ff](https://github.com/Increase/increase-ruby/commit/5cb54ffa72d3ce76ddad8bdb1eba83ff8abf89db))
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
### Chores
|
|
1213
|
-
|
|
1214
|
-
* **internal:** tweak CI branches ([8d5b90e](https://github.com/Increase/increase-ruby/commit/8d5b90e28e85a242a720375c9e9055226ddb450d))
|
|
1215
|
-
|
|
1216
|
-
## 1.258.0 (2026-03-16)
|
|
1217
|
-
|
|
1218
|
-
Full Changelog: [v1.257.0...v1.258.0](https://github.com/Increase/increase-ruby/compare/v1.257.0...v1.258.0)
|
|
1219
|
-
|
|
1220
|
-
### Features
|
|
1221
|
-
|
|
1222
|
-
* **api:** api update ([a2b5eaa](https://github.com/Increase/increase-ruby/commit/a2b5eaafd317d6c882e308227595a0da041b2b19))
|
|
1223
|
-
|
|
1224
|
-
## 1.257.0 (2026-03-16)
|
|
1225
|
-
|
|
1226
|
-
Full Changelog: [v1.256.0...v1.257.0](https://github.com/Increase/increase-ruby/compare/v1.256.0...v1.257.0)
|
|
1227
|
-
|
|
1228
|
-
### Features
|
|
1229
|
-
|
|
1230
|
-
* **api:** api update ([12de5d2](https://github.com/Increase/increase-ruby/commit/12de5d2f8c42641a9ed33e406715876089cebd9b))
|
|
1231
|
-
|
|
1232
|
-
## 1.256.0 (2026-03-16)
|
|
1233
|
-
|
|
1234
|
-
Full Changelog: [v1.255.0...v1.256.0](https://github.com/Increase/increase-ruby/compare/v1.255.0...v1.256.0)
|
|
1235
|
-
|
|
1236
|
-
### Features
|
|
1237
|
-
|
|
1238
|
-
* **api:** api update ([bdfa9c5](https://github.com/Increase/increase-ruby/commit/bdfa9c5ba103eab87eca3e207beb057765766053))
|
|
1239
|
-
|
|
1240
|
-
## 1.255.0 (2026-03-13)
|
|
1241
|
-
|
|
1242
|
-
Full Changelog: [v1.254.0...v1.255.0](https://github.com/Increase/increase-ruby/compare/v1.254.0...v1.255.0)
|
|
1243
|
-
|
|
1244
|
-
### Features
|
|
1245
|
-
|
|
1246
|
-
* **api:** api update ([fb7738c](https://github.com/Increase/increase-ruby/commit/fb7738cf952c59634ae2c60442d3b0060d8c23b8))
|
|
1247
|
-
|
|
1248
|
-
## 1.254.0 (2026-03-13)
|
|
1249
|
-
|
|
1250
|
-
Full Changelog: [v1.253.0...v1.254.0](https://github.com/Increase/increase-ruby/compare/v1.253.0...v1.254.0)
|
|
1251
|
-
|
|
1252
|
-
### Features
|
|
1253
|
-
|
|
1254
|
-
* **api:** api update ([ff88f04](https://github.com/Increase/increase-ruby/commit/ff88f04db6f580d04908ae94d7d12dcfd3e5e320))
|
|
1255
|
-
|
|
1256
|
-
## 1.253.0 (2026-03-13)
|
|
1257
|
-
|
|
1258
|
-
Full Changelog: [v1.252.0...v1.253.0](https://github.com/Increase/increase-ruby/compare/v1.252.0...v1.253.0)
|
|
1259
|
-
|
|
1260
|
-
### Features
|
|
1261
|
-
|
|
1262
|
-
* **api:** api update ([a483d4d](https://github.com/Increase/increase-ruby/commit/a483d4d9c06403335ecb3d81f59f4046f25a682a))
|
|
1263
|
-
|
|
1264
|
-
## 1.252.0 (2026-03-12)
|
|
1265
|
-
|
|
1266
|
-
Full Changelog: [v1.251.0...v1.252.0](https://github.com/Increase/increase-ruby/compare/v1.251.0...v1.252.0)
|
|
1267
|
-
|
|
1268
|
-
### Features
|
|
1269
|
-
|
|
1270
|
-
* **api:** api update ([83c1f81](https://github.com/Increase/increase-ruby/commit/83c1f81ff2f60859e9d9db3d3fd7924065bb4573))
|
|
1271
|
-
|
|
1272
|
-
## 1.251.0 (2026-03-12)
|
|
1273
|
-
|
|
1274
|
-
Full Changelog: [v1.250.0...v1.251.0](https://github.com/Increase/increase-ruby/compare/v1.250.0...v1.251.0)
|
|
1275
|
-
|
|
1276
|
-
### Features
|
|
1277
|
-
|
|
1278
|
-
* **api:** api update ([126d145](https://github.com/Increase/increase-ruby/commit/126d145166fd0f4da6a9e5ec8e5c7a6569053b40))
|
|
1279
|
-
* **api:** api update ([8dd3d2c](https://github.com/Increase/increase-ruby/commit/8dd3d2ccf94223fcae18ecc4511be427e699d54c))
|
|
1280
|
-
* **api:** api update ([0612b83](https://github.com/Increase/increase-ruby/commit/0612b830875e4ad90e04d28b6c84c9222f5c0d43))
|
|
1281
|
-
* **api:** api update ([dbebe41](https://github.com/Increase/increase-ruby/commit/dbebe4189586870bb68e3987ba30a5827438670c))
|
|
1282
|
-
|
|
1283
|
-
## 1.250.0 (2026-03-12)
|
|
1284
|
-
|
|
1285
|
-
Full Changelog: [v1.249.0...v1.250.0](https://github.com/Increase/increase-ruby/compare/v1.249.0...v1.250.0)
|
|
1286
|
-
|
|
1287
|
-
### Features
|
|
1288
|
-
|
|
1289
|
-
* **api:** api update ([7ebc531](https://github.com/Increase/increase-ruby/commit/7ebc5310d5083507af85b1550834fd7cf8197c6a))
|
|
1290
|
-
|
|
1291
|
-
## 1.249.0 (2026-03-12)
|
|
1292
|
-
|
|
1293
|
-
Full Changelog: [v1.248.0...v1.249.0](https://github.com/Increase/increase-ruby/compare/v1.248.0...v1.249.0)
|
|
1294
|
-
|
|
1295
|
-
### Features
|
|
1296
|
-
|
|
1297
|
-
* **api:** api update ([b39504e](https://github.com/Increase/increase-ruby/commit/b39504e3d1a396dcbab69610cf1171af44a43bf1))
|
|
1298
|
-
|
|
1299
|
-
## 1.248.0 (2026-03-12)
|
|
1300
|
-
|
|
1301
|
-
Full Changelog: [v1.247.0...v1.248.0](https://github.com/Increase/increase-ruby/compare/v1.247.0...v1.248.0)
|
|
1302
|
-
|
|
1303
|
-
### Features
|
|
1304
|
-
|
|
1305
|
-
* **api:** api update ([a898f55](https://github.com/Increase/increase-ruby/commit/a898f559f4c56bb1067639c81c41010234cd4351))
|
|
1306
|
-
|
|
1307
|
-
## 1.247.0 (2026-03-12)
|
|
1308
|
-
|
|
1309
|
-
Full Changelog: [v1.246.0...v1.247.0](https://github.com/Increase/increase-ruby/compare/v1.246.0...v1.247.0)
|
|
1310
|
-
|
|
1311
|
-
### Features
|
|
1312
|
-
|
|
1313
|
-
* **api:** api update ([eb21be2](https://github.com/Increase/increase-ruby/commit/eb21be29f956c26f627e95e5b6b3b6d38c30b946))
|
|
1314
|
-
|
|
1315
|
-
## 1.246.0 (2026-03-12)
|
|
1316
|
-
|
|
1317
|
-
Full Changelog: [v1.245.0...v1.246.0](https://github.com/Increase/increase-ruby/compare/v1.245.0...v1.246.0)
|
|
1318
|
-
|
|
1319
|
-
### Features
|
|
1320
|
-
|
|
1321
|
-
* **api:** api update ([1d13412](https://github.com/Increase/increase-ruby/commit/1d13412b23dcc2d2a95113fc5f8f40b04b6bd323))
|
|
1322
|
-
|
|
1323
|
-
## 1.245.0 (2026-03-12)
|
|
1324
|
-
|
|
1325
|
-
Full Changelog: [v1.244.0...v1.245.0](https://github.com/Increase/increase-ruby/compare/v1.244.0...v1.245.0)
|
|
1326
|
-
|
|
1327
|
-
### Features
|
|
1328
|
-
|
|
1329
|
-
* **api:** api update ([92af05a](https://github.com/Increase/increase-ruby/commit/92af05a3ccbe326343ba547df2276f25455124e3))
|
|
1330
|
-
|
|
1331
|
-
## 1.244.0 (2026-03-11)
|
|
1332
|
-
|
|
1333
|
-
Full Changelog: [v1.243.0...v1.244.0](https://github.com/Increase/increase-ruby/compare/v1.243.0...v1.244.0)
|
|
1334
|
-
|
|
1335
|
-
### Features
|
|
1336
|
-
|
|
1337
|
-
* **api:** api update ([5881594](https://github.com/Increase/increase-ruby/commit/5881594091e1695f2d69c17bd8018812c3822fba))
|
|
1338
|
-
|
|
1339
|
-
## 1.243.0 (2026-03-11)
|
|
1340
|
-
|
|
1341
|
-
Full Changelog: [v1.242.0...v1.243.0](https://github.com/Increase/increase-ruby/compare/v1.242.0...v1.243.0)
|
|
1342
|
-
|
|
1343
|
-
### Features
|
|
1344
|
-
|
|
1345
|
-
* **api:** api update ([8a6513b](https://github.com/Increase/increase-ruby/commit/8a6513bcf67ab8f7d66e55aa6df26d21af4abb3a))
|
|
1346
|
-
|
|
1347
|
-
## 1.242.0 (2026-03-11)
|
|
1348
|
-
|
|
1349
|
-
Full Changelog: [v1.241.0...v1.242.0](https://github.com/Increase/increase-ruby/compare/v1.241.0...v1.242.0)
|
|
1350
|
-
|
|
1351
|
-
### Features
|
|
1352
|
-
|
|
1353
|
-
* **client:** add webhook support ([227d6ab](https://github.com/Increase/increase-ruby/commit/227d6ab8bec444b348c61ae7b85969cd38dcd764))
|
|
1354
|
-
|
|
1355
|
-
## 1.241.0 (2026-03-11)
|
|
1356
|
-
|
|
1357
|
-
Full Changelog: [v1.240.0...v1.241.0](https://github.com/Increase/increase-ruby/compare/v1.240.0...v1.241.0)
|
|
1358
|
-
|
|
1359
|
-
### Features
|
|
1360
|
-
|
|
1361
|
-
* **api:** api update ([bb3ea5f](https://github.com/Increase/increase-ruby/commit/bb3ea5f6f2b649f19a38ba32b5f5ffd75e7cc9b0))
|
|
1362
|
-
|
|
1363
|
-
## 1.240.0 (2026-03-10)
|
|
1364
|
-
|
|
1365
|
-
Full Changelog: [v1.239.0...v1.240.0](https://github.com/Increase/increase-ruby/compare/v1.239.0...v1.240.0)
|
|
1366
|
-
|
|
1367
|
-
### Features
|
|
1368
|
-
|
|
1369
|
-
* **api:** api update ([7d15383](https://github.com/Increase/increase-ruby/commit/7d15383d8ed0da57d18f14e1467eaeb20ff7b5c3))
|
|
1370
|
-
|
|
1371
|
-
## 1.239.0 (2026-03-10)
|
|
1372
|
-
|
|
1373
|
-
Full Changelog: [v1.238.0...v1.239.0](https://github.com/Increase/increase-ruby/compare/v1.238.0...v1.239.0)
|
|
1374
|
-
|
|
1375
|
-
### Features
|
|
1376
|
-
|
|
1377
|
-
* **api:** api update ([1431693](https://github.com/Increase/increase-ruby/commit/14316937bb3c4a431a0beae5bb85a37b6d6910a0))
|
|
1378
|
-
|
|
1379
|
-
## 1.238.0 (2026-03-09)
|
|
1380
|
-
|
|
1381
|
-
Full Changelog: [v1.237.0...v1.238.0](https://github.com/Increase/increase-ruby/compare/v1.237.0...v1.238.0)
|
|
1382
|
-
|
|
1383
|
-
### Features
|
|
1384
|
-
|
|
1385
|
-
* **api:** api update ([1836a3f](https://github.com/Increase/increase-ruby/commit/1836a3ff6323ab99707b78598cb3762cf558c409))
|
|
1386
|
-
|
|
1387
|
-
## 1.237.0 (2026-03-09)
|
|
1388
|
-
|
|
1389
|
-
Full Changelog: [v1.236.0...v1.237.0](https://github.com/Increase/increase-ruby/compare/v1.236.0...v1.237.0)
|
|
1390
|
-
|
|
1391
|
-
### Features
|
|
1392
|
-
|
|
1393
|
-
* **api:** api update ([3cdf913](https://github.com/Increase/increase-ruby/commit/3cdf9134f8ed32fee781dae6570f9812130af33e))
|
|
1394
|
-
|
|
1395
|
-
## 1.236.0 (2026-03-09)
|
|
1396
|
-
|
|
1397
|
-
Full Changelog: [v1.235.0...v1.236.0](https://github.com/Increase/increase-ruby/compare/v1.235.0...v1.236.0)
|
|
1398
|
-
|
|
1399
|
-
### Features
|
|
1400
|
-
|
|
1401
|
-
* **api:** api update ([623031c](https://github.com/Increase/increase-ruby/commit/623031cc393227b42ffe118a755eec0ee63da7c3))
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
### Chores
|
|
1405
|
-
|
|
1406
|
-
* **internal:** codegen related update ([1c8b59d](https://github.com/Increase/increase-ruby/commit/1c8b59d98eb1a7cbe2c4c033debf7b671b963beb))
|
|
1407
|
-
|
|
1408
|
-
## 1.235.0 (2026-03-06)
|
|
1409
|
-
|
|
1410
|
-
Full Changelog: [v1.234.0...v1.235.0](https://github.com/Increase/increase-ruby/compare/v1.234.0...v1.235.0)
|
|
1411
|
-
|
|
1412
|
-
### Features
|
|
1413
|
-
|
|
1414
|
-
* **api:** api update ([1615eb2](https://github.com/Increase/increase-ruby/commit/1615eb20b76cee8d5258eff5049dbb5289cbe204))
|
|
1415
|
-
|
|
1416
|
-
## 1.234.0 (2026-03-06)
|
|
1417
|
-
|
|
1418
|
-
Full Changelog: [v1.233.0...v1.234.0](https://github.com/Increase/increase-ruby/compare/v1.233.0...v1.234.0)
|
|
1419
|
-
|
|
1420
|
-
### Features
|
|
1421
|
-
|
|
1422
|
-
* **api:** api update ([b6c7325](https://github.com/Increase/increase-ruby/commit/b6c7325c671925b430c9e2dba7a0b354589bb57d))
|
|
1423
|
-
|
|
1424
|
-
## 1.233.0 (2026-03-05)
|
|
1425
|
-
|
|
1426
|
-
Full Changelog: [v1.232.0...v1.233.0](https://github.com/Increase/increase-ruby/compare/v1.232.0...v1.233.0)
|
|
1427
|
-
|
|
1428
|
-
### Features
|
|
1429
|
-
|
|
1430
|
-
* **api:** api update ([b54bea1](https://github.com/Increase/increase-ruby/commit/b54bea11390a8b03669a6a332f153448e259d9c9))
|
|
1431
|
-
|
|
1432
|
-
## 1.232.0 (2026-03-05)
|
|
1433
|
-
|
|
1434
|
-
Full Changelog: [v1.231.0...v1.232.0](https://github.com/Increase/increase-ruby/compare/v1.231.0...v1.232.0)
|
|
1435
|
-
|
|
1436
|
-
### Features
|
|
1437
|
-
|
|
1438
|
-
* **api:** api update ([65e0b8f](https://github.com/Increase/increase-ruby/commit/65e0b8f40881298c3d7f9de56d6d5c44450d7d42))
|
|
1439
|
-
|
|
1440
|
-
## 1.231.0 (2026-03-05)
|
|
1441
|
-
|
|
1442
|
-
Full Changelog: [v1.230.0...v1.231.0](https://github.com/Increase/increase-ruby/compare/v1.230.0...v1.231.0)
|
|
1443
|
-
|
|
1444
|
-
### Features
|
|
1445
|
-
|
|
1446
|
-
* **api:** api update ([0924a4a](https://github.com/Increase/increase-ruby/commit/0924a4a54f1510a80b4bac5a2a282c36e94e08a4))
|
|
1447
|
-
|
|
1448
|
-
## 1.230.0 (2026-03-05)
|
|
1449
|
-
|
|
1450
|
-
Full Changelog: [v1.229.0...v1.230.0](https://github.com/Increase/increase-ruby/compare/v1.229.0...v1.230.0)
|
|
1451
|
-
|
|
1452
|
-
### Features
|
|
1453
|
-
|
|
1454
|
-
* **api:** api update ([a02c155](https://github.com/Increase/increase-ruby/commit/a02c155f39f7f44a541ad2151e1dfa14cc21c287))
|
|
1455
|
-
|
|
1456
|
-
## 1.229.0 (2026-03-05)
|
|
1457
|
-
|
|
1458
|
-
Full Changelog: [v1.228.0...v1.229.0](https://github.com/Increase/increase-ruby/compare/v1.228.0...v1.229.0)
|
|
1459
|
-
|
|
1460
|
-
### Features
|
|
1461
|
-
|
|
1462
|
-
* **api:** api update ([ece1a38](https://github.com/Increase/increase-ruby/commit/ece1a380172005d1ad991faf6dd7b65b0b12bcc7))
|
|
1463
|
-
|
|
1464
|
-
## 1.228.0 (2026-03-05)
|
|
1465
|
-
|
|
1466
|
-
Full Changelog: [v1.227.0...v1.228.0](https://github.com/Increase/increase-ruby/compare/v1.227.0...v1.228.0)
|
|
1467
|
-
|
|
1468
|
-
### Features
|
|
1469
|
-
|
|
1470
|
-
* **api:** api update ([88b35b9](https://github.com/Increase/increase-ruby/commit/88b35b9e87d4872c8c02c05c558dbfef029519c4))
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
### Chores
|
|
1474
|
-
|
|
1475
|
-
* **internal:** codegen related update ([419d48b](https://github.com/Increase/increase-ruby/commit/419d48be715557592bdc1400a27e29f7afd4914e))
|
|
1476
|
-
|
|
1477
|
-
## 1.227.0 (2026-03-05)
|
|
1478
|
-
|
|
1479
|
-
Full Changelog: [v1.226.0...v1.227.0](https://github.com/Increase/increase-ruby/compare/v1.226.0...v1.227.0)
|
|
1480
|
-
|
|
1481
|
-
### Features
|
|
1482
|
-
|
|
1483
|
-
* **api:** api update ([d0b15ba](https://github.com/Increase/increase-ruby/commit/d0b15ba11fd48ca1638a71a5b4d2304570ba0b98))
|
|
1484
|
-
|
|
1485
|
-
## 1.226.0 (2026-03-05)
|
|
1486
|
-
|
|
1487
|
-
Full Changelog: [v1.225.0...v1.226.0](https://github.com/Increase/increase-ruby/compare/v1.225.0...v1.226.0)
|
|
1488
|
-
|
|
1489
|
-
### Features
|
|
1490
|
-
|
|
1491
|
-
* **api:** api update ([e5cb2f5](https://github.com/Increase/increase-ruby/commit/e5cb2f59d4c4462b0254a1604fc2c3f89112683d))
|
|
1492
|
-
|
|
1493
|
-
## 1.225.0 (2026-03-04)
|
|
1494
|
-
|
|
1495
|
-
Full Changelog: [v1.224.0...v1.225.0](https://github.com/Increase/increase-ruby/compare/v1.224.0...v1.225.0)
|
|
1496
|
-
|
|
1497
|
-
### Features
|
|
1498
|
-
|
|
1499
|
-
* **api:** api update ([6dee90e](https://github.com/Increase/increase-ruby/commit/6dee90e1c29079f2eb8e7782301f32b9557832d9))
|
|
1500
|
-
|
|
1501
|
-
## 1.224.0 (2026-03-03)
|
|
1502
|
-
|
|
1503
|
-
Full Changelog: [v1.223.0...v1.224.0](https://github.com/Increase/increase-ruby/compare/v1.223.0...v1.224.0)
|
|
1504
|
-
|
|
1505
|
-
### Features
|
|
1506
|
-
|
|
1507
|
-
* **api:** api update ([ee63ebd](https://github.com/Increase/increase-ruby/commit/ee63ebd311ef9797f1c3531c1f5b8d6dc959ff7a))
|
|
1508
|
-
|
|
1509
|
-
## 1.223.0 (2026-03-03)
|
|
1510
|
-
|
|
1511
|
-
Full Changelog: [v1.222.0...v1.223.0](https://github.com/Increase/increase-ruby/compare/v1.222.0...v1.223.0)
|
|
1512
|
-
|
|
1513
|
-
### Features
|
|
1514
|
-
|
|
1515
|
-
* **api:** api update ([7c121a9](https://github.com/Increase/increase-ruby/commit/7c121a9ef6e556eb402d18dba06b6ebe44e07441))
|
|
1516
|
-
|
|
1517
|
-
## 1.222.0 (2026-03-03)
|
|
1518
|
-
|
|
1519
|
-
Full Changelog: [v1.221.0...v1.222.0](https://github.com/Increase/increase-ruby/compare/v1.221.0...v1.222.0)
|
|
1520
|
-
|
|
1521
|
-
### Features
|
|
1522
|
-
|
|
1523
|
-
* **api:** api update ([a773d1a](https://github.com/Increase/increase-ruby/commit/a773d1a55c6fa68f2600f317a967509cd2a91e7a))
|
|
1524
|
-
|
|
1525
|
-
## 1.221.0 (2026-03-03)
|
|
1526
|
-
|
|
1527
|
-
Full Changelog: [v1.220.0...v1.221.0](https://github.com/Increase/increase-ruby/compare/v1.220.0...v1.221.0)
|
|
1528
|
-
|
|
1529
|
-
### Features
|
|
1530
|
-
|
|
1531
|
-
* **api:** api update ([3cd867c](https://github.com/Increase/increase-ruby/commit/3cd867cb677a1d99441f21b30a25da513faf9a70))
|
|
1532
|
-
|
|
1533
|
-
## 1.220.0 (2026-03-03)
|
|
1534
|
-
|
|
1535
|
-
Full Changelog: [v1.219.0...v1.220.0](https://github.com/Increase/increase-ruby/compare/v1.219.0...v1.220.0)
|
|
1536
|
-
|
|
1537
|
-
### Features
|
|
1538
|
-
|
|
1539
|
-
* **api:** api update ([e1baf82](https://github.com/Increase/increase-ruby/commit/e1baf8273e15cca7f3cef02889f23628c0d9d5d9))
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
### Chores
|
|
1543
|
-
|
|
1544
|
-
* **internal:** codegen related update ([80d0a7b](https://github.com/Increase/increase-ruby/commit/80d0a7b329a7b52ec0d107bc8c7e3cb2575b6b86))
|
|
1545
|
-
|
|
1546
|
-
## 1.219.0 (2026-03-03)
|
|
1547
|
-
|
|
1548
|
-
Full Changelog: [v1.218.0...v1.219.0](https://github.com/Increase/increase-ruby/compare/v1.218.0...v1.219.0)
|
|
1549
|
-
|
|
1550
|
-
### Features
|
|
1551
|
-
|
|
1552
|
-
* **api:** api update ([f88f32f](https://github.com/Increase/increase-ruby/commit/f88f32f6d62a3e999d02607f80d60ec9583e5729))
|
|
1553
|
-
|
|
1554
|
-
## 1.218.0 (2026-03-02)
|
|
1555
|
-
|
|
1556
|
-
Full Changelog: [v1.217.0...v1.218.0](https://github.com/Increase/increase-ruby/compare/v1.217.0...v1.218.0)
|
|
1557
|
-
|
|
1558
|
-
### Features
|
|
1559
|
-
|
|
1560
|
-
* **api:** api update ([7dbf570](https://github.com/Increase/increase-ruby/commit/7dbf5703b250d0d377a6b713c3d09c6011d3ddc9))
|
|
1561
|
-
|
|
1562
|
-
## 1.217.0 (2026-03-02)
|
|
1563
|
-
|
|
1564
|
-
Full Changelog: [v1.216.0...v1.217.0](https://github.com/Increase/increase-ruby/compare/v1.216.0...v1.217.0)
|
|
1565
|
-
|
|
1566
|
-
### Features
|
|
1567
|
-
|
|
1568
|
-
* **api:** api update ([e890f47](https://github.com/Increase/increase-ruby/commit/e890f473afbe526a119d61b8a356177ca5bf4d95))
|
|
1569
|
-
|
|
1570
|
-
## 1.216.0 (2026-03-02)
|
|
1571
|
-
|
|
1572
|
-
Full Changelog: [v1.215.0...v1.216.0](https://github.com/Increase/increase-ruby/compare/v1.215.0...v1.216.0)
|
|
1573
|
-
|
|
1574
|
-
### Features
|
|
1575
|
-
|
|
1576
|
-
* **api:** api update ([6e07329](https://github.com/Increase/increase-ruby/commit/6e073299615730545a7cf68c349c07bcd2b5d14c))
|
|
1577
|
-
* **api:** api update ([af7d90d](https://github.com/Increase/increase-ruby/commit/af7d90d0ece4450d98ac47c5201b50f138e5f185))
|
|
1578
|
-
* **api:** api update ([e399c4f](https://github.com/Increase/increase-ruby/commit/e399c4fa6c32afa40a5270da4105f63b7f45f9de))
|
|
1579
|
-
|
|
1580
|
-
## 1.215.0 (2026-03-02)
|
|
1581
|
-
|
|
1582
|
-
Full Changelog: [v1.214.1...v1.215.0](https://github.com/Increase/increase-ruby/compare/v1.214.1...v1.215.0)
|
|
1583
|
-
|
|
1584
|
-
### Features
|
|
1585
|
-
|
|
1586
|
-
* **api:** api update ([33685ab](https://github.com/Increase/increase-ruby/commit/33685abf859f2fd95d6b44d6baf823680c652c03))
|
|
1587
|
-
* **api:** api update ([6d5ae13](https://github.com/Increase/increase-ruby/commit/6d5ae13ad65d9357064023c4aadd89bd280a37dd))
|
|
1588
|
-
* **api:** api update ([3c7de8b](https://github.com/Increase/increase-ruby/commit/3c7de8be54ab3a3838bf3f531f0d9fcf4326f981))
|
|
1589
|
-
* **api:** api update ([477fc1d](https://github.com/Increase/increase-ruby/commit/477fc1d2d3e0ffa94d87bd38de8f9fa640b6d6b6))
|
|
1590
|
-
* **api:** api update ([8e4bd77](https://github.com/Increase/increase-ruby/commit/8e4bd77a9f6e38d6fb624f14de54158a1f5d8c47))
|
|
1591
|
-
* **api:** api update ([994c574](https://github.com/Increase/increase-ruby/commit/994c574e2a7b0ca88f389b0497b590cd3c12dfc1))
|
|
1592
|
-
* **api:** api update ([933d5be](https://github.com/Increase/increase-ruby/commit/933d5beb3f18163905c9f83ba7df18875bf01489))
|
|
1593
|
-
* **api:** api update ([19af3d3](https://github.com/Increase/increase-ruby/commit/19af3d3a57953bb6bb3eb70feab82483c7f15e19))
|
|
1594
|
-
* **api:** api update ([5b3d504](https://github.com/Increase/increase-ruby/commit/5b3d50412c6d0936cae8657e9d36ec49d2988eda))
|
|
1595
|
-
* **api:** api update ([21c63e6](https://github.com/Increase/increase-ruby/commit/21c63e65a7c7a4077af5dd863f125871b5726d85))
|
|
1596
|
-
* **api:** api update ([6e53b59](https://github.com/Increase/increase-ruby/commit/6e53b5915bd240411121268dd808b13d2bd3ab82))
|
|
1597
|
-
* **api:** api update ([c8a408a](https://github.com/Increase/increase-ruby/commit/c8a408a669f396435823a3c7bd3ca0a2aa978663))
|
|
1598
|
-
* **api:** api update ([a8fec40](https://github.com/Increase/increase-ruby/commit/a8fec40bf005e25dcbdeb20a820a232a7a896038))
|
|
1599
|
-
* **api:** api update ([1d50d86](https://github.com/Increase/increase-ruby/commit/1d50d86f1f11eb6bdaf6b04c8a847cbe4719d3b7))
|
|
1600
|
-
* **api:** api update ([bc9e64d](https://github.com/Increase/increase-ruby/commit/bc9e64deb4c9ec1da47bd0a234882f7acb624ad0))
|
|
1601
|
-
* **api:** api update ([17fab0d](https://github.com/Increase/increase-ruby/commit/17fab0dfc100c6ac9fa01ddb459cb5ed511e49d6))
|
|
1602
|
-
* **api:** api update ([5d17ef7](https://github.com/Increase/increase-ruby/commit/5d17ef766f6b516c5a9669b497565b6d5d7db71a))
|
|
1603
|
-
* **api:** api update ([28f6cee](https://github.com/Increase/increase-ruby/commit/28f6cee5a4346d0a0c7f6562e91319f90689d7b0))
|
|
1604
|
-
* **api:** api update ([f738a4c](https://github.com/Increase/increase-ruby/commit/f738a4ca9f5bf4da6aa89a71cf2618404e13e75d))
|
|
1605
|
-
* **api:** api update ([f4c26d1](https://github.com/Increase/increase-ruby/commit/f4c26d1b1cdfbcfe12d127c29b3de964b3400d68))
|
|
1606
|
-
* **api:** api update ([d576bf7](https://github.com/Increase/increase-ruby/commit/d576bf7b4b1f3cc201cf63ef73c384fdaba766c5))
|
|
1607
|
-
* **api:** api update ([05030a4](https://github.com/Increase/increase-ruby/commit/05030a4fc7232f9724c7ddaa2dc2592cbfd3edd6))
|
|
1608
|
-
* **api:** api update ([67c1f0b](https://github.com/Increase/increase-ruby/commit/67c1f0b2926fe0a4d0d9abb4c86d36c0821b4b6a))
|
|
1609
|
-
* **api:** api update ([70d6b93](https://github.com/Increase/increase-ruby/commit/70d6b937f554264a3b965f0278e9af20bb13f524))
|
|
1610
|
-
* **api:** api update ([1caa411](https://github.com/Increase/increase-ruby/commit/1caa4112436ad6896121d27afdd4a06f406ac9a8))
|
|
1611
|
-
* **api:** api update ([8f9e694](https://github.com/Increase/increase-ruby/commit/8f9e69431eca1427c939b902e793c1fe27490f7c))
|
|
1612
|
-
* **api:** api update ([092b919](https://github.com/Increase/increase-ruby/commit/092b9196c87f3494f483d62b214b229ca26e1f58))
|
|
1613
|
-
* **api:** api update ([e1dc24f](https://github.com/Increase/increase-ruby/commit/e1dc24f2a597da1fb4e51f9a648b1bccb35c583e))
|
|
1614
|
-
* **api:** api update ([6aa76a0](https://github.com/Increase/increase-ruby/commit/6aa76a005943d4e9cf671360dcee9863e442835f))
|
|
1615
|
-
* **api:** api update ([27f834c](https://github.com/Increase/increase-ruby/commit/27f834c3056d05eceaeedecffaef9876d23c3207))
|
|
1616
|
-
* **api:** api update ([a9ab98b](https://github.com/Increase/increase-ruby/commit/a9ab98b9e29d37ff5a00e166eb53c25c1bcaccc4))
|
|
1617
|
-
* **api:** api update ([8b8d2d6](https://github.com/Increase/increase-ruby/commit/8b8d2d63a92772d12202716c6e640a256cc710ad))
|
|
1618
|
-
* **api:** api update ([52ab218](https://github.com/Increase/increase-ruby/commit/52ab218e2b9df867348b2512eba89077359d766a))
|
|
1619
|
-
* **api:** api update ([8d4da8c](https://github.com/Increase/increase-ruby/commit/8d4da8ce0198334d123f78a9007b321ff12fb5d6))
|
|
1620
|
-
* **api:** api update ([111a104](https://github.com/Increase/increase-ruby/commit/111a1045d994ccd58b6f14194322d764ef8cbb7f))
|
|
1621
|
-
* **api:** api update ([a4d7fde](https://github.com/Increase/increase-ruby/commit/a4d7fded60123d3ee9ff7bb2c814e7a91deef931))
|
|
1622
|
-
* **api:** api update ([81619dc](https://github.com/Increase/increase-ruby/commit/81619dc2ac3f2b68f5326c8e64be9dd674afd34e))
|
|
1623
|
-
* **api:** api update ([098249e](https://github.com/Increase/increase-ruby/commit/098249e18aa22539c26a93e87d5ecbb262bb9183))
|
|
1624
|
-
* **api:** api update ([11114af](https://github.com/Increase/increase-ruby/commit/11114af8856a05605a2b2091d0c31bae5c46bd22))
|
|
1625
|
-
* **api:** api update ([0aa66a3](https://github.com/Increase/increase-ruby/commit/0aa66a3195f4efe263ac76df4ef7192623a0f5a8))
|
|
1626
|
-
* **api:** api update ([0faec8e](https://github.com/Increase/increase-ruby/commit/0faec8e767f7679258cf8c0bf0179d7644e7ba70))
|
|
1627
|
-
* **api:** api update ([65a3663](https://github.com/Increase/increase-ruby/commit/65a3663561976c1a6d63ab045e69177563f34416))
|
|
1628
|
-
* **api:** api update ([3cf8a9d](https://github.com/Increase/increase-ruby/commit/3cf8a9d9253e87984e2d7886ac3e28be3971a76f))
|
|
1629
|
-
* **api:** api update ([4242458](https://github.com/Increase/increase-ruby/commit/4242458875f37192735850ab74b10a012e13acf3))
|
|
1630
|
-
* **api:** api update ([16f0dab](https://github.com/Increase/increase-ruby/commit/16f0dab6226fe15fe7940701ad6069a58bc53b5d))
|
|
1631
|
-
* **api:** api update ([e2c60d1](https://github.com/Increase/increase-ruby/commit/e2c60d1ef601903aaa8b200710a558097e9f4278))
|
|
1632
|
-
* **api:** api update ([6d86a6a](https://github.com/Increase/increase-ruby/commit/6d86a6afaf3717e5cce39cc681ecb880cb152062))
|
|
1633
|
-
* **api:** api update ([1e2e703](https://github.com/Increase/increase-ruby/commit/1e2e70358f12d691c1e6e0352957ef0c25e0def7))
|
|
1634
|
-
* **api:** api update ([2ff7de1](https://github.com/Increase/increase-ruby/commit/2ff7de1effe1f3e8ebc604de682682f06a34752b))
|
|
1635
|
-
* **api:** api update ([aceb4f3](https://github.com/Increase/increase-ruby/commit/aceb4f3c59f2a0900583306ce30027a831549525))
|
|
1636
|
-
* **api:** api update ([e46ae8f](https://github.com/Increase/increase-ruby/commit/e46ae8fe09873e7fded365dafac56aeefbcce73b))
|
|
1637
|
-
* **api:** api update ([764783b](https://github.com/Increase/increase-ruby/commit/764783bd11d78eee36a65efb4fceaa4d8ad09bb2))
|
|
1638
|
-
* **api:** api update ([723d38e](https://github.com/Increase/increase-ruby/commit/723d38eb40d3ab1403166954cce2327b5b757f85))
|
|
1639
|
-
* **api:** api update ([83c266a](https://github.com/Increase/increase-ruby/commit/83c266a24ee743bdca87ebf5155fe4cb485ad097))
|
|
1640
|
-
* **api:** api update ([900dbdd](https://github.com/Increase/increase-ruby/commit/900dbdd0fdecd5c00bb815f669b62853b1c79a57))
|
|
1641
|
-
* **api:** api update ([229b3fd](https://github.com/Increase/increase-ruby/commit/229b3fdc43be28c9a2c3a18e1f2a8f7b6cdf4da0))
|
|
1642
|
-
* **api:** api update ([b28917e](https://github.com/Increase/increase-ruby/commit/b28917e83e452e1f7995d33f5c1e8f5f348e4cd9))
|
|
1643
|
-
* **api:** api update ([cbab315](https://github.com/Increase/increase-ruby/commit/cbab315aefb41453b15f6d40294447933ccad6fa))
|
|
1644
|
-
* **api:** api update ([30413fd](https://github.com/Increase/increase-ruby/commit/30413fd094d82dda9a2ce63dfd5b02cc437e5edd))
|
|
1645
|
-
* **api:** api update ([6bd1989](https://github.com/Increase/increase-ruby/commit/6bd198909a8273554fd61703b047b0900193cf92))
|
|
1646
|
-
* **api:** api update ([75344a9](https://github.com/Increase/increase-ruby/commit/75344a9514d97b42e680910123ca5d7f157405ab))
|
|
1647
|
-
* **api:** api update ([b7b5b4d](https://github.com/Increase/increase-ruby/commit/b7b5b4daa32fbdd9e98b67252a5dee579d98fab8))
|
|
1648
|
-
* **api:** api update ([cd471d1](https://github.com/Increase/increase-ruby/commit/cd471d16f2026e09a7875c4d3d17a0236fc1253a))
|
|
1649
|
-
* **api:** api update ([98cb040](https://github.com/Increase/increase-ruby/commit/98cb040f373612a7a336992d6bcf91b665a76941))
|
|
1650
|
-
* **api:** api update ([d2fa306](https://github.com/Increase/increase-ruby/commit/d2fa306621499ac6b07ca6d6af0b152a90f61067))
|
|
1651
|
-
* **api:** api update ([7fe9f53](https://github.com/Increase/increase-ruby/commit/7fe9f53257f365926ab045ad87866976714062d1))
|
|
1652
|
-
* **api:** api update ([67b8dbf](https://github.com/Increase/increase-ruby/commit/67b8dbfbdebd3a25a009b0e9483d3efc20fd47c1))
|
|
1653
|
-
* **api:** api update ([d5c3357](https://github.com/Increase/increase-ruby/commit/d5c33578cd9544b10047e3981970f0f79d0e67ad))
|
|
1654
|
-
* **api:** api update ([4319fa3](https://github.com/Increase/increase-ruby/commit/4319fa3aab70b389db23e6c3583f7f24dccd176b))
|
|
1655
|
-
* **api:** api update ([9af2d06](https://github.com/Increase/increase-ruby/commit/9af2d063181637e84b78c23b2379851b30a1e2c8))
|
|
1656
|
-
* **api:** api update ([af572b9](https://github.com/Increase/increase-ruby/commit/af572b982316d8ad976221aaecc78f6a4a5f1a77))
|
|
1657
|
-
* **api:** api update ([1f69763](https://github.com/Increase/increase-ruby/commit/1f697636ec11e1be1c6b29868e17efafab663652))
|
|
1658
|
-
* **api:** api update ([fcc99bb](https://github.com/Increase/increase-ruby/commit/fcc99bb4df8d3bedd32b05c283ec0e758f5bbb07))
|
|
1659
|
-
* **api:** api update ([8934464](https://github.com/Increase/increase-ruby/commit/893446483706d46d4e55e13a13404d55952d1a8d))
|
|
1660
|
-
* **api:** api update ([1a75d55](https://github.com/Increase/increase-ruby/commit/1a75d55c6ba2e4629f73fe59c8da98b91dbbf6e6))
|
|
1661
|
-
* **api:** api update ([e158e28](https://github.com/Increase/increase-ruby/commit/e158e287076ada6b22460a4d519ee61d366809ee))
|
|
1662
|
-
* **api:** api update ([a5b9a26](https://github.com/Increase/increase-ruby/commit/a5b9a266ce8d21a6379ff88b3a64bda6f8739ee7))
|
|
1663
|
-
* **api:** api update ([917dbed](https://github.com/Increase/increase-ruby/commit/917dbed48314f83e54348cc62e0cb9779b9e098e))
|
|
1664
|
-
* **api:** api update ([b499e51](https://github.com/Increase/increase-ruby/commit/b499e5150485483eb890cfcf41c0609505b5e640))
|
|
1665
|
-
* **api:** api update ([05cd7de](https://github.com/Increase/increase-ruby/commit/05cd7debf4d1d58ce1c8ba8ef380b05ac6dc293b))
|
|
1666
|
-
* **api:** api update ([b28f5ff](https://github.com/Increase/increase-ruby/commit/b28f5ff86558c90251aff3e9790bcfbc260e2b4e))
|
|
1667
|
-
* **api:** api update ([5dc5562](https://github.com/Increase/increase-ruby/commit/5dc556283a86935a0e6cdf14e689488521f5d911))
|
|
1668
|
-
* **api:** api update ([b9c0b01](https://github.com/Increase/increase-ruby/commit/b9c0b01f603e14900df6d3cca45f9eac37fa1711))
|
|
1669
|
-
* **api:** api update ([5b60fe9](https://github.com/Increase/increase-ruby/commit/5b60fe952e54afc83811c61f4e93934986bad91e))
|
|
1670
|
-
* **api:** api update ([a1276ac](https://github.com/Increase/increase-ruby/commit/a1276ac28ce65b4a558c20636a19db11272a7e9d))
|
|
1671
|
-
* **api:** api update ([1c1ca70](https://github.com/Increase/increase-ruby/commit/1c1ca7099130256bd43aec7efb710e25afcf1889))
|
|
1672
|
-
* **api:** api update ([cef2a87](https://github.com/Increase/increase-ruby/commit/cef2a870042d3598be92dca27906748c832ca7c8))
|
|
1673
|
-
* **api:** api update ([def7765](https://github.com/Increase/increase-ruby/commit/def776572d6ae1c87e25b170540c9d8c40243a91))
|
|
1674
|
-
* **api:** api update ([a8ea234](https://github.com/Increase/increase-ruby/commit/a8ea23450bc324eaa7cf0b40c1bf035016d58348))
|
|
1675
|
-
* **api:** api update ([7a23d3c](https://github.com/Increase/increase-ruby/commit/7a23d3ca76f7db4df104d5999fa3476a3ab1878b))
|
|
1676
|
-
* **api:** api update ([5913eb0](https://github.com/Increase/increase-ruby/commit/5913eb0108a5d9b21c7f8bea443e6700799f01f7))
|
|
1677
|
-
* **api:** api update ([25b8e72](https://github.com/Increase/increase-ruby/commit/25b8e72296ea661cf37b4e128a30358e4ee46992))
|
|
1678
|
-
* **api:** api update ([8d194f8](https://github.com/Increase/increase-ruby/commit/8d194f8ab7aaf13a9f532699ef4e55601526ffc3))
|
|
1679
|
-
* **api:** api update ([e528779](https://github.com/Increase/increase-ruby/commit/e528779b176eb4353bdc69bfa5a5b719e511cb08))
|
|
1680
|
-
* **api:** api update ([79f154c](https://github.com/Increase/increase-ruby/commit/79f154c2f470444a71f7c6f0d9459a3afde8def7))
|
|
1681
|
-
* **api:** api update ([328af34](https://github.com/Increase/increase-ruby/commit/328af3444d8aaf03175360f2ceae494894763e70))
|
|
1682
|
-
* **api:** api update ([a677c19](https://github.com/Increase/increase-ruby/commit/a677c193f4c8d58725e64732944a2c63bb85c194))
|
|
1683
|
-
* **api:** api update ([f7565de](https://github.com/Increase/increase-ruby/commit/f7565def11ce2aadf5e947d672942c811391e052))
|
|
1684
|
-
* **api:** api update ([be908f4](https://github.com/Increase/increase-ruby/commit/be908f4310c85dbd6f48c66c7f4dfc203bbdc9a0))
|
|
1685
|
-
* **api:** api update ([a58dd6a](https://github.com/Increase/increase-ruby/commit/a58dd6a38c94f26e839a9a86db04ba54d5081a87))
|
|
1686
|
-
* **api:** api update ([06588a3](https://github.com/Increase/increase-ruby/commit/06588a32f65dd0a460e97d3ac7e166a43152022c))
|
|
1687
|
-
* **api:** api update ([1953f6e](https://github.com/Increase/increase-ruby/commit/1953f6e77fe6b972b0427c16db9d7ed0a9a7b540))
|
|
1688
|
-
* **api:** api update ([77b9b9e](https://github.com/Increase/increase-ruby/commit/77b9b9e5980a5a787b0be903566a85f4f8bbeac0))
|
|
1689
|
-
* **api:** api update ([c81e9db](https://github.com/Increase/increase-ruby/commit/c81e9db1085e45c267b5b77455f2a54d6b3b2a91))
|
|
1690
|
-
* **api:** api update ([fc39494](https://github.com/Increase/increase-ruby/commit/fc39494266a7bd75ae68f98a321de2cc994bb0e6))
|
|
1691
|
-
* **api:** api update ([179a189](https://github.com/Increase/increase-ruby/commit/179a189ef9af8980d9c5c62eb75197ff3e48a547))
|
|
1692
|
-
* **api:** api update ([3f3746d](https://github.com/Increase/increase-ruby/commit/3f3746de3d87d6db48afb3852819a8f3d9b18e91))
|
|
1693
|
-
* **api:** api update ([5386c3d](https://github.com/Increase/increase-ruby/commit/5386c3d7d00a80d5e889abc587ddf5e0f9495331))
|
|
1694
|
-
* **api:** api update ([581df67](https://github.com/Increase/increase-ruby/commit/581df675ae1c0a892887cb899f3fd5bc694cff9e))
|
|
1695
|
-
* **api:** api update ([840fa8d](https://github.com/Increase/increase-ruby/commit/840fa8d6587982f5827469441b9ec571f7ae3b5a))
|
|
1696
|
-
* **api:** api update ([505629f](https://github.com/Increase/increase-ruby/commit/505629f4b4e7015ec8c17aa41dffd1b5fb22c012))
|
|
1697
|
-
* **api:** api update ([5a6b953](https://github.com/Increase/increase-ruby/commit/5a6b953daa4f9a93576f08b0e3b6e8d6a4864564))
|
|
1698
|
-
* **api:** api update ([d129a03](https://github.com/Increase/increase-ruby/commit/d129a03a2bab85d01f9cfe40c9f947e596770fdd))
|
|
1699
|
-
* **api:** api update ([f2cde95](https://github.com/Increase/increase-ruby/commit/f2cde957678b37f174cb55b742b0b378dd732577))
|
|
1700
|
-
* **api:** api update ([1f3ba09](https://github.com/Increase/increase-ruby/commit/1f3ba092b30da5e9aaf30ad8787d5c3aa8452112))
|
|
1701
|
-
* **api:** api update ([f07e672](https://github.com/Increase/increase-ruby/commit/f07e672aa9b98e1d598d8dcb79c7b14c212c9c49))
|
|
1702
|
-
* **api:** api update ([0d0ff30](https://github.com/Increase/increase-ruby/commit/0d0ff30f1de006587b7ed76935931f8337514e64))
|
|
1703
|
-
* **api:** api update ([6fb6df5](https://github.com/Increase/increase-ruby/commit/6fb6df51a393a334700567d3449a82aad9f3f1f9))
|
|
1704
|
-
* **api:** api update ([134b6c4](https://github.com/Increase/increase-ruby/commit/134b6c46f2fe4c3727939516940325ca8138b399))
|
|
1705
|
-
* **api:** api update ([8220c88](https://github.com/Increase/increase-ruby/commit/8220c88f5d78d06f8f99b90c989a61925844038d))
|
|
1706
|
-
* **api:** api update ([1ad36cb](https://github.com/Increase/increase-ruby/commit/1ad36cb10916ac975c62790843cd9dc2f3557d0e))
|
|
1707
|
-
* handle thread interrupts in the core HTTP client ([70115d2](https://github.com/Increase/increase-ruby/commit/70115d22c9ae11a19bef051b345a94451d4a297c))
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
### Bug Fixes
|
|
1711
|
-
|
|
1712
|
-
* absolutely qualified uris should always override the default ([bc97e0b](https://github.com/Increase/increase-ruby/commit/bc97e0b7312761c7ea97637fe03b7c914c188ef4))
|
|
1713
|
-
* better thread safety via early initializing SSL store during HTTP client creation ([8c5dc84](https://github.com/Increase/increase-ruby/commit/8c5dc842c7a9876414f0bd89a8f194e1520330e4))
|
|
1714
|
-
* calling `break` out of streams should be instantaneous ([d9d0a28](https://github.com/Increase/increase-ruby/commit/d9d0a289232863c2e6248afbd22d6ffdfd5bf846))
|
|
1715
|
-
* **client:** always add content-length to post body, even when empty ([aef2fe6](https://github.com/Increase/increase-ruby/commit/aef2fe6cb55acc83a228a2acb3f0690dd7f82bef))
|
|
1716
|
-
* **client:** handle some Dispute objects as empty rather than unknown ([5a90aad](https://github.com/Increase/increase-ruby/commit/5a90aada76a2f04904aa414928ca83dc9ad0d9a3))
|
|
1717
|
-
* **client:** loosen json header parsing ([c047ae2](https://github.com/Increase/increase-ruby/commit/c047ae28d54c3ece94f4be124b7bcc74763c9e6c))
|
|
1718
|
-
* coroutine leaks from connection pool ([b8c304a](https://github.com/Increase/increase-ruby/commit/b8c304aee8e2098ff68226dbcfd5d23d5d5046de))
|
|
1719
|
-
* issue where json.parse errors when receiving HTTP 204 with nobody ([41bfa40](https://github.com/Increase/increase-ruby/commit/41bfa400871737c89342695a01bb2f65ed99a012))
|
|
1720
|
-
* properly mock time in ruby ci tests ([89f7533](https://github.com/Increase/increase-ruby/commit/89f7533c558e7eba55dc2c741103fc6f1a47b945))
|
|
1721
|
-
* should not reuse buffers for `IO.copy_stream` interop ([80123c1](https://github.com/Increase/increase-ruby/commit/80123c1d91a5dccf600e8ddbdd9d3c716e79d7c0))
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
### Chores
|
|
1725
|
-
|
|
1726
|
-
* bump dependency version and update sorbet types ([214fcce](https://github.com/Increase/increase-ruby/commit/214fcce5ca8c7c23f2922a84c1d6cc2e70ddf569))
|
|
1727
|
-
* **client:** send user-agent header ([d5d4ef2](https://github.com/Increase/increase-ruby/commit/d5d4ef21dbb6b5bfbe2894ee9e011daeece021bb))
|
|
1728
|
-
* **docs:** remove www prefix ([0a9b229](https://github.com/Increase/increase-ruby/commit/0a9b229d07e1646a9d41076313018a3c0327d149))
|
|
1729
|
-
* explicitly require "base64" gem ([420c62b](https://github.com/Increase/increase-ruby/commit/420c62bbaa0471cdbe06e223eb519bb3bc125a62))
|
|
1730
|
-
* ignore linter error for tests having large collections ([ec972f3](https://github.com/Increase/increase-ruby/commit/ec972f3a29c5c906d49ccbd703203ac74c4d6385))
|
|
1731
|
-
* **internal:** codegen related update ([8736612](https://github.com/Increase/increase-ruby/commit/873661224de9464379449bc823aa706bb8c2ecbb))
|
|
1732
|
-
* **internal:** update `actions/checkout` version ([998f9cd](https://github.com/Increase/increase-ruby/commit/998f9cdab36085daa153d3698ae196767034fd85))
|
|
1733
|
-
* move `cgi` into dependencies for ruby 4 ([24c9d9f](https://github.com/Increase/increase-ruby/commit/24c9d9fee4c206ffc5f49b81a896366c34a343ae))
|
|
1734
|
-
* update mock server docs ([4d9d783](https://github.com/Increase/increase-ruby/commit/4d9d783cbead1701fea327429ac3f149610e3a40))
|
|
1735
|
-
|
|
1736
|
-
## 1.214.1 (2026-02-26)
|
|
1737
|
-
|
|
1738
|
-
Full Changelog: [v1.214.0...v1.214.1](https://github.com/Increase/increase-ruby/compare/v1.214.0...v1.214.1)
|
|
1739
|
-
|
|
1740
|
-
### Bug Fixes
|
|
1741
|
-
|
|
1742
|
-
* properly mock time in ruby ci tests ([3a0feb8](https://github.com/Increase/increase-ruby/commit/3a0feb8c07b9060f4d369c4a1ed9318cf0027b47))
|
|
1743
|
-
|
|
1744
|
-
## 1.214.0 (2026-02-24)
|
|
1745
|
-
|
|
1746
|
-
Full Changelog: [v1.213.0...v1.214.0](https://github.com/Increase/increase-ruby/compare/v1.213.0...v1.214.0)
|
|
1747
|
-
|
|
1748
|
-
### Features
|
|
1749
|
-
|
|
1750
|
-
* **api:** api update ([2532271](https://github.com/Increase/increase-ruby/commit/2532271ab9be5fa33c760602895a30277f5859b6))
|
|
1751
|
-
|
|
1752
|
-
## 1.213.0 (2026-02-23)
|
|
1753
|
-
|
|
1754
|
-
Full Changelog: [v1.212.0...v1.213.0](https://github.com/Increase/increase-ruby/compare/v1.212.0...v1.213.0)
|
|
1755
|
-
|
|
1756
|
-
### Features
|
|
1757
|
-
|
|
1758
|
-
* **api:** api update ([27ad253](https://github.com/Increase/increase-ruby/commit/27ad253d411648e5e305016495f73495c31ccb0d))
|
|
1759
|
-
|
|
1760
|
-
## 1.212.0 (2026-02-23)
|
|
1761
|
-
|
|
1762
|
-
Full Changelog: [v1.211.0...v1.212.0](https://github.com/Increase/increase-ruby/compare/v1.211.0...v1.212.0)
|
|
1763
|
-
|
|
1764
|
-
### Features
|
|
1765
|
-
|
|
1766
|
-
* **api:** api update ([5b533a4](https://github.com/Increase/increase-ruby/commit/5b533a43964e40c6f7668a6614ea8275ca5686ba))
|
|
1767
|
-
|
|
1768
|
-
## 1.211.0 (2026-02-23)
|
|
1769
|
-
|
|
1770
|
-
Full Changelog: [v1.210.0...v1.211.0](https://github.com/Increase/increase-ruby/compare/v1.210.0...v1.211.0)
|
|
1771
|
-
|
|
1772
|
-
### Features
|
|
1773
|
-
|
|
1774
|
-
* **api:** api update ([915d9cc](https://github.com/Increase/increase-ruby/commit/915d9ccf3b0ac96031d9dd60241ec7180317d9ad))
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
### Chores
|
|
1778
|
-
|
|
1779
|
-
* update mock server docs ([2647d67](https://github.com/Increase/increase-ruby/commit/2647d67787d9d4db2b5cb543ceadaaed9014e11b))
|
|
1780
|
-
|
|
1781
|
-
## 1.210.0 (2026-02-18)
|
|
1782
|
-
|
|
1783
|
-
Full Changelog: [v1.209.0...v1.210.0](https://github.com/Increase/increase-ruby/compare/v1.209.0...v1.210.0)
|
|
1784
|
-
|
|
1785
|
-
### Features
|
|
1786
|
-
|
|
1787
|
-
* **api:** api update ([94b287f](https://github.com/Increase/increase-ruby/commit/94b287fcab61f856bc45512b38346d33d943771f))
|
|
1788
|
-
|
|
1789
|
-
## 1.209.0 (2026-02-14)
|
|
1790
|
-
|
|
1791
|
-
Full Changelog: [v1.208.0...v1.209.0](https://github.com/Increase/increase-ruby/compare/v1.208.0...v1.209.0)
|
|
1792
|
-
|
|
1793
|
-
### Features
|
|
1794
|
-
|
|
1795
|
-
* **api:** api update ([6d4eb47](https://github.com/Increase/increase-ruby/commit/6d4eb473a5825b70b0acf61e0eaea8dbbb161b16))
|
|
1796
|
-
|
|
1797
|
-
## 1.208.0 (2026-02-10)
|
|
1798
|
-
|
|
1799
|
-
Full Changelog: [v1.207.0...v1.208.0](https://github.com/Increase/increase-ruby/compare/v1.207.0...v1.208.0)
|
|
1800
|
-
|
|
1801
|
-
### Features
|
|
1802
|
-
|
|
1803
|
-
* **api:** api update ([1df52dd](https://github.com/Increase/increase-ruby/commit/1df52dd9ceb238bbe0e9c9e85052199cb21658ee))
|
|
1804
|
-
|
|
1805
|
-
## 1.207.0 (2026-02-10)
|
|
1806
|
-
|
|
1807
|
-
Full Changelog: [v1.206.0...v1.207.0](https://github.com/Increase/increase-ruby/compare/v1.206.0...v1.207.0)
|
|
1808
|
-
|
|
1809
|
-
### Features
|
|
1810
|
-
|
|
1811
|
-
* **api:** api update ([85a2643](https://github.com/Increase/increase-ruby/commit/85a2643c9ae05bc8c9111e957ca524bed2ba07d0))
|
|
1812
|
-
|
|
1813
|
-
## 1.206.0 (2026-02-10)
|
|
1814
|
-
|
|
1815
|
-
Full Changelog: [v1.205.0...v1.206.0](https://github.com/Increase/increase-ruby/compare/v1.205.0...v1.206.0)
|
|
1816
|
-
|
|
1817
|
-
### Features
|
|
1818
|
-
|
|
1819
|
-
* **api:** api update ([e4c353a](https://github.com/Increase/increase-ruby/commit/e4c353a99606a2fdfda9238efa8a4209bd6e93ad))
|
|
1820
|
-
|
|
1821
|
-
## 1.205.0 (2026-02-07)
|
|
1822
|
-
|
|
1823
|
-
Full Changelog: [v1.204.0...v1.205.0](https://github.com/Increase/increase-ruby/compare/v1.204.0...v1.205.0)
|
|
1824
|
-
|
|
1825
|
-
### Features
|
|
1826
|
-
|
|
1827
|
-
* **api:** api update ([2cfbf48](https://github.com/Increase/increase-ruby/commit/2cfbf484dc0b54d67f94891c4f0894024a447d82))
|
|
1828
|
-
|
|
1829
|
-
## 1.204.0 (2026-02-07)
|
|
1830
|
-
|
|
1831
|
-
Full Changelog: [v1.203.0...v1.204.0](https://github.com/Increase/increase-ruby/compare/v1.203.0...v1.204.0)
|
|
1832
|
-
|
|
1833
|
-
### Features
|
|
1834
|
-
|
|
1835
|
-
* **api:** api update ([eb834f0](https://github.com/Increase/increase-ruby/commit/eb834f0ed9bfdec907c8c6e78fb5d102c9e24694))
|
|
1836
|
-
|
|
1837
|
-
## 1.203.0 (2026-02-06)
|
|
1838
|
-
|
|
1839
|
-
Full Changelog: [v1.202.1...v1.203.0](https://github.com/Increase/increase-ruby/compare/v1.202.1...v1.203.0)
|
|
1840
|
-
|
|
1841
|
-
### Features
|
|
1842
|
-
|
|
1843
|
-
* **api:** api update ([ee29957](https://github.com/Increase/increase-ruby/commit/ee299579540ba0ba073ff96eddc4525d514076ca))
|
|
1844
|
-
|
|
1845
|
-
## 1.202.1 (2026-02-06)
|
|
1846
|
-
|
|
1847
|
-
Full Changelog: [v1.202.0...v1.202.1](https://github.com/Increase/increase-ruby/compare/v1.202.0...v1.202.1)
|
|
1848
|
-
|
|
1849
|
-
### Bug Fixes
|
|
1850
|
-
|
|
1851
|
-
* **client:** loosen json header parsing ([3e86c14](https://github.com/Increase/increase-ruby/commit/3e86c148869c291677ffd1169c01629efcbd017c))
|
|
1852
|
-
|
|
1853
|
-
## 1.202.0 (2026-02-06)
|
|
1854
|
-
|
|
1855
|
-
Full Changelog: [v1.201.0...v1.202.0](https://github.com/Increase/increase-ruby/compare/v1.201.0...v1.202.0)
|
|
1856
|
-
|
|
1857
|
-
### Features
|
|
1858
|
-
|
|
1859
|
-
* **api:** api update ([058e184](https://github.com/Increase/increase-ruby/commit/058e184f8c2c5e21021e17bca856ac9731c5fc52))
|
|
1860
|
-
|
|
1861
|
-
## 1.201.0 (2026-02-05)
|
|
1862
|
-
|
|
1863
|
-
Full Changelog: [v1.200.0...v1.201.0](https://github.com/Increase/increase-ruby/compare/v1.200.0...v1.201.0)
|
|
1864
|
-
|
|
1865
|
-
### Features
|
|
1866
|
-
|
|
1867
|
-
* **api:** api update ([28f77cf](https://github.com/Increase/increase-ruby/commit/28f77cfa917e80b7e15d1b93b89deccf7d15d303))
|
|
1868
|
-
|
|
1869
|
-
## 1.200.0 (2026-02-05)
|
|
1870
|
-
|
|
1871
|
-
Full Changelog: [v1.199.0...v1.200.0](https://github.com/Increase/increase-ruby/compare/v1.199.0...v1.200.0)
|
|
1872
|
-
|
|
1873
|
-
### Features
|
|
1874
|
-
|
|
1875
|
-
* **api:** api update ([384b3e6](https://github.com/Increase/increase-ruby/commit/384b3e658511e0eae3e01aa17f5c59c32a013f44))
|
|
1876
|
-
|
|
1877
|
-
## 1.199.0 (2026-02-04)
|
|
1878
|
-
|
|
1879
|
-
Full Changelog: [v1.198.0...v1.199.0](https://github.com/Increase/increase-ruby/compare/v1.198.0...v1.199.0)
|
|
1880
|
-
|
|
1881
|
-
### Features
|
|
1882
|
-
|
|
1883
|
-
* **api:** api update ([de7b766](https://github.com/Increase/increase-ruby/commit/de7b766b843c02c8e043f8d298f77427ca7c3485))
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
### Chores
|
|
1887
|
-
|
|
1888
|
-
* **docs:** remove www prefix ([fa1ee72](https://github.com/Increase/increase-ruby/commit/fa1ee72b443b9f47e715ab1ef545b05fa027643a))
|
|
1889
|
-
|
|
1890
|
-
## 1.198.0 (2026-02-04)
|
|
1891
|
-
|
|
1892
|
-
Full Changelog: [v1.197.0...v1.198.0](https://github.com/Increase/increase-ruby/compare/v1.197.0...v1.198.0)
|
|
1893
|
-
|
|
1894
|
-
### Features
|
|
1895
|
-
|
|
1896
|
-
* **api:** api update ([65a0591](https://github.com/Increase/increase-ruby/commit/65a05912ac1d3f755f28826cd581f134bcf72c4d))
|
|
1897
|
-
|
|
1898
|
-
## 1.197.0 (2026-02-03)
|
|
1899
|
-
|
|
1900
|
-
Full Changelog: [v1.196.0...v1.197.0](https://github.com/Increase/increase-ruby/compare/v1.196.0...v1.197.0)
|
|
1901
|
-
|
|
1902
|
-
### Features
|
|
1903
|
-
|
|
1904
|
-
* **api:** api update ([afef769](https://github.com/Increase/increase-ruby/commit/afef769328f334db3ef6c88104753664da8ba3bc))
|
|
1905
|
-
|
|
1906
|
-
## 1.196.0 (2026-02-03)
|
|
1907
|
-
|
|
1908
|
-
Full Changelog: [v1.195.0...v1.196.0](https://github.com/Increase/increase-ruby/compare/v1.195.0...v1.196.0)
|
|
1909
|
-
|
|
1910
|
-
### Features
|
|
1911
|
-
|
|
1912
|
-
* **api:** api update ([f6a121d](https://github.com/Increase/increase-ruby/commit/f6a121df12f7c54dc6fa6581f8d84681e0e9a656))
|
|
1913
|
-
|
|
1914
|
-
## 1.195.0 (2026-02-03)
|
|
1915
|
-
|
|
1916
|
-
Full Changelog: [v1.194.0...v1.195.0](https://github.com/Increase/increase-ruby/compare/v1.194.0...v1.195.0)
|
|
1917
|
-
|
|
1918
|
-
### Features
|
|
1919
|
-
|
|
1920
|
-
* **api:** api update ([46e1324](https://github.com/Increase/increase-ruby/commit/46e13245b8d293cdcaf0b3f52dd2853b17c1bff9))
|
|
1921
|
-
|
|
1922
|
-
## 1.194.0 (2026-02-02)
|
|
1923
|
-
|
|
1924
|
-
Full Changelog: [v1.193.0...v1.194.0](https://github.com/Increase/increase-ruby/compare/v1.193.0...v1.194.0)
|
|
1925
|
-
|
|
1926
|
-
### Features
|
|
1927
|
-
|
|
1928
|
-
* **api:** api update ([327b2dd](https://github.com/Increase/increase-ruby/commit/327b2dd6a6aa75ce46e0488206781d0acbd2a4eb))
|
|
1929
|
-
|
|
1930
|
-
## 1.193.0 (2026-02-02)
|
|
1931
|
-
|
|
1932
|
-
Full Changelog: [v1.192.1...v1.193.0](https://github.com/Increase/increase-ruby/compare/v1.192.1...v1.193.0)
|
|
1933
|
-
|
|
1934
|
-
### Features
|
|
1935
|
-
|
|
1936
|
-
* **api:** api update ([1746e10](https://github.com/Increase/increase-ruby/commit/1746e109dcba41f5815eedadd2cff82808f0906f))
|
|
1937
|
-
* **api:** api update ([8357e01](https://github.com/Increase/increase-ruby/commit/8357e01742ed70449019a2b488e429bf0d6560e3))
|
|
1938
|
-
* **api:** api update ([130e648](https://github.com/Increase/increase-ruby/commit/130e64800d44fef9a082670ab9c54eabf921b290))
|
|
1939
|
-
|
|
1940
|
-
## 1.192.1 (2026-02-02)
|
|
1941
|
-
|
|
1942
|
-
Full Changelog: [v1.192.0...v1.192.1](https://github.com/Increase/increase-ruby/compare/v1.192.0...v1.192.1)
|
|
1943
|
-
|
|
1944
|
-
### Bug Fixes
|
|
1945
|
-
|
|
1946
|
-
* **client:** always add content-length to post body, even when empty ([3fca76b](https://github.com/Increase/increase-ruby/commit/3fca76b749a1836451c60452d86ffddc9bb8ce6c))
|
|
1947
|
-
|
|
1948
|
-
## 1.192.0 (2026-01-31)
|
|
1949
|
-
|
|
1950
|
-
Full Changelog: [v1.191.0...v1.192.0](https://github.com/Increase/increase-ruby/compare/v1.191.0...v1.192.0)
|
|
1951
|
-
|
|
1952
|
-
### Features
|
|
1953
|
-
|
|
1954
|
-
* **api:** api update ([a8ffb0d](https://github.com/Increase/increase-ruby/commit/a8ffb0d26def947f539725399b031fd018d46615))
|
|
1955
|
-
|
|
1956
|
-
## 1.191.0 (2026-01-30)
|
|
1957
|
-
|
|
1958
|
-
Full Changelog: [v1.190.0...v1.191.0](https://github.com/Increase/increase-ruby/compare/v1.190.0...v1.191.0)
|
|
1959
|
-
|
|
1960
|
-
### Features
|
|
1961
|
-
|
|
1962
|
-
* **api:** api update ([45b7378](https://github.com/Increase/increase-ruby/commit/45b7378628733d8461b9cb85b76e005823c2d03c))
|
|
1963
|
-
|
|
1964
|
-
## 1.190.0 (2026-01-30)
|
|
1965
|
-
|
|
1966
|
-
Full Changelog: [v1.189.0...v1.190.0](https://github.com/Increase/increase-ruby/compare/v1.189.0...v1.190.0)
|
|
1967
|
-
|
|
1968
|
-
### Features
|
|
1969
|
-
|
|
1970
|
-
* **api:** api update ([f7cc074](https://github.com/Increase/increase-ruby/commit/f7cc0747c6b88057f4d8cfa995b15069062d222c))
|
|
1971
|
-
|
|
1972
|
-
## 1.189.0 (2026-01-30)
|
|
1973
|
-
|
|
1974
|
-
Full Changelog: [v1.188.0...v1.189.0](https://github.com/Increase/increase-ruby/compare/v1.188.0...v1.189.0)
|
|
1975
|
-
|
|
1976
|
-
### Features
|
|
1977
|
-
|
|
1978
|
-
* **api:** api update ([e8708e4](https://github.com/Increase/increase-ruby/commit/e8708e4623934db6877f7fce9e49a908181dcaa1))
|
|
1979
|
-
|
|
1980
|
-
## 1.188.0 (2026-01-30)
|
|
1981
|
-
|
|
1982
|
-
Full Changelog: [v1.187.0...v1.188.0](https://github.com/Increase/increase-ruby/compare/v1.187.0...v1.188.0)
|
|
1983
|
-
|
|
1984
|
-
### Features
|
|
1985
|
-
|
|
1986
|
-
* **api:** api update ([edc7e8c](https://github.com/Increase/increase-ruby/commit/edc7e8c374bf5a108ea08346136ed22be11beca2))
|
|
1987
|
-
|
|
1988
|
-
## 1.187.0 (2026-01-30)
|
|
1989
|
-
|
|
1990
|
-
Full Changelog: [v1.186.0...v1.187.0](https://github.com/Increase/increase-ruby/compare/v1.186.0...v1.187.0)
|
|
1991
|
-
|
|
1992
|
-
### Features
|
|
1993
|
-
|
|
1994
|
-
* **api:** api update ([47c0b0d](https://github.com/Increase/increase-ruby/commit/47c0b0d6d71c02b51d865906d17e645302e68069))
|
|
1995
|
-
|
|
1996
|
-
## 1.186.0 (2026-01-28)
|
|
1997
|
-
|
|
1998
|
-
Full Changelog: [v1.185.0...v1.186.0](https://github.com/Increase/increase-ruby/compare/v1.185.0...v1.186.0)
|
|
1999
|
-
|
|
2000
|
-
### Features
|
|
2001
|
-
|
|
2002
|
-
* **api:** api update ([390da85](https://github.com/Increase/increase-ruby/commit/390da85a509b0b81f7fd823cc5b956765dc1ba80))
|
|
2003
|
-
|
|
2004
|
-
## 1.185.0 (2026-01-27)
|
|
2005
|
-
|
|
2006
|
-
Full Changelog: [v1.184.0...v1.185.0](https://github.com/Increase/increase-ruby/compare/v1.184.0...v1.185.0)
|
|
2007
|
-
|
|
2008
|
-
### Features
|
|
2009
|
-
|
|
2010
|
-
* **api:** api update ([e198c3e](https://github.com/Increase/increase-ruby/commit/e198c3e11f98040cfe817eaac4d5f9d3aa3124a5))
|
|
2011
|
-
|
|
2012
|
-
## 1.184.0 (2026-01-27)
|
|
2013
|
-
|
|
2014
|
-
Full Changelog: [v1.183.0...v1.184.0](https://github.com/Increase/increase-ruby/compare/v1.183.0...v1.184.0)
|
|
2015
|
-
|
|
2016
|
-
### Features
|
|
2017
|
-
|
|
2018
|
-
* **api:** api update ([87efb3c](https://github.com/Increase/increase-ruby/commit/87efb3c2769243404df336fbdefc331b6a18ba64))
|
|
2019
|
-
|
|
2020
|
-
## 1.183.0 (2026-01-26)
|
|
2021
|
-
|
|
2022
|
-
Full Changelog: [v1.182.0...v1.183.0](https://github.com/Increase/increase-ruby/compare/v1.182.0...v1.183.0)
|
|
2023
|
-
|
|
2024
|
-
### Features
|
|
2025
|
-
|
|
2026
|
-
* **api:** api update ([d53ca79](https://github.com/Increase/increase-ruby/commit/d53ca79caa9a76ffb59f966955cebda9536c9414))
|
|
2027
|
-
|
|
2028
|
-
## 1.182.0 (2026-01-23)
|
|
2029
|
-
|
|
2030
|
-
Full Changelog: [v1.181.0...v1.182.0](https://github.com/Increase/increase-ruby/compare/v1.181.0...v1.182.0)
|
|
2031
|
-
|
|
2032
|
-
### Features
|
|
2033
|
-
|
|
2034
|
-
* **api:** api update ([2716e55](https://github.com/Increase/increase-ruby/commit/2716e5520c441409cc52ee168796741d9d8e3fb2))
|
|
2035
|
-
|
|
2036
|
-
## 1.181.0 (2026-01-23)
|
|
2037
|
-
|
|
2038
|
-
Full Changelog: [v1.180.0...v1.181.0](https://github.com/Increase/increase-ruby/compare/v1.180.0...v1.181.0)
|
|
2039
|
-
|
|
2040
|
-
### Features
|
|
2041
|
-
|
|
2042
|
-
* **api:** api update ([2c2739e](https://github.com/Increase/increase-ruby/commit/2c2739ee824cba0971576e7d95b14073034527c6))
|
|
2043
|
-
|
|
2044
|
-
## 1.180.0 (2026-01-23)
|
|
2045
|
-
|
|
2046
|
-
Full Changelog: [v1.179.0...v1.180.0](https://github.com/Increase/increase-ruby/compare/v1.179.0...v1.180.0)
|
|
2047
|
-
|
|
2048
|
-
### Features
|
|
2049
|
-
|
|
2050
|
-
* **api:** api update ([d5d4377](https://github.com/Increase/increase-ruby/commit/d5d4377c1a31303f23e021568166f7cd03e88766))
|
|
2051
|
-
|
|
2052
|
-
## 1.179.0 (2026-01-22)
|
|
2053
|
-
|
|
2054
|
-
Full Changelog: [v1.178.0...v1.179.0](https://github.com/Increase/increase-ruby/compare/v1.178.0...v1.179.0)
|
|
2055
|
-
|
|
2056
|
-
### Features
|
|
2057
|
-
|
|
2058
|
-
* **api:** api update ([b34aeac](https://github.com/Increase/increase-ruby/commit/b34aeac0be84425219b9e30b15fcd3142acb1dd4))
|
|
2059
|
-
|
|
2060
|
-
## 1.178.0 (2026-01-21)
|
|
2061
|
-
|
|
2062
|
-
Full Changelog: [v1.177.0...v1.178.0](https://github.com/Increase/increase-ruby/compare/v1.177.0...v1.178.0)
|
|
2063
|
-
|
|
2064
|
-
### Features
|
|
2065
|
-
|
|
2066
|
-
* **api:** api update ([36361bc](https://github.com/Increase/increase-ruby/commit/36361bcbef8213d9aeb54e6f4b90dae74bcb21e0))
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
### Chores
|
|
2070
|
-
|
|
2071
|
-
* **internal:** update `actions/checkout` version ([3a61451](https://github.com/Increase/increase-ruby/commit/3a61451c76a17f7b56580c139e06db98bf4ea402))
|
|
2072
|
-
|
|
2073
|
-
## 1.177.0 (2026-01-16)
|
|
2074
|
-
|
|
2075
|
-
Full Changelog: [v1.176.0...v1.177.0](https://github.com/Increase/increase-ruby/compare/v1.176.0...v1.177.0)
|
|
2076
|
-
|
|
2077
|
-
### Features
|
|
2078
|
-
|
|
2079
|
-
* **api:** api update ([54f5759](https://github.com/Increase/increase-ruby/commit/54f5759085d04059ec9a9162bcd0b40a4257e040))
|
|
2080
|
-
|
|
2081
|
-
## 1.176.0 (2026-01-14)
|
|
2082
|
-
|
|
2083
|
-
Full Changelog: [v1.175.0...v1.176.0](https://github.com/Increase/increase-ruby/compare/v1.175.0...v1.176.0)
|
|
2084
|
-
|
|
2085
|
-
### Features
|
|
2086
|
-
|
|
2087
|
-
* **api:** api update ([24826b1](https://github.com/Increase/increase-ruby/commit/24826b1ba2ca802a5211618a873ca6ff3424b0b1))
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
### Chores
|
|
2091
|
-
|
|
2092
|
-
* move `cgi` into dependencies for ruby 4 ([0e8a6bc](https://github.com/Increase/increase-ruby/commit/0e8a6bc96473cf0540c8a0be18c4c4ef915de00e))
|
|
2093
|
-
|
|
2094
|
-
## 1.175.0 (2026-01-08)
|
|
2095
|
-
|
|
2096
|
-
Full Changelog: [v1.174.0...v1.175.0](https://github.com/Increase/increase-ruby/compare/v1.174.0...v1.175.0)
|
|
2097
|
-
|
|
2098
|
-
### Features
|
|
2099
|
-
|
|
2100
|
-
* **api:** api update ([ed14e6f](https://github.com/Increase/increase-ruby/commit/ed14e6fa7f59dd24228c316142c864b602d67bf6))
|
|
2101
|
-
|
|
2102
|
-
## 1.174.0 (2026-01-07)
|
|
2103
|
-
|
|
2104
|
-
Full Changelog: [v1.173.0...v1.174.0](https://github.com/Increase/increase-ruby/compare/v1.173.0...v1.174.0)
|
|
2105
|
-
|
|
2106
|
-
### Features
|
|
2107
|
-
|
|
2108
|
-
* **api:** api update ([4427e10](https://github.com/Increase/increase-ruby/commit/4427e10c4ce94f595c01781e0029a6062a63b2f4))
|
|
2109
|
-
|
|
2110
|
-
## 1.173.0 (2026-01-07)
|
|
2111
|
-
|
|
2112
|
-
Full Changelog: [v1.172.0...v1.173.0](https://github.com/Increase/increase-ruby/compare/v1.172.0...v1.173.0)
|
|
2113
|
-
|
|
2114
|
-
### Features
|
|
2115
|
-
|
|
2116
|
-
* **api:** api update ([ca3e263](https://github.com/Increase/increase-ruby/commit/ca3e2631c92ccf0a937d01ebe83dcc8f29e8b7cb))
|
|
2117
|
-
|
|
2118
|
-
## 1.172.0 (2026-01-06)
|
|
2119
|
-
|
|
2120
|
-
Full Changelog: [v1.171.0...v1.172.0](https://github.com/Increase/increase-ruby/compare/v1.171.0...v1.172.0)
|
|
2121
|
-
|
|
2122
|
-
### Features
|
|
2123
|
-
|
|
2124
|
-
* **api:** api update ([f7bc3df](https://github.com/Increase/increase-ruby/commit/f7bc3df6db78f863f763caf487a6ee1e0ae0d190))
|
|
2125
|
-
|
|
2126
|
-
## 1.171.0 (2026-01-05)
|
|
2127
|
-
|
|
2128
|
-
Full Changelog: [v1.170.0...v1.171.0](https://github.com/Increase/increase-ruby/compare/v1.170.0...v1.171.0)
|
|
2129
|
-
|
|
2130
|
-
### Features
|
|
2131
|
-
|
|
2132
|
-
* **api:** api update ([e98ec1a](https://github.com/Increase/increase-ruby/commit/e98ec1aa3cefbfe4f8afea6a893b6d0c11123b58))
|
|
2133
|
-
|
|
2134
|
-
## 1.170.0 (2026-01-01)
|
|
2135
|
-
|
|
2136
|
-
Full Changelog: [v1.169.0...v1.170.0](https://github.com/Increase/increase-ruby/compare/v1.169.0...v1.170.0)
|
|
2137
|
-
|
|
2138
|
-
### Features
|
|
2139
|
-
|
|
2140
|
-
* **api:** api update ([b2804c4](https://github.com/Increase/increase-ruby/commit/b2804c4a956655f52561596b0f4ebb06e06af1ff))
|
|
2141
|
-
|
|
2142
|
-
## 1.169.0 (2025-12-19)
|
|
2143
|
-
|
|
2144
|
-
Full Changelog: [v1.168.0...v1.169.0](https://github.com/Increase/increase-ruby/compare/v1.168.0...v1.169.0)
|
|
2145
|
-
|
|
2146
|
-
### Features
|
|
2147
|
-
|
|
2148
|
-
* **api:** api update ([b5d3038](https://github.com/Increase/increase-ruby/commit/b5d30383dc3af990034904caf966da33ea3ddb9a))
|
|
2149
|
-
|
|
2150
|
-
## 1.168.0 (2025-12-18)
|
|
2151
|
-
|
|
2152
|
-
Full Changelog: [v1.167.0...v1.168.0](https://github.com/Increase/increase-ruby/compare/v1.167.0...v1.168.0)
|
|
2153
|
-
|
|
2154
|
-
### Features
|
|
2155
|
-
|
|
2156
|
-
* **api:** api update ([f4ce01f](https://github.com/Increase/increase-ruby/commit/f4ce01fb3e3b0c52bf5079921ab01f3979de944f))
|
|
2157
|
-
|
|
2158
|
-
## 1.167.0 (2025-12-18)
|
|
2159
|
-
|
|
2160
|
-
Full Changelog: [v1.166.1...v1.167.0](https://github.com/Increase/increase-ruby/compare/v1.166.1...v1.167.0)
|
|
2161
|
-
|
|
2162
|
-
### Features
|
|
2163
|
-
|
|
2164
|
-
* **api:** api update ([8083993](https://github.com/Increase/increase-ruby/commit/80839936c4b528bb4c1070c5382196cba2206ad3))
|
|
2165
|
-
|
|
2166
|
-
## 1.166.1 (2025-12-18)
|
|
2167
|
-
|
|
2168
|
-
Full Changelog: [v1.166.0...v1.166.1](https://github.com/Increase/increase-ruby/compare/v1.166.0...v1.166.1)
|
|
2169
|
-
|
|
2170
|
-
### Bug Fixes
|
|
2171
|
-
|
|
2172
|
-
* issue where json.parse errors when receiving HTTP 204 with nobody ([35cc667](https://github.com/Increase/increase-ruby/commit/35cc6675facca611a5d519a87fa7affc8a0bbb8e))
|
|
2173
|
-
|
|
2174
|
-
## 1.166.0 (2025-12-17)
|
|
2175
|
-
|
|
2176
|
-
Full Changelog: [v1.165.0...v1.166.0](https://github.com/Increase/increase-ruby/compare/v1.165.0...v1.166.0)
|
|
2177
|
-
|
|
2178
|
-
### Features
|
|
2179
|
-
|
|
2180
|
-
* **api:** api update ([88bcbdb](https://github.com/Increase/increase-ruby/commit/88bcbdb902e7fb4c920d5e675385fb2a06a6ab96))
|
|
2181
|
-
|
|
2182
|
-
## 1.165.0 (2025-12-16)
|
|
2183
|
-
|
|
2184
|
-
Full Changelog: [v1.164.1...v1.165.0](https://github.com/Increase/increase-ruby/compare/v1.164.1...v1.165.0)
|
|
2185
|
-
|
|
2186
|
-
### Features
|
|
2187
|
-
|
|
2188
|
-
* **api:** api update ([cac70b5](https://github.com/Increase/increase-ruby/commit/cac70b5a0f8fde1778cdb05d8b2d284f3b9301b4))
|
|
2189
|
-
|
|
2190
|
-
## 1.164.1 (2025-12-16)
|
|
2191
|
-
|
|
2192
|
-
Full Changelog: [v1.164.0...v1.164.1](https://github.com/Increase/increase-ruby/compare/v1.164.0...v1.164.1)
|
|
2193
|
-
|
|
2194
|
-
### Bug Fixes
|
|
2195
|
-
|
|
2196
|
-
* calling `break` out of streams should be instantaneous ([23336c2](https://github.com/Increase/increase-ruby/commit/23336c2005c8dbb3784632e2295d6c4d13c737e7))
|
|
2197
|
-
|
|
2198
|
-
## 1.164.0 (2025-12-16)
|
|
2199
|
-
|
|
2200
|
-
Full Changelog: [v1.163.0...v1.164.0](https://github.com/Increase/increase-ruby/compare/v1.163.0...v1.164.0)
|
|
2201
|
-
|
|
2202
|
-
### Features
|
|
2203
|
-
|
|
2204
|
-
* **api:** api update ([3e521cc](https://github.com/Increase/increase-ruby/commit/3e521cc8fedee1b77c0a6b336b7317dfbcd26bed))
|
|
2205
|
-
|
|
2206
|
-
## 1.163.0 (2025-12-15)
|
|
2207
|
-
|
|
2208
|
-
Full Changelog: [v1.162.0...v1.163.0](https://github.com/Increase/increase-ruby/compare/v1.162.0...v1.163.0)
|
|
2209
|
-
|
|
2210
|
-
### Features
|
|
2211
|
-
|
|
2212
|
-
* **api:** api update ([e460bf9](https://github.com/Increase/increase-ruby/commit/e460bf9922c48bef47dc445ea2d40fd7da99c249))
|
|
2213
|
-
|
|
2214
|
-
## 1.162.0 (2025-12-15)
|
|
2215
|
-
|
|
2216
|
-
Full Changelog: [v1.161.0...v1.162.0](https://github.com/Increase/increase-ruby/compare/v1.161.0...v1.162.0)
|
|
2217
|
-
|
|
2218
|
-
### Features
|
|
2219
|
-
|
|
2220
|
-
* **api:** api update ([a8c7867](https://github.com/Increase/increase-ruby/commit/a8c7867005c29bc8b4da16f7ee57b22c3c4abde5))
|
|
2221
|
-
|
|
2222
|
-
## 1.161.0 (2025-12-15)
|
|
2223
|
-
|
|
2224
|
-
Full Changelog: [v1.160.0...v1.161.0](https://github.com/Increase/increase-ruby/compare/v1.160.0...v1.161.0)
|
|
2225
|
-
|
|
2226
|
-
### Features
|
|
2227
|
-
|
|
2228
|
-
* **api:** api update ([888afde](https://github.com/Increase/increase-ruby/commit/888afdeaee1e7c956b33c3de1861a8d735293a66))
|
|
2229
|
-
|
|
2230
|
-
## 1.160.0 (2025-12-15)
|
|
2231
|
-
|
|
2232
|
-
Full Changelog: [v1.159.0...v1.160.0](https://github.com/Increase/increase-ruby/compare/v1.159.0...v1.160.0)
|
|
2233
|
-
|
|
2234
|
-
### Features
|
|
2235
|
-
|
|
2236
|
-
* **api:** api update ([5d1d461](https://github.com/Increase/increase-ruby/commit/5d1d46157b5a707fc910c14e60061e4b89c1f52d))
|
|
2237
|
-
|
|
2238
|
-
## 1.159.0 (2025-12-09)
|
|
2239
|
-
|
|
2240
|
-
Full Changelog: [v1.158.0...v1.159.0](https://github.com/Increase/increase-ruby/compare/v1.158.0...v1.159.0)
|
|
2241
|
-
|
|
2242
|
-
### Features
|
|
2243
|
-
|
|
2244
|
-
* **api:** api update ([d0dd7a8](https://github.com/Increase/increase-ruby/commit/d0dd7a857cdca3db358aef4c46530944d606851f))
|
|
2245
|
-
|
|
2246
|
-
## 1.158.0 (2025-12-08)
|
|
2247
|
-
|
|
2248
|
-
Full Changelog: [v1.157.0...v1.158.0](https://github.com/Increase/increase-ruby/compare/v1.157.0...v1.158.0)
|
|
2249
|
-
|
|
2250
|
-
### Features
|
|
2251
|
-
|
|
2252
|
-
* **api:** api update ([e98a96d](https://github.com/Increase/increase-ruby/commit/e98a96d9cc37a5b233740a0fe7c60f14de1dcbf7))
|
|
2253
|
-
|
|
2254
|
-
## 1.157.0 (2025-12-08)
|
|
2255
|
-
|
|
2256
|
-
Full Changelog: [v1.156.0...v1.157.0](https://github.com/Increase/increase-ruby/compare/v1.156.0...v1.157.0)
|
|
2257
|
-
|
|
2258
|
-
### Features
|
|
2259
|
-
|
|
2260
|
-
* **api:** api update ([cf2e5f7](https://github.com/Increase/increase-ruby/commit/cf2e5f7ac3084a0a372d004ce292783bebd4bfcf))
|
|
2261
|
-
|
|
2262
|
-
## 1.156.0 (2025-12-08)
|
|
2263
|
-
|
|
2264
|
-
Full Changelog: [v1.155.0...v1.156.0](https://github.com/Increase/increase-ruby/compare/v1.155.0...v1.156.0)
|
|
2265
|
-
|
|
2266
|
-
### Features
|
|
2267
|
-
|
|
2268
|
-
* **api:** api update ([f2d2dd4](https://github.com/Increase/increase-ruby/commit/f2d2dd4266c3cc347ac0ec58dfa28451dc49449a))
|
|
2269
|
-
|
|
2270
|
-
## 1.155.0 (2025-12-06)
|
|
2271
|
-
|
|
2272
|
-
Full Changelog: [v1.154.0...v1.155.0](https://github.com/Increase/increase-ruby/compare/v1.154.0...v1.155.0)
|
|
2273
|
-
|
|
2274
|
-
### Features
|
|
2275
|
-
|
|
2276
|
-
* **api:** api update ([a988d72](https://github.com/Increase/increase-ruby/commit/a988d7210e3bc9b3f471655c2e6b407904049d5b))
|
|
2277
|
-
|
|
2278
|
-
## 1.154.0 (2025-12-05)
|
|
2279
|
-
|
|
2280
|
-
Full Changelog: [v1.153.0...v1.154.0](https://github.com/Increase/increase-ruby/compare/v1.153.0...v1.154.0)
|
|
2281
|
-
|
|
2282
|
-
### Features
|
|
2283
|
-
|
|
2284
|
-
* **api:** api update ([fa635c9](https://github.com/Increase/increase-ruby/commit/fa635c93a57dbbd88d0e64231cf0189364484e25))
|
|
2285
|
-
|
|
2286
|
-
## 1.153.0 (2025-12-04)
|
|
2287
|
-
|
|
2288
|
-
Full Changelog: [v1.152.0...v1.153.0](https://github.com/Increase/increase-ruby/compare/v1.152.0...v1.153.0)
|
|
2289
|
-
|
|
2290
|
-
### Features
|
|
2291
|
-
|
|
2292
|
-
* **api:** api update ([91788b0](https://github.com/Increase/increase-ruby/commit/91788b00fe683e5af6cdf6856a689c4238c2620c))
|
|
2293
|
-
|
|
2294
|
-
## 1.152.0 (2025-12-01)
|
|
2295
|
-
|
|
2296
|
-
Full Changelog: [v1.151.0...v1.152.0](https://github.com/Increase/increase-ruby/compare/v1.151.0...v1.152.0)
|
|
2297
|
-
|
|
2298
|
-
### Features
|
|
2299
|
-
|
|
2300
|
-
* **api:** api update ([1649f50](https://github.com/Increase/increase-ruby/commit/1649f50e5899a93e8a7cf2f262c15e6faae3cd13))
|
|
2301
|
-
|
|
2302
|
-
## 1.151.0 (2025-11-26)
|
|
2303
|
-
|
|
2304
|
-
Full Changelog: [v1.150.0...v1.151.0](https://github.com/Increase/increase-ruby/compare/v1.150.0...v1.151.0)
|
|
2305
|
-
|
|
2306
|
-
### Features
|
|
2307
|
-
|
|
2308
|
-
* **api:** api update ([482166c](https://github.com/Increase/increase-ruby/commit/482166c1ef656506c37cafb2585b0c9b3b8de2c7))
|
|
2309
|
-
|
|
2310
|
-
## 1.150.0 (2025-11-26)
|
|
2311
|
-
|
|
2312
|
-
Full Changelog: [v1.149.0...v1.150.0](https://github.com/Increase/increase-ruby/compare/v1.149.0...v1.150.0)
|
|
2313
|
-
|
|
2314
|
-
### Features
|
|
2315
|
-
|
|
2316
|
-
* **api:** api update ([f837860](https://github.com/Increase/increase-ruby/commit/f83786006c083bfc0a72c3982746194d73edb0b2))
|
|
2317
|
-
|
|
2318
|
-
## 1.149.0 (2025-11-24)
|
|
2319
|
-
|
|
2320
|
-
Full Changelog: [v1.148.0...v1.149.0](https://github.com/Increase/increase-ruby/compare/v1.148.0...v1.149.0)
|
|
2321
|
-
|
|
2322
|
-
### Features
|
|
2323
|
-
|
|
2324
|
-
* **api:** api update ([d27029d](https://github.com/Increase/increase-ruby/commit/d27029d6e3d7ba98ea5c378f9734487164820732))
|
|
2325
|
-
|
|
2326
|
-
## 1.148.0 (2025-11-24)
|
|
2327
|
-
|
|
2328
|
-
Full Changelog: [v1.147.0...v1.148.0](https://github.com/Increase/increase-ruby/compare/v1.147.0...v1.148.0)
|
|
2329
|
-
|
|
2330
|
-
### Features
|
|
2331
|
-
|
|
2332
|
-
* **api:** api update ([70549b5](https://github.com/Increase/increase-ruby/commit/70549b5f5c04bd68309c448849df43ced96e48c8))
|
|
2333
|
-
|
|
2334
|
-
## 1.147.0 (2025-11-21)
|
|
2335
|
-
|
|
2336
|
-
Full Changelog: [v1.146.0...v1.147.0](https://github.com/Increase/increase-ruby/compare/v1.146.0...v1.147.0)
|
|
2337
|
-
|
|
2338
|
-
### Features
|
|
2339
|
-
|
|
2340
|
-
* **api:** api update ([0a711f3](https://github.com/Increase/increase-ruby/commit/0a711f397e3751e296444459f1a2fe1720ffd1a5))
|
|
2341
|
-
|
|
2342
|
-
## 1.146.0 (2025-11-21)
|
|
2343
|
-
|
|
2344
|
-
Full Changelog: [v1.145.0...v1.146.0](https://github.com/Increase/increase-ruby/compare/v1.145.0...v1.146.0)
|
|
2345
|
-
|
|
2346
|
-
### Features
|
|
2347
|
-
|
|
2348
|
-
* **api:** api update ([36d98ac](https://github.com/Increase/increase-ruby/commit/36d98ac3cab20bfeac3e8d36297779bb75d1c155))
|
|
2349
|
-
|
|
2350
|
-
## 1.145.0 (2025-11-20)
|
|
2351
|
-
|
|
2352
|
-
Full Changelog: [v1.144.0...v1.145.0](https://github.com/Increase/increase-ruby/compare/v1.144.0...v1.145.0)
|
|
2353
|
-
|
|
2354
|
-
### Features
|
|
2355
|
-
|
|
2356
|
-
* **api:** api update ([23e90fa](https://github.com/Increase/increase-ruby/commit/23e90fabd425c1c2a443a37a2da93d95e946db28))
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
### Chores
|
|
2360
|
-
|
|
2361
|
-
* explicitly require "base64" gem ([c05d43e](https://github.com/Increase/increase-ruby/commit/c05d43e30d1cbc9139f453be1f347ef874659795))
|
|
2362
|
-
|
|
2363
|
-
## 1.144.0 (2025-11-18)
|
|
2364
|
-
|
|
2365
|
-
Full Changelog: [v1.143.0...v1.144.0](https://github.com/Increase/increase-ruby/compare/v1.143.0...v1.144.0)
|
|
2366
|
-
|
|
2367
|
-
### Features
|
|
2368
|
-
|
|
2369
|
-
* **api:** api update ([ef65e7e](https://github.com/Increase/increase-ruby/commit/ef65e7e040bba725360a271ddb61222b8fdd9276))
|
|
2370
|
-
|
|
2371
|
-
## 1.143.0 (2025-11-14)
|
|
2372
|
-
|
|
2373
|
-
Full Changelog: [v1.142.0...v1.143.0](https://github.com/Increase/increase-ruby/compare/v1.142.0...v1.143.0)
|
|
2374
|
-
|
|
2375
|
-
### Features
|
|
2376
|
-
|
|
2377
|
-
* **api:** api update ([d0d0539](https://github.com/Increase/increase-ruby/commit/d0d053907c0edb52a744265c0218be1c07d98e49))
|
|
2378
|
-
|
|
2379
|
-
## 1.142.0 (2025-11-14)
|
|
2380
|
-
|
|
2381
|
-
Full Changelog: [v1.141.0...v1.142.0](https://github.com/Increase/increase-ruby/compare/v1.141.0...v1.142.0)
|
|
2382
|
-
|
|
2383
|
-
### Features
|
|
2384
|
-
|
|
2385
|
-
* **api:** api update ([cb2ed86](https://github.com/Increase/increase-ruby/commit/cb2ed865efae0e15c8269c5ee94e94bfdd9e3e3c))
|
|
2386
|
-
|
|
2387
|
-
## 1.141.0 (2025-11-13)
|
|
2388
|
-
|
|
2389
|
-
Full Changelog: [v1.140.0...v1.141.0](https://github.com/Increase/increase-ruby/compare/v1.140.0...v1.141.0)
|
|
2390
|
-
|
|
2391
|
-
### Features
|
|
2392
|
-
|
|
2393
|
-
* **api:** api update ([b4956dd](https://github.com/Increase/increase-ruby/commit/b4956dddd9c330f39d53c4fe48b9249916b1db7a))
|
|
2394
|
-
|
|
2395
|
-
## 1.140.0 (2025-11-12)
|
|
2396
|
-
|
|
2397
|
-
Full Changelog: [v1.139.0...v1.140.0](https://github.com/Increase/increase-ruby/compare/v1.139.0...v1.140.0)
|
|
2398
|
-
|
|
2399
|
-
### Features
|
|
2400
|
-
|
|
2401
|
-
* **api:** api update ([ec8f079](https://github.com/Increase/increase-ruby/commit/ec8f0799545f42cf6c1ab2281669744f469514a8))
|
|
2402
|
-
|
|
2403
|
-
## 1.139.0 (2025-11-10)
|
|
2404
|
-
|
|
2405
|
-
Full Changelog: [v1.138.0...v1.139.0](https://github.com/Increase/increase-ruby/compare/v1.138.0...v1.139.0)
|
|
2406
|
-
|
|
2407
|
-
### Features
|
|
2408
|
-
|
|
2409
|
-
* **api:** api update ([4787a07](https://github.com/Increase/increase-ruby/commit/4787a07c3d59be5640c26ec61b7617ed2b13f2d4))
|
|
2410
|
-
|
|
2411
|
-
## 1.138.0 (2025-11-07)
|
|
2412
|
-
|
|
2413
|
-
Full Changelog: [v1.137.0...v1.138.0](https://github.com/Increase/increase-ruby/compare/v1.137.0...v1.138.0)
|
|
2414
|
-
|
|
2415
|
-
### Features
|
|
2416
|
-
|
|
2417
|
-
* **api:** api update ([66a5d25](https://github.com/Increase/increase-ruby/commit/66a5d25821ad616a45401f2cddd0fac13b89b091))
|
|
2418
|
-
|
|
2419
|
-
## 1.137.0 (2025-11-07)
|
|
2420
|
-
|
|
2421
|
-
Full Changelog: [v1.136.0...v1.137.0](https://github.com/Increase/increase-ruby/compare/v1.136.0...v1.137.0)
|
|
2422
|
-
|
|
2423
|
-
### Features
|
|
2424
|
-
|
|
2425
|
-
* **api:** api update ([8330df2](https://github.com/Increase/increase-ruby/commit/8330df29012e8f52ab048144dc1005ae35406dde))
|
|
2426
|
-
|
|
2427
|
-
## 1.136.0 (2025-11-07)
|
|
2428
|
-
|
|
2429
|
-
Full Changelog: [v1.135.0...v1.136.0](https://github.com/Increase/increase-ruby/compare/v1.135.0...v1.136.0)
|
|
2430
|
-
|
|
2431
|
-
### Features
|
|
2432
|
-
|
|
2433
|
-
* **api:** api update ([188ad55](https://github.com/Increase/increase-ruby/commit/188ad55dd47fb860041fea9bc87e7ba74efade09))
|
|
2434
|
-
|
|
2435
|
-
## 1.135.0 (2025-11-07)
|
|
2436
|
-
|
|
2437
|
-
Full Changelog: [v1.134.0...v1.135.0](https://github.com/Increase/increase-ruby/compare/v1.134.0...v1.135.0)
|
|
2438
|
-
|
|
2439
|
-
### Features
|
|
2440
|
-
|
|
2441
|
-
* **api:** api update ([be63516](https://github.com/Increase/increase-ruby/commit/be63516bf8582ce0bb6e44202324e4d7b504fc43))
|
|
2442
|
-
|
|
2443
|
-
## 1.134.0 (2025-11-07)
|
|
2444
|
-
|
|
2445
|
-
Full Changelog: [v1.133.0...v1.134.0](https://github.com/Increase/increase-ruby/compare/v1.133.0...v1.134.0)
|
|
2446
|
-
|
|
2447
|
-
### Features
|
|
2448
|
-
|
|
2449
|
-
* **api:** api update ([eda8aff](https://github.com/Increase/increase-ruby/commit/eda8afff6343175b8b8aa1558a8f225439622ebf))
|
|
2450
|
-
|
|
2451
|
-
## 1.133.0 (2025-11-06)
|
|
2452
|
-
|
|
2453
|
-
Full Changelog: [v1.132.0...v1.133.0](https://github.com/Increase/increase-ruby/compare/v1.132.0...v1.133.0)
|
|
2454
|
-
|
|
2455
|
-
### Features
|
|
2456
|
-
|
|
2457
|
-
* **api:** api update ([d6d8c4d](https://github.com/Increase/increase-ruby/commit/d6d8c4d6ca601cf6b8783448e1a1714dd9efcde0))
|
|
2458
|
-
|
|
2459
|
-
## 1.132.0 (2025-11-06)
|
|
2460
|
-
|
|
2461
|
-
Full Changelog: [v1.131.0...v1.132.0](https://github.com/Increase/increase-ruby/compare/v1.131.0...v1.132.0)
|
|
2462
|
-
|
|
2463
|
-
### Features
|
|
2464
|
-
|
|
2465
|
-
* **api:** api update ([7953810](https://github.com/Increase/increase-ruby/commit/79538102e81f8ec4156a2c5af06b128741a71d9c))
|
|
2466
|
-
|
|
2467
|
-
## 1.131.0 (2025-11-05)
|
|
2468
|
-
|
|
2469
|
-
Full Changelog: [v1.130.0...v1.131.0](https://github.com/Increase/increase-ruby/compare/v1.130.0...v1.131.0)
|
|
2470
|
-
|
|
2471
|
-
### Features
|
|
2472
|
-
|
|
2473
|
-
* **api:** api update ([9235591](https://github.com/Increase/increase-ruby/commit/92355915610a2299ba5efa5e2cf31c44a2187379))
|
|
2474
|
-
|
|
2475
|
-
## 1.130.0 (2025-11-05)
|
|
2476
|
-
|
|
2477
|
-
Full Changelog: [v1.129.1...v1.130.0](https://github.com/Increase/increase-ruby/compare/v1.129.1...v1.130.0)
|
|
2478
|
-
|
|
2479
|
-
### Features
|
|
2480
|
-
|
|
2481
|
-
* **api:** api update ([bc07ab3](https://github.com/Increase/increase-ruby/commit/bc07ab335a56f490734f2d01740b5df5d2da4ccf))
|
|
2482
|
-
|
|
2483
|
-
## 1.129.1 (2025-11-04)
|
|
2484
|
-
|
|
2485
|
-
Full Changelog: [v1.129.0...v1.129.1](https://github.com/Increase/increase-ruby/compare/v1.129.0...v1.129.1)
|
|
2486
|
-
|
|
2487
|
-
### Bug Fixes
|
|
2488
|
-
|
|
2489
|
-
* better thread safety via early initializing SSL store during HTTP client creation ([05a53e3](https://github.com/Increase/increase-ruby/commit/05a53e3f30b596d51e1e0c572ef239b0b9b8b018))
|
|
2490
|
-
|
|
2491
|
-
## 1.129.0 (2025-11-04)
|
|
2492
|
-
|
|
2493
|
-
Full Changelog: [v1.128.0...v1.129.0](https://github.com/Increase/increase-ruby/compare/v1.128.0...v1.129.0)
|
|
2494
|
-
|
|
2495
|
-
### Features
|
|
2496
|
-
|
|
2497
|
-
* **api:** api update ([4a2efb2](https://github.com/Increase/increase-ruby/commit/4a2efb2b33bd395db1c66e459ba895683dc91366))
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
### Chores
|
|
2501
|
-
|
|
2502
|
-
* bump dependency version and update sorbet types ([eab9d7e](https://github.com/Increase/increase-ruby/commit/eab9d7e7c99706e45739fe8b828ba6b5f8bfe88a))
|
|
2503
|
-
* **client:** send user-agent header ([3fa3e13](https://github.com/Increase/increase-ruby/commit/3fa3e1396480c27aaae01a7533b59d3c3279a789))
|
|
2504
|
-
|
|
2505
|
-
## 1.128.0 (2025-10-31)
|
|
2506
|
-
|
|
2507
|
-
Full Changelog: [v1.127.0...v1.128.0](https://github.com/Increase/increase-ruby/compare/v1.127.0...v1.128.0)
|
|
2508
|
-
|
|
2509
|
-
### Features
|
|
2510
|
-
|
|
2511
|
-
* **api:** api update ([a0269b7](https://github.com/Increase/increase-ruby/commit/a0269b7249406610e90a84a2b2c3cc391f5896f9))
|
|
2512
|
-
|
|
2513
|
-
## 1.127.0 (2025-10-31)
|
|
2514
|
-
|
|
2515
|
-
Full Changelog: [v1.126.0...v1.127.0](https://github.com/Increase/increase-ruby/compare/v1.126.0...v1.127.0)
|
|
2516
|
-
|
|
2517
|
-
### Features
|
|
2518
|
-
|
|
2519
|
-
* **api:** api update ([9a07f39](https://github.com/Increase/increase-ruby/commit/9a07f39ddb7aa466e35b7dbb8c88a136baa2ab59))
|
|
2520
|
-
|
|
2521
|
-
## 1.126.0 (2025-10-31)
|
|
2522
|
-
|
|
2523
|
-
Full Changelog: [v1.125.0...v1.126.0](https://github.com/Increase/increase-ruby/compare/v1.125.0...v1.126.0)
|
|
2524
|
-
|
|
2525
|
-
### Features
|
|
2526
|
-
|
|
2527
|
-
* **api:** api update ([4875d87](https://github.com/Increase/increase-ruby/commit/4875d8772019de4cdbd528c277c2bf4b4b125570))
|
|
2528
|
-
|
|
2529
|
-
## 1.125.0 (2025-10-31)
|
|
2530
|
-
|
|
2531
|
-
Full Changelog: [v1.124.0...v1.125.0](https://github.com/Increase/increase-ruby/compare/v1.124.0...v1.125.0)
|
|
2532
|
-
|
|
2533
|
-
### Features
|
|
2534
|
-
|
|
2535
|
-
* **api:** api update ([c4fbf12](https://github.com/Increase/increase-ruby/commit/c4fbf127f45a7146bbbc2a3bdfc25fa94d1ee5be))
|
|
2536
|
-
|
|
2537
|
-
## 1.124.0 (2025-10-30)
|
|
2538
|
-
|
|
2539
|
-
Full Changelog: [v1.123.0...v1.124.0](https://github.com/Increase/increase-ruby/compare/v1.123.0...v1.124.0)
|
|
2540
|
-
|
|
2541
|
-
### Features
|
|
2542
|
-
|
|
2543
|
-
* **api:** api update ([47c2289](https://github.com/Increase/increase-ruby/commit/47c2289b57e327e94599112b37f716e6af2f5211))
|
|
2544
|
-
|
|
2545
|
-
## 1.123.0 (2025-10-30)
|
|
2546
|
-
|
|
2547
|
-
Full Changelog: [v1.122.0...v1.123.0](https://github.com/Increase/increase-ruby/compare/v1.122.0...v1.123.0)
|
|
2548
|
-
|
|
2549
|
-
### Features
|
|
2550
|
-
|
|
2551
|
-
* **api:** api update ([6628932](https://github.com/Increase/increase-ruby/commit/66289327b2c7f5a9c006ccb628d8d6ab4da8057d))
|
|
2552
|
-
* **api:** api update ([87e5fe0](https://github.com/Increase/increase-ruby/commit/87e5fe0c02607735c9e1142f71bfa7f5bd85a610))
|
|
2553
|
-
|
|
2554
|
-
## 1.122.0 (2025-10-29)
|
|
2555
|
-
|
|
2556
|
-
Full Changelog: [v1.121.0...v1.122.0](https://github.com/Increase/increase-ruby/compare/v1.121.0...v1.122.0)
|
|
2557
|
-
|
|
2558
|
-
### Features
|
|
2559
|
-
|
|
2560
|
-
* **api:** api update ([77104e0](https://github.com/Increase/increase-ruby/commit/77104e0578897433f919507fafdcca3915c3db5a))
|
|
2561
|
-
|
|
2562
|
-
## 1.121.0 (2025-10-29)
|
|
2563
|
-
|
|
2564
|
-
Full Changelog: [v1.120.0...v1.121.0](https://github.com/Increase/increase-ruby/compare/v1.120.0...v1.121.0)
|
|
2565
|
-
|
|
2566
|
-
### Features
|
|
2567
|
-
|
|
2568
|
-
* **api:** api update ([afe739c](https://github.com/Increase/increase-ruby/commit/afe739c394b5bd452d9994b7c43d0ddc0385f466))
|
|
2569
|
-
|
|
2570
|
-
## 1.120.0 (2025-10-29)
|
|
2571
|
-
|
|
2572
|
-
Full Changelog: [v1.119.0...v1.120.0](https://github.com/Increase/increase-ruby/compare/v1.119.0...v1.120.0)
|
|
2573
|
-
|
|
2574
|
-
### Features
|
|
2575
|
-
|
|
2576
|
-
* **api:** api update ([50e4728](https://github.com/Increase/increase-ruby/commit/50e47280d36a4e8339026f810158a3b0ff127651))
|
|
2577
|
-
|
|
2578
|
-
## 1.119.0 (2025-10-28)
|
|
2579
|
-
|
|
2580
|
-
Full Changelog: [v1.118.0...v1.119.0](https://github.com/Increase/increase-ruby/compare/v1.118.0...v1.119.0)
|
|
2581
|
-
|
|
2582
|
-
### Features
|
|
2583
|
-
|
|
2584
|
-
* **api:** api update ([79f92ca](https://github.com/Increase/increase-ruby/commit/79f92caced5c476954660e4648ad6bd18a1034c2))
|
|
2585
|
-
|
|
2586
|
-
## 1.118.0 (2025-10-28)
|
|
2587
|
-
|
|
2588
|
-
Full Changelog: [v1.117.0...v1.118.0](https://github.com/Increase/increase-ruby/compare/v1.117.0...v1.118.0)
|
|
2589
|
-
|
|
2590
|
-
### Features
|
|
2591
|
-
|
|
2592
|
-
* **api:** api update ([97ce486](https://github.com/Increase/increase-ruby/commit/97ce486e58ed82b1066de55fd0fa9668bbe3bd55))
|
|
2593
|
-
|
|
2594
|
-
## 1.117.0 (2025-10-27)
|
|
2595
|
-
|
|
2596
|
-
Full Changelog: [v1.116.0...v1.117.0](https://github.com/Increase/increase-ruby/compare/v1.116.0...v1.117.0)
|
|
2597
|
-
|
|
2598
|
-
### Features
|
|
2599
|
-
|
|
2600
|
-
* **api:** api update ([fbcaddc](https://github.com/Increase/increase-ruby/commit/fbcaddc862376c22a713461f6babcc01cd1753d1))
|
|
2601
|
-
|
|
2602
|
-
## 1.116.0 (2025-10-27)
|
|
2603
|
-
|
|
2604
|
-
Full Changelog: [v1.115.0...v1.116.0](https://github.com/Increase/increase-ruby/compare/v1.115.0...v1.116.0)
|
|
2605
|
-
|
|
2606
|
-
### Features
|
|
2607
|
-
|
|
2608
|
-
* **api:** api update ([bcb588d](https://github.com/Increase/increase-ruby/commit/bcb588d1864aafbf4a1b99b65a02bc37005bf4d2))
|
|
2609
|
-
|
|
2610
|
-
## 1.115.0 (2025-10-26)
|
|
2611
|
-
|
|
2612
|
-
Full Changelog: [v1.114.0...v1.115.0](https://github.com/Increase/increase-ruby/compare/v1.114.0...v1.115.0)
|
|
2613
|
-
|
|
2614
|
-
### Features
|
|
2615
|
-
|
|
2616
|
-
* **api:** api update ([a6288c7](https://github.com/Increase/increase-ruby/commit/a6288c723f7a36646e399428d4be6b54d30488e8))
|
|
2617
|
-
|
|
2618
|
-
## 1.114.0 (2025-10-24)
|
|
2619
|
-
|
|
2620
|
-
Full Changelog: [v1.113.0...v1.114.0](https://github.com/Increase/increase-ruby/compare/v1.113.0...v1.114.0)
|
|
2621
|
-
|
|
2622
|
-
### Features
|
|
2623
|
-
|
|
2624
|
-
* **api:** api update ([67322ef](https://github.com/Increase/increase-ruby/commit/67322ef5131aee957a9fc9cb34b3d0ce89675409))
|
|
2625
|
-
|
|
2626
|
-
## 1.113.0 (2025-10-23)
|
|
2627
|
-
|
|
2628
|
-
Full Changelog: [v1.112.0...v1.113.0](https://github.com/Increase/increase-ruby/compare/v1.112.0...v1.113.0)
|
|
2629
|
-
|
|
2630
|
-
### Features
|
|
2631
|
-
|
|
2632
|
-
* **api:** api update ([f6e1c26](https://github.com/Increase/increase-ruby/commit/f6e1c262384c439eeeb7d9914b51d51e6aa5b89b))
|
|
2633
|
-
* handle thread interrupts in the core HTTP client ([cbddb16](https://github.com/Increase/increase-ruby/commit/cbddb162a4273e627d3df4acde3a9eeac3652715))
|
|
2634
|
-
|
|
2635
|
-
## 1.112.0 (2025-10-22)
|
|
2636
|
-
|
|
2637
|
-
Full Changelog: [v1.111.0...v1.112.0](https://github.com/Increase/increase-ruby/compare/v1.111.0...v1.112.0)
|
|
2638
|
-
|
|
2639
|
-
### Features
|
|
2640
|
-
|
|
2641
|
-
* **api:** api update ([2ec0699](https://github.com/Increase/increase-ruby/commit/2ec06990de7616ef0a947ad2a4bd16f962dc6a2f))
|
|
2642
|
-
|
|
2643
|
-
## 1.111.0 (2025-10-22)
|
|
2644
|
-
|
|
2645
|
-
Full Changelog: [v1.110.0...v1.111.0](https://github.com/Increase/increase-ruby/compare/v1.110.0...v1.111.0)
|
|
2646
|
-
|
|
2647
|
-
### Features
|
|
2648
|
-
|
|
2649
|
-
* **api:** api update ([c01948c](https://github.com/Increase/increase-ruby/commit/c01948c26453851b126a8924618a0b8b345007ae))
|
|
2650
|
-
|
|
2651
|
-
## 1.110.0 (2025-10-16)
|
|
2652
|
-
|
|
2653
|
-
Full Changelog: [v1.109.1...v1.110.0](https://github.com/Increase/increase-ruby/compare/v1.109.1...v1.110.0)
|
|
2654
|
-
|
|
2655
|
-
### Features
|
|
2656
|
-
|
|
2657
|
-
* **api:** api update ([02c6564](https://github.com/Increase/increase-ruby/commit/02c65647901fd5f8951d68e6f6202e56f589e3bb))
|
|
2658
|
-
|
|
2659
|
-
## 1.109.1 (2025-10-15)
|
|
2660
|
-
|
|
2661
|
-
Full Changelog: [v1.109.0...v1.109.1](https://github.com/Increase/increase-ruby/compare/v1.109.0...v1.109.1)
|
|
2662
|
-
|
|
2663
|
-
### Bug Fixes
|
|
2664
|
-
|
|
2665
|
-
* absolutely qualified uris should always override the default ([f4ec8ac](https://github.com/Increase/increase-ruby/commit/f4ec8ac5b3ba72f23c53808f5cdfefaebd36eaef))
|
|
2666
|
-
|
|
2667
|
-
## 1.109.0 (2025-10-14)
|
|
2668
|
-
|
|
2669
|
-
Full Changelog: [v1.108.0...v1.109.0](https://github.com/Increase/increase-ruby/compare/v1.108.0...v1.109.0)
|
|
2670
|
-
|
|
2671
|
-
### Features
|
|
2672
|
-
|
|
2673
|
-
* **api:** api update ([a4bd69c](https://github.com/Increase/increase-ruby/commit/a4bd69cc63116410a180ab36d84a28b7612b0bdb))
|
|
2674
|
-
|
|
2675
|
-
## 1.108.0 (2025-10-14)
|
|
2676
|
-
|
|
2677
|
-
Full Changelog: [v1.107.1...v1.108.0](https://github.com/Increase/increase-ruby/compare/v1.107.1...v1.108.0)
|
|
2678
|
-
|
|
2679
|
-
### Features
|
|
2680
|
-
|
|
2681
|
-
* **api:** api update ([6ccf3d0](https://github.com/Increase/increase-ruby/commit/6ccf3d06f86ceb38b2102577fa126fcb3be51015))
|
|
2682
|
-
|
|
2683
|
-
## 1.107.1 (2025-10-14)
|
|
2684
|
-
|
|
2685
|
-
Full Changelog: [v1.107.0...v1.107.1](https://github.com/Increase/increase-ruby/compare/v1.107.0...v1.107.1)
|
|
2686
|
-
|
|
2687
|
-
### Bug Fixes
|
|
2688
|
-
|
|
2689
|
-
* should not reuse buffers for `IO.copy_stream` interop ([6057a7d](https://github.com/Increase/increase-ruby/commit/6057a7d98d7e3b95ff6358a73e30a4c7ca7109f8))
|
|
2690
|
-
|
|
2691
|
-
## 1.107.0 (2025-10-11)
|
|
2692
|
-
|
|
2693
|
-
Full Changelog: [v1.106.0...v1.107.0](https://github.com/Increase/increase-ruby/compare/v1.106.0...v1.107.0)
|
|
2694
|
-
|
|
2695
|
-
### Features
|
|
2696
|
-
|
|
2697
|
-
* **api:** api update ([bcec28e](https://github.com/Increase/increase-ruby/commit/bcec28ec2c44033b99b2b09cca169644c2360eb6))
|
|
2698
|
-
|
|
2699
|
-
## 1.106.0 (2025-10-10)
|
|
2700
|
-
|
|
2701
|
-
Full Changelog: [v1.105.0...v1.106.0](https://github.com/Increase/increase-ruby/compare/v1.105.0...v1.106.0)
|
|
2702
|
-
|
|
2703
|
-
### Features
|
|
2704
|
-
|
|
2705
|
-
* **api:** api update ([4a0fcf6](https://github.com/Increase/increase-ruby/commit/4a0fcf69c4aed89b0d7df75198bcb2c048e66999))
|
|
2706
|
-
|
|
2707
|
-
## 1.105.0 (2025-10-10)
|
|
2708
|
-
|
|
2709
|
-
Full Changelog: [v1.104.0...v1.105.0](https://github.com/Increase/increase-ruby/compare/v1.104.0...v1.105.0)
|
|
2710
|
-
|
|
2711
|
-
### Features
|
|
2712
|
-
|
|
2713
|
-
* **api:** api update ([1291c39](https://github.com/Increase/increase-ruby/commit/1291c3972b9528737b6f764e03f4171c54296927))
|
|
2714
|
-
|
|
2715
|
-
## 1.104.0 (2025-10-08)
|
|
2716
|
-
|
|
2717
|
-
Full Changelog: [v1.103.0...v1.104.0](https://github.com/Increase/increase-ruby/compare/v1.103.0...v1.104.0)
|
|
2718
|
-
|
|
2719
|
-
### Features
|
|
2720
|
-
|
|
2721
|
-
* **api:** api update ([5545b1f](https://github.com/Increase/increase-ruby/commit/5545b1f1c1a7e380c58188aeaf0f61ccd10ad6b1))
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
### Chores
|
|
2725
|
-
|
|
2726
|
-
* ignore linter error for tests having large collections ([406ab23](https://github.com/Increase/increase-ruby/commit/406ab231f510d6ac99e93568458b3d083b4130de))
|
|
2727
|
-
|
|
2728
|
-
## 1.103.0 (2025-10-07)
|
|
2729
|
-
|
|
2730
|
-
Full Changelog: [v1.102.0...v1.103.0](https://github.com/Increase/increase-ruby/compare/v1.102.0...v1.103.0)
|
|
2731
|
-
|
|
2732
|
-
### Features
|
|
2733
|
-
|
|
2734
|
-
* **api:** api update ([207fbb9](https://github.com/Increase/increase-ruby/commit/207fbb927ffcf3e900506fc28510d051ef5fa1ed))
|
|
2735
|
-
|
|
2736
|
-
## 1.102.0 (2025-10-06)
|
|
2737
|
-
|
|
2738
|
-
Full Changelog: [v1.101.0...v1.102.0](https://github.com/Increase/increase-ruby/compare/v1.101.0...v1.102.0)
|
|
2739
|
-
|
|
2740
|
-
### Features
|
|
2741
|
-
|
|
2742
|
-
* **api:** api update ([c26001f](https://github.com/Increase/increase-ruby/commit/c26001f4d6d634a08d4b29382e82964a21d165bf))
|
|
2743
|
-
|
|
2744
|
-
## 1.101.0 (2025-10-06)
|
|
2745
|
-
|
|
2746
|
-
Full Changelog: [v1.100.1...v1.101.0](https://github.com/Increase/increase-ruby/compare/v1.100.1...v1.101.0)
|
|
2747
|
-
|
|
2748
|
-
### Features
|
|
2749
|
-
|
|
2750
|
-
* **api:** api update ([1e0a06f](https://github.com/Increase/increase-ruby/commit/1e0a06fd18e7c6f3c8c81d2c18ab42589c5686bd))
|
|
2751
|
-
|
|
2752
|
-
## 1.100.1 (2025-10-06)
|
|
2753
|
-
|
|
2754
|
-
Full Changelog: [v1.100.0...v1.100.1](https://github.com/Increase/increase-ruby/compare/v1.100.0...v1.100.1)
|
|
2755
|
-
|
|
2756
|
-
### Bug Fixes
|
|
2757
|
-
|
|
2758
|
-
* **client:** handle some Dispute objects as empty rather than unknown ([c542446](https://github.com/Increase/increase-ruby/commit/c542446e2b0b7d60998f5d2fdada16ad2d889743))
|
|
2759
|
-
|
|
2760
|
-
## 1.100.0 (2025-10-03)
|
|
2761
|
-
|
|
2762
|
-
Full Changelog: [v1.99.0...v1.100.0](https://github.com/Increase/increase-ruby/compare/v1.99.0...v1.100.0)
|
|
2763
|
-
|
|
2764
|
-
### Features
|
|
2765
|
-
|
|
2766
|
-
* **api:** api update ([9b9ec77](https://github.com/Increase/increase-ruby/commit/9b9ec770c31cfb71d2e7d9de92da83aab4095bd8))
|
|
2767
|
-
|
|
2768
|
-
## 1.99.0 (2025-10-01)
|
|
2769
|
-
|
|
2770
|
-
Full Changelog: [v1.98.0...v1.99.0](https://github.com/Increase/increase-ruby/compare/v1.98.0...v1.99.0)
|
|
2771
|
-
|
|
2772
|
-
### Features
|
|
2773
|
-
|
|
2774
|
-
* **api:** api update ([466a8e3](https://github.com/Increase/increase-ruby/commit/466a8e318ca5b569852f8dc2bd2bc261b15ec20f))
|
|
2775
|
-
|
|
2776
|
-
## 1.98.0 (2025-10-01)
|
|
2777
|
-
|
|
2778
|
-
Full Changelog: [v1.97.1...v1.98.0](https://github.com/Increase/increase-ruby/compare/v1.97.1...v1.98.0)
|
|
2779
|
-
|
|
2780
|
-
### Features
|
|
2781
|
-
|
|
2782
|
-
* **api:** api update ([4fa817d](https://github.com/Increase/increase-ruby/commit/4fa817db198c0c75226d288d97957ebf58bd2cb1))
|
|
2783
|
-
|
|
2784
|
-
## 1.97.1 (2025-09-30)
|
|
2785
|
-
|
|
2786
|
-
Full Changelog: [v1.97.0...v1.97.1](https://github.com/Increase/increase-ruby/compare/v1.97.0...v1.97.1)
|
|
2787
|
-
|
|
2788
|
-
### Bug Fixes
|
|
2789
|
-
|
|
2790
|
-
* coroutine leaks from connection pool ([78dc815](https://github.com/Increase/increase-ruby/commit/78dc8152fc1d9ca7f849cf0d9cce6c49e5d80f96))
|
|
2791
|
-
|
|
2792
|
-
## 1.97.0 (2025-09-29)
|
|
2793
|
-
|
|
2794
|
-
Full Changelog: [v1.96.0...v1.97.0](https://github.com/Increase/increase-ruby/compare/v1.96.0...v1.97.0)
|
|
2795
|
-
|
|
2796
|
-
### Features
|
|
2797
|
-
|
|
2798
|
-
* **api:** api update ([f06a2da](https://github.com/Increase/increase-ruby/commit/f06a2da6b5ff662026549228b579a75001825fa1))
|
|
2799
|
-
|
|
2800
|
-
## 1.96.0 (2025-09-29)
|
|
2801
|
-
|
|
2802
|
-
Full Changelog: [v1.95.1...v1.96.0](https://github.com/Increase/increase-ruby/compare/v1.95.1...v1.96.0)
|
|
2803
|
-
|
|
2804
|
-
### Features
|
|
2805
|
-
|
|
2806
|
-
* **api:** api update ([45fc3a3](https://github.com/Increase/increase-ruby/commit/45fc3a389e67a98c786df6e0f8ab387fcdee209f))
|
|
2807
|
-
|
|
2808
|
-
## 1.95.1 (2025-09-29)
|
|
2809
|
-
|
|
2810
|
-
Full Changelog: [v1.95.0...v1.95.1](https://github.com/Increase/increase-ruby/compare/v1.95.0...v1.95.1)
|
|
2811
|
-
|
|
2812
|
-
### Bug Fixes
|
|
2813
|
-
|
|
2814
|
-
* always send `filename=...` for multipart requests where a file is expected ([990c13f](https://github.com/Increase/increase-ruby/commit/990c13f7c641c20586059d7991e197cb47f67e72))
|
|
2815
|
-
|
|
2816
|
-
## 1.95.0 (2025-09-26)
|
|
2817
|
-
|
|
2818
|
-
Full Changelog: [v1.94.0...v1.95.0](https://github.com/Increase/increase-ruby/compare/v1.94.0...v1.95.0)
|
|
2819
|
-
|
|
2820
|
-
### Features
|
|
2821
|
-
|
|
2822
|
-
* **api:** api update ([cdf0c13](https://github.com/Increase/increase-ruby/commit/cdf0c13ac798a43ade5f81e4e586cbd70fa6ec17))
|
|
2823
|
-
|
|
2824
|
-
## 1.94.0 (2025-09-26)
|
|
2825
|
-
|
|
2826
|
-
Full Changelog: [v1.93.0...v1.94.0](https://github.com/Increase/increase-ruby/compare/v1.93.0...v1.94.0)
|
|
2827
|
-
|
|
2828
|
-
### Features
|
|
2829
|
-
|
|
2830
|
-
* **api:** api update ([aa16efb](https://github.com/Increase/increase-ruby/commit/aa16efb8412fe7b6d5c61b9c7b541476dd0bd049))
|
|
2831
|
-
|
|
2832
|
-
## 1.93.0 (2025-09-26)
|
|
2833
|
-
|
|
2834
|
-
Full Changelog: [v1.92.0...v1.93.0](https://github.com/Increase/increase-ruby/compare/v1.92.0...v1.93.0)
|
|
2835
|
-
|
|
2836
|
-
### Features
|
|
2837
|
-
|
|
2838
|
-
* **api:** api update ([a760b8c](https://github.com/Increase/increase-ruby/commit/a760b8ca14265f2cd6c924f674b39257e79ce065))
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
### Chores
|
|
2842
|
-
|
|
2843
|
-
* allow fast-format to use bsd sed as well ([14b02a4](https://github.com/Increase/increase-ruby/commit/14b02a4f3007334c0cdb7728117529a8ef7f6002))
|
|
2844
|
-
|
|
2845
|
-
## 1.92.0 (2025-09-26)
|
|
2846
|
-
|
|
2847
|
-
Full Changelog: [v1.91.1...v1.92.0](https://github.com/Increase/increase-ruby/compare/v1.91.1...v1.92.0)
|
|
2848
|
-
|
|
2849
|
-
### Features
|
|
2850
|
-
|
|
2851
|
-
* **api:** api update ([8876735](https://github.com/Increase/increase-ruby/commit/8876735e69be9385ae6a534f48791511dbc9ae5b))
|
|
2852
|
-
|
|
2853
|
-
## 1.91.1 (2025-09-26)
|
|
2854
|
-
|
|
2855
|
-
Full Changelog: [v1.91.0...v1.91.1](https://github.com/Increase/increase-ruby/compare/v1.91.0...v1.91.1)
|
|
2856
|
-
|
|
2857
|
-
### Bug Fixes
|
|
2858
|
-
|
|
2859
|
-
* shorten multipart boundary sep to less than RFC specificed max length ([5cb2c65](https://github.com/Increase/increase-ruby/commit/5cb2c65146a070d5ecbe1e459858669e598449ad))
|
|
2860
|
-
|
|
2861
|
-
## 1.91.0 (2025-09-26)
|
|
2862
|
-
|
|
2863
|
-
Full Changelog: [v1.90.0...v1.91.0](https://github.com/Increase/increase-ruby/compare/v1.90.0...v1.91.0)
|
|
2864
|
-
|
|
2865
|
-
### Features
|
|
2866
|
-
|
|
2867
|
-
* **api:** api update ([cef39bf](https://github.com/Increase/increase-ruby/commit/cef39bf07ee95816d467d7424fe8f2ae7e19ea6b))
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
### Bug Fixes
|
|
2871
|
-
|
|
2872
|
-
* **internal:** use null byte as file separator in the fast formatting script ([43cc7df](https://github.com/Increase/increase-ruby/commit/43cc7df41e43ab4b28837fc157ee2adfc338f79d))
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
### Performance Improvements
|
|
2876
|
-
|
|
2877
|
-
* faster code formatting ([8d246f0](https://github.com/Increase/increase-ruby/commit/8d246f096d698f933202fbec1afc1f4a5ecc4e0a))
|
|
2878
|
-
|
|
2879
|
-
## 1.90.0 (2025-09-24)
|
|
2880
|
-
|
|
2881
|
-
Full Changelog: [v1.89.0...v1.90.0](https://github.com/Increase/increase-ruby/compare/v1.89.0...v1.90.0)
|
|
2882
|
-
|
|
2883
|
-
### Features
|
|
2884
|
-
|
|
2885
|
-
* **api:** api update ([1d66673](https://github.com/Increase/increase-ruby/commit/1d666739b4d2b06f94ee367cb34c6254b55ab137))
|
|
2886
|
-
|
|
2887
|
-
## 1.89.0 (2025-09-24)
|
|
2888
|
-
|
|
2889
|
-
Full Changelog: [v1.88.0...v1.89.0](https://github.com/Increase/increase-ruby/compare/v1.88.0...v1.89.0)
|
|
2890
|
-
|
|
2891
|
-
### Features
|
|
2892
|
-
|
|
2893
|
-
* **api:** api update ([603e760](https://github.com/Increase/increase-ruby/commit/603e760be76b7ef00f4f13c32e4f79b33a1753e2))
|
|
2894
|
-
|
|
2895
|
-
## 1.88.0 (2025-09-24)
|
|
2896
|
-
|
|
2897
|
-
Full Changelog: [v1.87.0...v1.88.0](https://github.com/Increase/increase-ruby/compare/v1.87.0...v1.88.0)
|
|
2898
|
-
|
|
2899
|
-
### Features
|
|
2900
|
-
|
|
2901
|
-
* **api:** api update ([3f9bdb7](https://github.com/Increase/increase-ruby/commit/3f9bdb780f32cc60a80b2db10cf3eea3f7872330))
|
|
2902
|
-
|
|
2903
|
-
## 1.87.0 (2025-09-23)
|
|
2904
|
-
|
|
2905
|
-
Full Changelog: [v1.86.0...v1.87.0](https://github.com/Increase/increase-ruby/compare/v1.86.0...v1.87.0)
|
|
2906
|
-
|
|
2907
|
-
### Features
|
|
2908
|
-
|
|
2909
|
-
* **api:** api update ([b463a26](https://github.com/Increase/increase-ruby/commit/b463a267127088062f458918ba41aeb178d27a23))
|
|
2910
|
-
|
|
2911
|
-
## 1.86.0 (2025-09-23)
|
|
2912
|
-
|
|
2913
|
-
Full Changelog: [v1.85.0...v1.86.0](https://github.com/Increase/increase-ruby/compare/v1.85.0...v1.86.0)
|
|
2914
|
-
|
|
2915
|
-
### Features
|
|
2916
|
-
|
|
2917
|
-
* **api:** api update ([0a92487](https://github.com/Increase/increase-ruby/commit/0a9248761bbc6ad799398a0b5ed62b255e44941b))
|
|
2918
|
-
|
|
2919
|
-
## 1.85.0 (2025-09-22)
|
|
2920
|
-
|
|
2921
|
-
Full Changelog: [v1.84.0...v1.85.0](https://github.com/Increase/increase-ruby/compare/v1.84.0...v1.85.0)
|
|
2922
|
-
|
|
2923
|
-
### Features
|
|
2924
|
-
|
|
2925
|
-
* **api:** api update ([7d76f12](https://github.com/Increase/increase-ruby/commit/7d76f12be729b9562229b247cbceccbd6cad419e))
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
### Chores
|
|
2929
|
-
|
|
2930
|
-
* improve example values ([e4208d1](https://github.com/Increase/increase-ruby/commit/e4208d1e474193ca1020be6e9cb292cdbb3c0958))
|
|
2931
|
-
|
|
2932
|
-
## 1.84.0 (2025-09-19)
|
|
2933
|
-
|
|
2934
|
-
Full Changelog: [v1.83.0...v1.84.0](https://github.com/Increase/increase-ruby/compare/v1.83.0...v1.84.0)
|
|
2935
|
-
|
|
2936
|
-
### Features
|
|
2937
|
-
|
|
2938
|
-
* **api:** api update ([600d7b0](https://github.com/Increase/increase-ruby/commit/600d7b07ab75fe2ea739860fb6af3749b3268164))
|
|
2939
|
-
|
|
2940
|
-
## 1.83.0 (2025-09-19)
|
|
2941
|
-
|
|
2942
|
-
Full Changelog: [v1.82.0...v1.83.0](https://github.com/Increase/increase-ruby/compare/v1.82.0...v1.83.0)
|
|
2943
|
-
|
|
2944
|
-
### Features
|
|
2945
|
-
|
|
2946
|
-
* **api:** api update ([e4382bb](https://github.com/Increase/increase-ruby/commit/e4382bb2fad1d76e20ff852aa75d8d819bd13d01))
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
### Chores
|
|
2950
|
-
|
|
2951
|
-
* do not install brew dependencies in ./scripts/bootstrap by default ([0173be9](https://github.com/Increase/increase-ruby/commit/0173be95cdbd2321196c60b385970c9b2520bcd8))
|
|
2952
|
-
|
|
2953
|
-
## 1.82.0 (2025-09-19)
|
|
2954
|
-
|
|
2955
|
-
Full Changelog: [v1.81.0...v1.82.0](https://github.com/Increase/increase-ruby/compare/v1.81.0...v1.82.0)
|
|
2956
|
-
|
|
2957
|
-
### Features
|
|
2958
|
-
|
|
2959
|
-
* **api:** api update ([624dfb0](https://github.com/Increase/increase-ruby/commit/624dfb082089270ae2431cda1b51e544366cf73c))
|
|
2960
|
-
|
|
2961
|
-
## 1.81.0 (2025-09-18)
|
|
2962
|
-
|
|
2963
|
-
Full Changelog: [v1.80.0...v1.81.0](https://github.com/Increase/increase-ruby/compare/v1.80.0...v1.81.0)
|
|
2964
|
-
|
|
2965
|
-
### Features
|
|
2966
|
-
|
|
2967
|
-
* **api:** api update ([a2eb3e1](https://github.com/Increase/increase-ruby/commit/a2eb3e1d515bf955aa6b761a3762357cd9395862))
|
|
2968
|
-
|
|
2969
|
-
## 1.80.0 (2025-09-17)
|
|
2970
|
-
|
|
2971
|
-
Full Changelog: [v1.79.0...v1.80.0](https://github.com/Increase/increase-ruby/compare/v1.79.0...v1.80.0)
|
|
2972
|
-
|
|
2973
|
-
### Features
|
|
2974
|
-
|
|
2975
|
-
* **api:** api update ([d16cb6a](https://github.com/Increase/increase-ruby/commit/d16cb6abc1e6f4ca71d86374cde091360d657602))
|
|
2976
|
-
* expose response headers for both streams and errors ([17ddacf](https://github.com/Increase/increase-ruby/commit/17ddacf1c78a6f3e52a2f007d8efebab892db46e))
|
|
2977
|
-
|
|
2978
|
-
## 1.79.0 (2025-09-17)
|
|
2979
|
-
|
|
2980
|
-
Full Changelog: [v1.78.0...v1.79.0](https://github.com/Increase/increase-ruby/compare/v1.78.0...v1.79.0)
|
|
2981
|
-
|
|
2982
|
-
### Features
|
|
2983
|
-
|
|
2984
|
-
* **api:** api update ([c64de91](https://github.com/Increase/increase-ruby/commit/c64de918f9abb0fbe0eb7dfbaee91f3f773331c7))
|
|
2985
|
-
|
|
2986
|
-
## 1.78.0 (2025-09-16)
|
|
2987
|
-
|
|
2988
|
-
Full Changelog: [v1.77.0...v1.78.0](https://github.com/Increase/increase-ruby/compare/v1.77.0...v1.78.0)
|
|
2989
|
-
|
|
2990
|
-
### Features
|
|
2991
|
-
|
|
2992
|
-
* **api:** api update ([a643e15](https://github.com/Increase/increase-ruby/commit/a643e1536b7cdfb7e311d9f6cfd18eaef9a4db7d))
|
|
2993
|
-
|
|
2994
|
-
## 1.77.0 (2025-09-16)
|
|
2995
|
-
|
|
2996
|
-
Full Changelog: [v1.76.0...v1.77.0](https://github.com/Increase/increase-ruby/compare/v1.76.0...v1.77.0)
|
|
2997
|
-
|
|
2998
|
-
### Features
|
|
2999
|
-
|
|
3000
|
-
* **api:** api update ([a8e931a](https://github.com/Increase/increase-ruby/commit/a8e931a8673e9c3899021b4de1ea21300d6435ac))
|
|
3001
|
-
|
|
3002
|
-
## 1.76.0 (2025-09-15)
|
|
3003
|
-
|
|
3004
|
-
Full Changelog: [v1.75.0...v1.76.0](https://github.com/Increase/increase-ruby/compare/v1.75.0...v1.76.0)
|
|
3005
|
-
|
|
3006
|
-
### Features
|
|
3007
|
-
|
|
3008
|
-
* **api:** api update ([f8dc0a1](https://github.com/Increase/increase-ruby/commit/f8dc0a1234a0ab8a7fde7e0a254f490cc3187959))
|
|
3009
|
-
|
|
3010
|
-
## 1.75.0 (2025-09-12)
|
|
3011
|
-
|
|
3012
|
-
Full Changelog: [v1.74.0...v1.75.0](https://github.com/Increase/increase-ruby/compare/v1.74.0...v1.75.0)
|
|
3013
|
-
|
|
3014
|
-
### Features
|
|
3015
|
-
|
|
3016
|
-
* **api:** api update ([21b0ffb](https://github.com/Increase/increase-ruby/commit/21b0ffbca60d9fabfde03cec0620a98e39bffe19))
|
|
3017
|
-
|
|
3018
|
-
## 1.74.0 (2025-09-12)
|
|
3019
|
-
|
|
3020
|
-
Full Changelog: [v1.73.0...v1.74.0](https://github.com/Increase/increase-ruby/compare/v1.73.0...v1.74.0)
|
|
3021
|
-
|
|
3022
|
-
### Features
|
|
3023
|
-
|
|
3024
|
-
* **api:** api update ([a039096](https://github.com/Increase/increase-ruby/commit/a039096e79751ab557fae350119599801bcebb1c))
|
|
3025
|
-
|
|
3026
|
-
## 1.73.0 (2025-09-09)
|
|
3027
|
-
|
|
3028
|
-
Full Changelog: [v1.72.0...v1.73.0](https://github.com/Increase/increase-ruby/compare/v1.72.0...v1.73.0)
|
|
3029
|
-
|
|
3030
|
-
### Features
|
|
3031
|
-
|
|
3032
|
-
* **api:** api update ([93fc5a7](https://github.com/Increase/increase-ruby/commit/93fc5a740da198d4814e4bbc1165c7168c7db734))
|
|
3033
|
-
|
|
3034
|
-
## 1.72.0 (2025-09-08)
|
|
3035
|
-
|
|
3036
|
-
Full Changelog: [v1.71.0...v1.72.0](https://github.com/Increase/increase-ruby/compare/v1.71.0...v1.72.0)
|
|
3037
|
-
|
|
3038
|
-
### Features
|
|
3039
|
-
|
|
3040
|
-
* **api:** api update ([a403346](https://github.com/Increase/increase-ruby/commit/a4033467d8e63b6a28308ee936f44052c26ad6a1))
|
|
3041
|
-
|
|
3042
|
-
## 1.71.0 (2025-09-08)
|
|
3043
|
-
|
|
3044
|
-
Full Changelog: [v1.70.0...v1.71.0](https://github.com/Increase/increase-ruby/compare/v1.70.0...v1.71.0)
|
|
3045
|
-
|
|
3046
|
-
### Features
|
|
3047
|
-
|
|
3048
|
-
* **api:** api update ([7c069c1](https://github.com/Increase/increase-ruby/commit/7c069c1f6567eb6eb38eafbc9baafe454d621dea))
|
|
3049
|
-
|
|
3050
|
-
## 1.70.0 (2025-09-08)
|
|
3051
|
-
|
|
3052
|
-
Full Changelog: [v1.69.0...v1.70.0](https://github.com/Increase/increase-ruby/compare/v1.69.0...v1.70.0)
|
|
3053
|
-
|
|
3054
|
-
### Features
|
|
3055
|
-
|
|
3056
|
-
* **api:** api update ([2bcd14c](https://github.com/Increase/increase-ruby/commit/2bcd14c3c9056a995fdc7dc4e96d48bb2c2f06f0))
|
|
3057
|
-
|
|
3058
|
-
## 1.69.0 (2025-09-08)
|
|
3059
|
-
|
|
3060
|
-
Full Changelog: [v1.68.0...v1.69.0](https://github.com/Increase/increase-ruby/compare/v1.68.0...v1.69.0)
|
|
3061
|
-
|
|
3062
|
-
### Features
|
|
3063
|
-
|
|
3064
|
-
* **api:** api update ([02897b2](https://github.com/Increase/increase-ruby/commit/02897b2a6ead3059648d4be9cde81454c9a35eee))
|
|
3065
|
-
|
|
3066
|
-
## 1.68.0 (2025-09-07)
|
|
3067
|
-
|
|
3068
|
-
Full Changelog: [v1.67.0...v1.68.0](https://github.com/Increase/increase-ruby/compare/v1.67.0...v1.68.0)
|
|
3069
|
-
|
|
3070
|
-
### Features
|
|
3071
|
-
|
|
3072
|
-
* **api:** api update ([89e4d03](https://github.com/Increase/increase-ruby/commit/89e4d038f966f4d797cd83249df91a6fb6ee992c))
|
|
3073
|
-
|
|
3074
|
-
## 1.67.0 (2025-09-05)
|
|
3075
|
-
|
|
3076
|
-
Full Changelog: [v1.66.0...v1.67.0](https://github.com/Increase/increase-ruby/compare/v1.66.0...v1.67.0)
|
|
3077
|
-
|
|
3078
|
-
### Features
|
|
3079
|
-
|
|
3080
|
-
* **api:** api update ([d2435db](https://github.com/Increase/increase-ruby/commit/d2435dbe228b43ad2a5169303898d45f09005908))
|
|
3081
|
-
|
|
3082
|
-
## 1.66.0 (2025-09-05)
|
|
3083
|
-
|
|
3084
|
-
Full Changelog: [v1.65.0...v1.66.0](https://github.com/Increase/increase-ruby/compare/v1.65.0...v1.66.0)
|
|
3085
|
-
|
|
3086
|
-
### Features
|
|
3087
|
-
|
|
3088
|
-
* **api:** api update ([a456344](https://github.com/Increase/increase-ruby/commit/a456344ef7dd123a819153711709dec13edc30ef))
|
|
3089
|
-
|
|
3090
|
-
## 1.65.0 (2025-09-05)
|
|
3091
|
-
|
|
3092
|
-
Full Changelog: [v1.64.0...v1.65.0](https://github.com/Increase/increase-ruby/compare/v1.64.0...v1.65.0)
|
|
3093
|
-
|
|
3094
|
-
### Features
|
|
3095
|
-
|
|
3096
|
-
* **api:** api update ([ebb31b6](https://github.com/Increase/increase-ruby/commit/ebb31b6d4f44e5148de250a6231a96bdd2d978bd))
|
|
3097
|
-
|
|
3098
|
-
## 1.64.0 (2025-09-04)
|
|
3099
|
-
|
|
3100
|
-
Full Changelog: [v1.63.0...v1.64.0](https://github.com/Increase/increase-ruby/compare/v1.63.0...v1.64.0)
|
|
3101
|
-
|
|
3102
|
-
### Features
|
|
3103
|
-
|
|
3104
|
-
* **api:** api update ([8a7c3b9](https://github.com/Increase/increase-ruby/commit/8a7c3b9792f9aa78a9193f3594ab20f3793de872))
|
|
3105
|
-
|
|
3106
|
-
## 1.63.0 (2025-09-04)
|
|
3107
|
-
|
|
3108
|
-
Full Changelog: [v1.62.0...v1.63.0](https://github.com/Increase/increase-ruby/compare/v1.62.0...v1.63.0)
|
|
3109
|
-
|
|
3110
|
-
### Features
|
|
3111
|
-
|
|
3112
|
-
* **api:** api update ([76b55a5](https://github.com/Increase/increase-ruby/commit/76b55a5d0254bf59bd03e72bb5db7b828d9dbd4c))
|
|
3113
|
-
|
|
3114
|
-
## 1.62.0 (2025-08-29)
|
|
3115
|
-
|
|
3116
|
-
Full Changelog: [v1.61.0...v1.62.0](https://github.com/Increase/increase-ruby/compare/v1.61.0...v1.62.0)
|
|
3117
|
-
|
|
3118
|
-
### Features
|
|
3119
|
-
|
|
3120
|
-
* **api:** api update ([356b373](https://github.com/Increase/increase-ruby/commit/356b373ee000da480050236864e5a9bc4cdc113a))
|
|
3121
|
-
|
|
3122
|
-
## 1.61.0 (2025-08-29)
|
|
3123
|
-
|
|
3124
|
-
Full Changelog: [v1.60.0...v1.61.0](https://github.com/Increase/increase-ruby/compare/v1.60.0...v1.61.0)
|
|
3125
|
-
|
|
3126
|
-
### Features
|
|
3127
|
-
|
|
3128
|
-
* **api:** api update ([c0ff18c](https://github.com/Increase/increase-ruby/commit/c0ff18c03231449f0ca49b9902e606528d4a8c3d))
|
|
3129
|
-
|
|
3130
|
-
## 1.60.0 (2025-08-29)
|
|
3131
|
-
|
|
3132
|
-
Full Changelog: [v1.59.0...v1.60.0](https://github.com/Increase/increase-ruby/compare/v1.59.0...v1.60.0)
|
|
3133
|
-
|
|
3134
|
-
### Features
|
|
3135
|
-
|
|
3136
|
-
* **api:** api update ([c4222d8](https://github.com/Increase/increase-ruby/commit/c4222d890092bb99d6c7226667dcc73f3ecea48c))
|
|
3137
|
-
|
|
3138
|
-
## 1.59.0 (2025-08-28)
|
|
3139
|
-
|
|
3140
|
-
Full Changelog: [v1.58.0...v1.59.0](https://github.com/Increase/increase-ruby/compare/v1.58.0...v1.59.0)
|
|
3141
|
-
|
|
3142
|
-
### Features
|
|
3143
|
-
|
|
3144
|
-
* **api:** api update ([281534f](https://github.com/Increase/increase-ruby/commit/281534fd972e76bc08d4ef4bfbce7665bfeca852))
|
|
3145
|
-
|
|
3146
|
-
## 1.58.0 (2025-08-28)
|
|
3147
|
-
|
|
3148
|
-
Full Changelog: [v1.57.0...v1.58.0](https://github.com/Increase/increase-ruby/compare/v1.57.0...v1.58.0)
|
|
3149
|
-
|
|
3150
|
-
### Features
|
|
3151
|
-
|
|
3152
|
-
* **api:** api update ([3a6c7be](https://github.com/Increase/increase-ruby/commit/3a6c7bef748bcdbb6e9f97503887754bc980d7b4))
|
|
3153
|
-
|
|
3154
|
-
## 1.57.0 (2025-08-28)
|
|
3155
|
-
|
|
3156
|
-
Full Changelog: [v1.56.0...v1.57.0](https://github.com/Increase/increase-ruby/compare/v1.56.0...v1.57.0)
|
|
3157
|
-
|
|
3158
|
-
### Features
|
|
3159
|
-
|
|
3160
|
-
* **api:** api update ([6fecbaa](https://github.com/Increase/increase-ruby/commit/6fecbaa98e58a09d93fc2c094bda00f2f8d5cc43))
|
|
3161
|
-
|
|
3162
|
-
## 1.56.0 (2025-08-28)
|
|
3163
|
-
|
|
3164
|
-
Full Changelog: [v1.55.0...v1.56.0](https://github.com/Increase/increase-ruby/compare/v1.55.0...v1.56.0)
|
|
3165
|
-
|
|
3166
|
-
### Features
|
|
3167
|
-
|
|
3168
|
-
* **api:** api update ([cbaeb33](https://github.com/Increase/increase-ruby/commit/cbaeb3304174c05c0a3fffd559d44019974c2afb))
|
|
3169
|
-
|
|
3170
|
-
## 1.55.0 (2025-08-27)
|
|
3171
|
-
|
|
3172
|
-
Full Changelog: [v1.54.0...v1.55.0](https://github.com/Increase/increase-ruby/compare/v1.54.0...v1.55.0)
|
|
3173
|
-
|
|
3174
|
-
### Features
|
|
3175
|
-
|
|
3176
|
-
* **api:** api update ([bdce0eb](https://github.com/Increase/increase-ruby/commit/bdce0ebe7749fa2f49c308a08953544842da41cb))
|
|
3177
|
-
|
|
3178
|
-
## 1.54.0 (2025-08-27)
|
|
3179
|
-
|
|
3180
|
-
Full Changelog: [v1.53.0...v1.54.0](https://github.com/Increase/increase-ruby/compare/v1.53.0...v1.54.0)
|
|
3181
|
-
|
|
3182
|
-
### Features
|
|
3183
|
-
|
|
3184
|
-
* **api:** api update ([026528a](https://github.com/Increase/increase-ruby/commit/026528a9a30444a21d264201273ce190fc30f3e9))
|
|
3185
|
-
|
|
3186
|
-
## 1.53.0 (2025-08-26)
|
|
3187
|
-
|
|
3188
|
-
Full Changelog: [v1.52.0...v1.53.0](https://github.com/Increase/increase-ruby/compare/v1.52.0...v1.53.0)
|
|
3189
|
-
|
|
3190
|
-
### Features
|
|
3191
|
-
|
|
3192
|
-
* **api:** api update ([0978f47](https://github.com/Increase/increase-ruby/commit/0978f470ead5ad55589045b5f9317e7aff10cb65))
|
|
3193
|
-
|
|
3194
|
-
## 1.52.0 (2025-08-26)
|
|
3195
|
-
|
|
3196
|
-
Full Changelog: [v1.51.0...v1.52.0](https://github.com/Increase/increase-ruby/compare/v1.51.0...v1.52.0)
|
|
3197
|
-
|
|
3198
|
-
### Features
|
|
3199
|
-
|
|
3200
|
-
* **api:** api update ([d7242c9](https://github.com/Increase/increase-ruby/commit/d7242c9324279e98e91c12da50e85a330e83c149))
|
|
3201
|
-
|
|
3202
|
-
## 1.51.0 (2025-08-26)
|
|
3203
|
-
|
|
3204
|
-
Full Changelog: [v1.50.0...v1.51.0](https://github.com/Increase/increase-ruby/compare/v1.50.0...v1.51.0)
|
|
3205
|
-
|
|
3206
|
-
### Features
|
|
3207
|
-
|
|
3208
|
-
* **api:** api update ([fe80d84](https://github.com/Increase/increase-ruby/commit/fe80d84ae9ab5a11bd2e4cabd44f7cdb79af8e50))
|
|
3209
|
-
|
|
3210
|
-
## 1.50.0 (2025-08-26)
|
|
3211
|
-
|
|
3212
|
-
Full Changelog: [v1.49.0...v1.50.0](https://github.com/Increase/increase-ruby/compare/v1.49.0...v1.50.0)
|
|
3213
|
-
|
|
3214
|
-
### Features
|
|
3215
|
-
|
|
3216
|
-
* **api:** api update ([88b4f70](https://github.com/Increase/increase-ruby/commit/88b4f7054b67bac26c4d60b4c0d782733259eca3))
|
|
3217
|
-
|
|
3218
|
-
## 1.49.0 (2025-08-25)
|
|
3219
|
-
|
|
3220
|
-
Full Changelog: [v1.48.0...v1.49.0](https://github.com/Increase/increase-ruby/compare/v1.48.0...v1.49.0)
|
|
3221
|
-
|
|
3222
|
-
### Features
|
|
3223
|
-
|
|
3224
|
-
* **api:** api update ([3d186a4](https://github.com/Increase/increase-ruby/commit/3d186a4d0c5af826417f3cf8c821bd8e46991f00))
|
|
3225
|
-
|
|
3226
|
-
## 1.48.0 (2025-08-25)
|
|
3227
|
-
|
|
3228
|
-
Full Changelog: [v1.47.0...v1.48.0](https://github.com/Increase/increase-ruby/compare/v1.47.0...v1.48.0)
|
|
3229
|
-
|
|
3230
|
-
### Features
|
|
3231
|
-
|
|
3232
|
-
* **api:** api update ([5bf108b](https://github.com/Increase/increase-ruby/commit/5bf108b6bb1dfa41a6d2e0e981edd099ffb13ef6))
|
|
3233
|
-
|
|
3234
|
-
|
|
3235
|
-
### Chores
|
|
3236
|
-
|
|
3237
|
-
* add json schema comment for rubocop.yml ([aabb92c](https://github.com/Increase/increase-ruby/commit/aabb92ccae37972783253afb3506ff429cbedfb5))
|
|
3238
|
-
|
|
3239
|
-
## 1.47.0 (2025-08-22)
|
|
3240
|
-
|
|
3241
|
-
Full Changelog: [v1.46.0...v1.47.0](https://github.com/Increase/increase-ruby/compare/v1.46.0...v1.47.0)
|
|
3242
|
-
|
|
3243
|
-
### Features
|
|
3244
|
-
|
|
3245
|
-
* **api:** api update ([bde025b](https://github.com/Increase/increase-ruby/commit/bde025b5a1b255929e2a409fd6581d2db4f0ffe0))
|
|
3246
|
-
|
|
3247
|
-
## 1.46.0 (2025-08-22)
|
|
3248
|
-
|
|
3249
|
-
Full Changelog: [v1.45.0...v1.46.0](https://github.com/Increase/increase-ruby/compare/v1.45.0...v1.46.0)
|
|
3250
|
-
|
|
3251
|
-
### Features
|
|
3252
|
-
|
|
3253
|
-
* **api:** api update ([ebaaba1](https://github.com/Increase/increase-ruby/commit/ebaaba1df36545cf5983eed1efa47bc4576ef690))
|
|
3254
|
-
|
|
3255
|
-
## 1.45.0 (2025-08-21)
|
|
3256
|
-
|
|
3257
|
-
Full Changelog: [v1.44.0...v1.45.0](https://github.com/Increase/increase-ruby/compare/v1.44.0...v1.45.0)
|
|
3258
|
-
|
|
3259
|
-
### Features
|
|
3260
|
-
|
|
3261
|
-
* **api:** api update ([080fb56](https://github.com/Increase/increase-ruby/commit/080fb56c431f8d633420675e0a22759401d22b85))
|
|
3262
|
-
|
|
3263
|
-
## 1.44.0 (2025-08-21)
|
|
3264
|
-
|
|
3265
|
-
Full Changelog: [v1.43.0...v1.44.0](https://github.com/Increase/increase-ruby/compare/v1.43.0...v1.44.0)
|
|
3266
|
-
|
|
3267
|
-
### Features
|
|
3268
|
-
|
|
3269
|
-
* **api:** api update ([fa432d1](https://github.com/Increase/increase-ruby/commit/fa432d119fbd419cfe50893ed6e2609ebef760cb))
|
|
3270
|
-
|
|
3271
|
-
## 1.43.0 (2025-08-20)
|
|
3272
|
-
|
|
3273
|
-
Full Changelog: [v1.42.0...v1.43.0](https://github.com/Increase/increase-ruby/compare/v1.42.0...v1.43.0)
|
|
3274
|
-
|
|
3275
|
-
### Features
|
|
3276
|
-
|
|
3277
|
-
* **api:** api update ([833acde](https://github.com/Increase/increase-ruby/commit/833acdeac127dc43d05dfe725fd2e2d5e7b52d6f))
|
|
3278
|
-
|
|
3279
|
-
## 1.42.0 (2025-08-20)
|
|
3280
|
-
|
|
3281
|
-
Full Changelog: [v1.41.0...v1.42.0](https://github.com/Increase/increase-ruby/compare/v1.41.0...v1.42.0)
|
|
3282
|
-
|
|
3283
|
-
### Features
|
|
3284
|
-
|
|
3285
|
-
* **api:** api update ([e975675](https://github.com/Increase/increase-ruby/commit/e9756757032d120e4a778dc5ce990386e03f05bf))
|
|
3286
|
-
* **api:** api update ([965f3c0](https://github.com/Increase/increase-ruby/commit/965f3c0470e25fb0be5eafe1d0d3ae339bafa72a))
|
|
3287
|
-
|
|
3288
|
-
## 1.41.0 (2025-08-20)
|
|
3289
|
-
|
|
3290
|
-
Full Changelog: [v1.40.0...v1.41.0](https://github.com/Increase/increase-ruby/compare/v1.40.0...v1.41.0)
|
|
3291
|
-
|
|
3292
|
-
### Features
|
|
3293
|
-
|
|
3294
|
-
* **api:** api update ([94299db](https://github.com/Increase/increase-ruby/commit/94299db1b856eb40e9a504c7e0cbd582bdf1936b))
|
|
3295
|
-
|
|
3296
|
-
## 1.40.0 (2025-08-20)
|
|
3297
|
-
|
|
3298
|
-
Full Changelog: [v1.39.0...v1.40.0](https://github.com/Increase/increase-ruby/compare/v1.39.0...v1.40.0)
|
|
3299
|
-
|
|
3300
|
-
### Features
|
|
3301
|
-
|
|
3302
|
-
* **api:** api update ([6f2b4ab](https://github.com/Increase/increase-ruby/commit/6f2b4ab35ffbb974911ac85740af55836f9609e1))
|
|
3303
|
-
|
|
3304
|
-
## 1.39.0 (2025-08-20)
|
|
3305
|
-
|
|
3306
|
-
Full Changelog: [v1.38.0...v1.39.0](https://github.com/Increase/increase-ruby/compare/v1.38.0...v1.39.0)
|
|
3307
|
-
|
|
3308
|
-
### Features
|
|
3309
|
-
|
|
3310
|
-
* **api:** api update ([ada8b1d](https://github.com/Increase/increase-ruby/commit/ada8b1db94b95aeb27396d65c0971007845a2105))
|
|
3311
|
-
|
|
3312
|
-
## 1.38.0 (2025-08-19)
|
|
3313
|
-
|
|
3314
|
-
Full Changelog: [v1.37.1...v1.38.0](https://github.com/Increase/increase-ruby/compare/v1.37.1...v1.38.0)
|
|
3315
|
-
|
|
3316
|
-
### Features
|
|
3317
|
-
|
|
3318
|
-
* **api:** api update ([e013ac0](https://github.com/Increase/increase-ruby/commit/e013ac0b0862670e3cb4052dc5a4a14722beed4e))
|
|
3319
|
-
|
|
3320
|
-
## 1.37.1 (2025-08-19)
|
|
3321
|
-
|
|
3322
|
-
Full Changelog: [v1.37.0...v1.37.1](https://github.com/Increase/increase-ruby/compare/v1.37.0...v1.37.1)
|
|
3323
|
-
|
|
3324
|
-
### Bug Fixes
|
|
3325
|
-
|
|
3326
|
-
* bump sorbet version and fix new type errors from the breaking change ([0b9b4ea](https://github.com/Increase/increase-ruby/commit/0b9b4eaee891bbbd8fe56fa7da8b54b6b94c0172))
|
|
3327
|
-
|
|
3328
|
-
## 1.37.0 (2025-08-18)
|
|
3329
|
-
|
|
3330
|
-
Full Changelog: [v1.36.0...v1.37.0](https://github.com/Increase/increase-ruby/compare/v1.36.0...v1.37.0)
|
|
3331
|
-
|
|
3332
|
-
### Features
|
|
3333
|
-
|
|
3334
|
-
* **api:** api update ([b3c42ec](https://github.com/Increase/increase-ruby/commit/b3c42ec0d1ec8abf17b73b3e5e53a0945593f219))
|
|
3335
|
-
|
|
3336
|
-
## 1.36.0 (2025-08-18)
|
|
3337
|
-
|
|
3338
|
-
Full Changelog: [v1.35.0...v1.36.0](https://github.com/Increase/increase-ruby/compare/v1.35.0...v1.36.0)
|
|
3339
|
-
|
|
3340
|
-
### Features
|
|
3341
|
-
|
|
3342
|
-
* **api:** api update ([f4a3611](https://github.com/Increase/increase-ruby/commit/f4a3611e6b295f9527cb3b0b0670e4e88c582a6e))
|
|
3343
|
-
|
|
3344
|
-
## 1.35.0 (2025-08-15)
|
|
3345
|
-
|
|
3346
|
-
Full Changelog: [v1.34.0...v1.35.0](https://github.com/Increase/increase-ruby/compare/v1.34.0...v1.35.0)
|
|
3347
|
-
|
|
3348
|
-
### Features
|
|
3349
|
-
|
|
3350
|
-
* **api:** api update ([ca8b776](https://github.com/Increase/increase-ruby/commit/ca8b7769f961fc457087f239a1790390caae245a))
|
|
3351
|
-
|
|
3352
|
-
## 1.34.0 (2025-08-14)
|
|
3353
|
-
|
|
3354
|
-
Full Changelog: [v1.33.0...v1.34.0](https://github.com/Increase/increase-ruby/compare/v1.33.0...v1.34.0)
|
|
3355
|
-
|
|
3356
|
-
### Features
|
|
3357
|
-
|
|
3358
|
-
* **api:** api update ([d93934a](https://github.com/Increase/increase-ruby/commit/d93934aa75ab7bc1b15240f5727f41fc6a0ef110))
|
|
3359
|
-
|
|
3360
|
-
## 1.33.0 (2025-08-14)
|
|
3361
|
-
|
|
3362
|
-
Full Changelog: [v1.32.0...v1.33.0](https://github.com/Increase/increase-ruby/compare/v1.32.0...v1.33.0)
|
|
3363
|
-
|
|
3364
|
-
### Features
|
|
3365
|
-
|
|
3366
|
-
* **api:** api update ([3a7dff1](https://github.com/Increase/increase-ruby/commit/3a7dff16065381bd9a3f2e8d49e87749679d9409))
|
|
3367
|
-
|
|
3368
|
-
## 1.32.0 (2025-08-13)
|
|
3369
|
-
|
|
3370
|
-
Full Changelog: [v1.31.0...v1.32.0](https://github.com/Increase/increase-ruby/compare/v1.31.0...v1.32.0)
|
|
3371
|
-
|
|
3372
|
-
### Features
|
|
3373
|
-
|
|
3374
|
-
* **api:** api update ([638ef4f](https://github.com/Increase/increase-ruby/commit/638ef4ffd5129aa4ddb501e6ca399143e03365b6))
|
|
3375
|
-
|
|
3376
|
-
## 1.31.0 (2025-08-12)
|
|
3377
|
-
|
|
3378
|
-
Full Changelog: [v1.30.0...v1.31.0](https://github.com/Increase/increase-ruby/compare/v1.30.0...v1.31.0)
|
|
3379
|
-
|
|
3380
|
-
### Features
|
|
3381
|
-
|
|
3382
|
-
* **api:** api update ([9a6f2f9](https://github.com/Increase/increase-ruby/commit/9a6f2f989e619361be3e6178cf83830501af7722))
|
|
3383
|
-
|
|
3384
|
-
## 1.30.0 (2025-08-11)
|
|
3385
|
-
|
|
3386
|
-
Full Changelog: [v1.29.0...v1.30.0](https://github.com/Increase/increase-ruby/compare/v1.29.0...v1.30.0)
|
|
3387
|
-
|
|
3388
|
-
### Features
|
|
3389
|
-
|
|
3390
|
-
* **api:** api update ([815c58c](https://github.com/Increase/increase-ruby/commit/815c58c15e47ab866a7b7506cad299796ca8761d))
|
|
3391
|
-
|
|
3392
|
-
## 1.29.0 (2025-08-11)
|
|
3393
|
-
|
|
3394
|
-
Full Changelog: [v1.28.0...v1.29.0](https://github.com/Increase/increase-ruby/compare/v1.28.0...v1.29.0)
|
|
3395
|
-
|
|
3396
|
-
### Features
|
|
3397
|
-
|
|
3398
|
-
* **api:** api update ([8067d85](https://github.com/Increase/increase-ruby/commit/8067d8591d4f0a2f5a33b796a3f50fe6b5fb6c48))
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
### Chores
|
|
3402
|
-
|
|
3403
|
-
* collect metadata from type DSL ([175f631](https://github.com/Increase/increase-ruby/commit/175f6319788a5ddb8576871ce2e7db5f87474c57))
|
|
3404
|
-
* **internal:** update comment in script ([a4ab2aa](https://github.com/Increase/increase-ruby/commit/a4ab2aa028a24748cde9280d83e4457e966b6aac))
|
|
3405
|
-
* update @stainless-api/prism-cli to v5.15.0 ([663a03e](https://github.com/Increase/increase-ruby/commit/663a03e20f29203afbb2b8ff06aa63a0391b3afc))
|
|
3406
|
-
|
|
3407
|
-
## 1.28.0 (2025-08-07)
|
|
3408
|
-
|
|
3409
|
-
Full Changelog: [v1.27.0...v1.28.0](https://github.com/Increase/increase-ruby/compare/v1.27.0...v1.28.0)
|
|
3410
|
-
|
|
3411
|
-
### Features
|
|
3412
|
-
|
|
3413
|
-
* **api:** api update ([e3cfc2d](https://github.com/Increase/increase-ruby/commit/e3cfc2d3f8b3d0927f21d78ebde304ae99a4c8bd))
|
|
3414
|
-
|
|
3415
|
-
## 1.27.0 (2025-08-07)
|
|
3416
|
-
|
|
3417
|
-
Full Changelog: [v1.26.0...v1.27.0](https://github.com/Increase/increase-ruby/compare/v1.26.0...v1.27.0)
|
|
3418
|
-
|
|
3419
|
-
### Features
|
|
3420
|
-
|
|
3421
|
-
* **api:** api update ([44729b9](https://github.com/Increase/increase-ruby/commit/44729b9363b7c96a58f9e5bf77ffdbd981dc7a3e))
|
|
3422
|
-
|
|
3423
|
-
## 1.26.0 (2025-08-06)
|
|
3424
|
-
|
|
3425
|
-
Full Changelog: [v1.25.0...v1.26.0](https://github.com/Increase/increase-ruby/compare/v1.25.0...v1.26.0)
|
|
3426
|
-
|
|
3427
|
-
### Features
|
|
3428
|
-
|
|
3429
|
-
* **api:** api update ([ead23ff](https://github.com/Increase/increase-ruby/commit/ead23ffebd18c71e3ae34fbec6ecbe20a0805586))
|
|
3430
|
-
|
|
3431
|
-
## 1.25.0 (2025-08-06)
|
|
3432
|
-
|
|
3433
|
-
Full Changelog: [v1.24.0...v1.25.0](https://github.com/Increase/increase-ruby/compare/v1.24.0...v1.25.0)
|
|
3434
|
-
|
|
3435
|
-
### Features
|
|
3436
|
-
|
|
3437
|
-
* **api:** api update ([4df799b](https://github.com/Increase/increase-ruby/commit/4df799b8e62c9c406aec3ff033fa514b6180275b))
|
|
3438
|
-
|
|
3439
|
-
## 1.24.0 (2025-08-04)
|
|
3440
|
-
|
|
3441
|
-
Full Changelog: [v1.23.0...v1.24.0](https://github.com/Increase/increase-ruby/compare/v1.23.0...v1.24.0)
|
|
3442
|
-
|
|
3443
|
-
### Features
|
|
3444
|
-
|
|
3445
|
-
* **api:** api update ([12b5f26](https://github.com/Increase/increase-ruby/commit/12b5f266a069ef40b017526dedab92f47a326216))
|
|
3446
|
-
|
|
3447
|
-
## 1.23.0 (2025-08-01)
|
|
3448
|
-
|
|
3449
|
-
Full Changelog: [v1.22.0...v1.23.0](https://github.com/Increase/increase-ruby/compare/v1.22.0...v1.23.0)
|
|
3450
|
-
|
|
3451
|
-
### Features
|
|
3452
|
-
|
|
3453
|
-
* **api:** api update ([16fe155](https://github.com/Increase/increase-ruby/commit/16fe1558aeff7263c3cb1cf49cf42e919dd55a73))
|
|
3454
|
-
|
|
3455
|
-
## 1.22.0 (2025-08-01)
|
|
3456
|
-
|
|
3457
|
-
Full Changelog: [v1.21.0...v1.22.0](https://github.com/Increase/increase-ruby/compare/v1.21.0...v1.22.0)
|
|
3458
|
-
|
|
3459
|
-
### Features
|
|
3460
|
-
|
|
3461
|
-
* **api:** api update ([7be51b2](https://github.com/Increase/increase-ruby/commit/7be51b29bbd7029482f6048e2fefc70fbf2b4163))
|
|
3462
|
-
|
|
3463
|
-
|
|
3464
|
-
### Chores
|
|
3465
|
-
|
|
3466
|
-
* **internal:** increase visibility of internal helper method ([ac6bbf0](https://github.com/Increase/increase-ruby/commit/ac6bbf06ad0adedc4d3ad1e6549ddf437db09995))
|
|
3467
|
-
|
|
3468
|
-
## 1.21.0 (2025-07-29)
|
|
3469
|
-
|
|
3470
|
-
Full Changelog: [v1.20.0...v1.21.0](https://github.com/Increase/increase-ruby/compare/v1.20.0...v1.21.0)
|
|
3471
|
-
|
|
3472
|
-
### Features
|
|
3473
|
-
|
|
3474
|
-
* **api:** api update ([8aa37f3](https://github.com/Increase/increase-ruby/commit/8aa37f3f48a32970bb8b33df798b30deaf30db2c))
|
|
3475
|
-
|
|
3476
|
-
## 1.20.0 (2025-07-29)
|
|
3477
|
-
|
|
3478
|
-
Full Changelog: [v1.19.0...v1.20.0](https://github.com/Increase/increase-ruby/compare/v1.19.0...v1.20.0)
|
|
3479
|
-
|
|
3480
|
-
### Features
|
|
3481
|
-
|
|
3482
|
-
* **api:** api update ([a305243](https://github.com/Increase/increase-ruby/commit/a305243b97483889ea225182d92bb9ecd6c6f2e0))
|
|
3483
|
-
* **api:** api update ([d7208d2](https://github.com/Increase/increase-ruby/commit/d7208d2033e0cab1197b430876302fc132688459))
|
|
3484
|
-
|
|
3485
|
-
## 1.19.0 (2025-07-29)
|
|
3486
|
-
|
|
3487
|
-
Full Changelog: [v1.18.1...v1.19.0](https://github.com/Increase/increase-ruby/compare/v1.18.1...v1.19.0)
|
|
3488
|
-
|
|
3489
|
-
### Features
|
|
3490
|
-
|
|
3491
|
-
* **api:** api update ([20c3bcb](https://github.com/Increase/increase-ruby/commit/20c3bcbf49471dabea24969e2c926b1288318d80))
|
|
3492
|
-
|
|
3493
|
-
## 1.18.1 (2025-07-28)
|
|
3494
|
-
|
|
3495
|
-
Full Changelog: [v1.18.0...v1.18.1](https://github.com/Increase/increase-ruby/compare/v1.18.0...v1.18.1)
|
|
3496
|
-
|
|
3497
|
-
### Bug Fixes
|
|
3498
|
-
|
|
3499
|
-
* **internal:** ensure sorbet test always runs serially ([3fadad9](https://github.com/Increase/increase-ruby/commit/3fadad9784a466584e85aefa67b223010d1d2437))
|
|
3500
|
-
|
|
3501
|
-
|
|
3502
|
-
### Chores
|
|
3503
|
-
|
|
3504
|
-
* update contribute.md ([123999a](https://github.com/Increase/increase-ruby/commit/123999a695d9b5c4b895f6743c8657a29fc4ef5b))
|
|
3505
|
-
|
|
3506
|
-
## 1.18.0 (2025-07-23)
|
|
3507
|
-
|
|
3508
|
-
Full Changelog: [v1.17.0...v1.18.0](https://github.com/Increase/increase-ruby/compare/v1.17.0...v1.18.0)
|
|
3509
|
-
|
|
3510
|
-
### Features
|
|
3511
|
-
|
|
3512
|
-
* **api:** api update ([74be015](https://github.com/Increase/increase-ruby/commit/74be0150a34f7236337cfff9de194670e9f7b7d4))
|
|
3513
|
-
|
|
3514
|
-
## 1.17.0 (2025-07-22)
|
|
3515
|
-
|
|
3516
|
-
Full Changelog: [v1.16.0...v1.17.0](https://github.com/Increase/increase-ruby/compare/v1.16.0...v1.17.0)
|
|
3517
|
-
|
|
3518
|
-
### Features
|
|
3519
|
-
|
|
3520
|
-
* **api:** api update ([c97cfd4](https://github.com/Increase/increase-ruby/commit/c97cfd42049607113b683af73cca4c3dad439d7d))
|
|
3521
|
-
|
|
3522
|
-
## 1.16.0 (2025-07-22)
|
|
3523
|
-
|
|
3524
|
-
Full Changelog: [v1.15.0...v1.16.0](https://github.com/Increase/increase-ruby/compare/v1.15.0...v1.16.0)
|
|
3525
|
-
|
|
3526
|
-
### Features
|
|
3527
|
-
|
|
3528
|
-
* **api:** api update ([3ab5ee5](https://github.com/Increase/increase-ruby/commit/3ab5ee553ac93933b48ba84ca19f0ee3097e0af8))
|
|
3529
|
-
|
|
3530
|
-
## 1.15.0 (2025-07-21)
|
|
3531
|
-
|
|
3532
|
-
Full Changelog: [v1.14.0...v1.15.0](https://github.com/Increase/increase-ruby/compare/v1.14.0...v1.15.0)
|
|
3533
|
-
|
|
3534
|
-
### Features
|
|
3535
|
-
|
|
3536
|
-
* **api:** api update ([0370864](https://github.com/Increase/increase-ruby/commit/03708647f4f70800c3b9660e50f00632f679d7fa))
|
|
3537
|
-
* **api:** api update ([43fed27](https://github.com/Increase/increase-ruby/commit/43fed27a519cb50ec581647f691ea66b566a2107))
|
|
3538
|
-
|
|
3539
|
-
## 1.14.0 (2025-07-18)
|
|
3540
|
-
|
|
3541
|
-
Full Changelog: [v1.13.0...v1.14.0](https://github.com/Increase/increase-ruby/compare/v1.13.0...v1.14.0)
|
|
3542
|
-
|
|
3543
|
-
### Features
|
|
3544
|
-
|
|
3545
|
-
* **api:** api update ([aff39de](https://github.com/Increase/increase-ruby/commit/aff39de155a064d2c7b2640a6d31fcb400caf63b))
|
|
3546
|
-
|
|
3547
|
-
## 1.13.0 (2025-07-11)
|
|
3548
|
-
|
|
3549
|
-
Full Changelog: [v1.12.0...v1.13.0](https://github.com/Increase/increase-ruby/compare/v1.12.0...v1.13.0)
|
|
3550
|
-
|
|
3551
|
-
### Features
|
|
3552
|
-
|
|
3553
|
-
* **api:** api update ([f7dd43e](https://github.com/Increase/increase-ruby/commit/f7dd43e2ddb588d2b2d837caee579ae1ba3c92a4))
|
|
3554
|
-
|
|
3555
|
-
## 1.12.0 (2025-07-10)
|
|
3556
|
-
|
|
3557
|
-
Full Changelog: [v1.11.0...v1.12.0](https://github.com/Increase/increase-ruby/compare/v1.11.0...v1.12.0)
|
|
3558
|
-
|
|
3559
|
-
### Features
|
|
3560
|
-
|
|
3561
|
-
* **api:** api update ([1765f74](https://github.com/Increase/increase-ruby/commit/1765f74c0125b1b3eab3faf9f03d3498a5daffa4))
|
|
3562
|
-
|
|
3563
|
-
## 1.11.0 (2025-07-09)
|
|
3564
|
-
|
|
3565
|
-
Full Changelog: [v1.10.0...v1.11.0](https://github.com/Increase/increase-ruby/compare/v1.10.0...v1.11.0)
|
|
3566
|
-
|
|
3567
|
-
### Features
|
|
3568
|
-
|
|
3569
|
-
* **api:** api update ([2e487ee](https://github.com/Increase/increase-ruby/commit/2e487ee62d833362c3d080953d68c164d08c6bf9))
|
|
3570
|
-
|
|
3571
|
-
## 1.10.0 (2025-07-08)
|
|
3572
|
-
|
|
3573
|
-
Full Changelog: [v1.9.0...v1.10.0](https://github.com/Increase/increase-ruby/compare/v1.9.0...v1.10.0)
|
|
3574
|
-
|
|
3575
|
-
### Features
|
|
3576
|
-
|
|
3577
|
-
* **api:** api update ([2e57642](https://github.com/Increase/increase-ruby/commit/2e576426eaf44efb61af1d5012820b83ed36d059))
|
|
3578
|
-
* **api:** api update ([c873f32](https://github.com/Increase/increase-ruby/commit/c873f32a202b3db985d36d07a933467c7c45f472))
|
|
3579
|
-
|
|
3580
|
-
## 1.9.0 (2025-07-04)
|
|
3581
|
-
|
|
3582
|
-
Full Changelog: [v1.8.0...v1.9.0](https://github.com/Increase/increase-ruby/compare/v1.8.0...v1.9.0)
|
|
3583
|
-
|
|
3584
|
-
### Features
|
|
3585
|
-
|
|
3586
|
-
* **api:** api update ([39cfff5](https://github.com/Increase/increase-ruby/commit/39cfff5f5bbb36f2ac638c05b3259c3a76a9fe08))
|
|
3587
|
-
|
|
3588
|
-
## 1.8.0 (2025-07-04)
|
|
3589
|
-
|
|
3590
|
-
Full Changelog: [v1.7.0...v1.8.0](https://github.com/Increase/increase-ruby/compare/v1.7.0...v1.8.0)
|
|
3591
|
-
|
|
3592
|
-
### Features
|
|
3593
|
-
|
|
3594
|
-
* **api:** api update ([ac9c398](https://github.com/Increase/increase-ruby/commit/ac9c3980decb85870a47773a347507176d40981e))
|
|
3595
|
-
|
|
3596
|
-
## 1.7.0 (2025-07-02)
|
|
3597
|
-
|
|
3598
|
-
Full Changelog: [v1.6.0...v1.7.0](https://github.com/Increase/increase-ruby/compare/v1.6.0...v1.7.0)
|
|
3599
|
-
|
|
3600
|
-
### Features
|
|
3601
|
-
|
|
3602
|
-
* **api:** api update ([c7a416e](https://github.com/Increase/increase-ruby/commit/c7a416e30dc10a9245015f3e5da55142831d0112))
|
|
3603
|
-
|
|
3604
|
-
## 1.6.0 (2025-07-01)
|
|
3605
|
-
|
|
3606
|
-
Full Changelog: [v1.5.3...v1.6.0](https://github.com/Increase/increase-ruby/compare/v1.5.3...v1.6.0)
|
|
3607
|
-
|
|
3608
|
-
### Features
|
|
3609
|
-
|
|
3610
|
-
* **api:** api update ([f558750](https://github.com/Increase/increase-ruby/commit/f55875048421a837a8cd9cff86e163cbb6501c7a))
|
|
3611
|
-
|
|
3612
|
-
## 1.5.3 (2025-06-30)
|
|
3613
|
-
|
|
3614
|
-
Full Changelog: [v1.5.2...v1.5.3](https://github.com/Increase/increase-ruby/compare/v1.5.2...v1.5.3)
|
|
3615
|
-
|
|
3616
|
-
### Chores
|
|
3617
|
-
|
|
3618
|
-
* **ci:** only run for pushes and fork pull requests ([3260c91](https://github.com/Increase/increase-ruby/commit/3260c917c1e4f2d3686f3487256c358699998f74))
|
|
3619
|
-
* **internal:** allow streams to also be unwrapped on a per-row basis ([dacddf0](https://github.com/Increase/increase-ruby/commit/dacddf00f49e317641f0b4a855d32f00cf4b6aed))
|
|
3620
|
-
|
|
3621
|
-
## 1.5.2 (2025-06-27)
|
|
3622
|
-
|
|
3623
|
-
Full Changelog: [v1.5.1...v1.5.2](https://github.com/Increase/increase-ruby/compare/v1.5.1...v1.5.2)
|
|
3624
|
-
|
|
3625
|
-
### Bug Fixes
|
|
3626
|
-
|
|
3627
|
-
* sorbet type annotation on client's `environ` settings ([d9f2aaa](https://github.com/Increase/increase-ruby/commit/d9f2aaa0973e9f1b79fe3c9ffcfd1c3be5f0a395))
|
|
3628
|
-
|
|
3629
|
-
## 1.5.1 (2025-06-26)
|
|
3630
|
-
|
|
3631
|
-
Full Changelog: [v1.5.0...v1.5.1](https://github.com/Increase/increase-ruby/compare/v1.5.0...v1.5.1)
|
|
3632
|
-
|
|
3633
|
-
### Bug Fixes
|
|
3634
|
-
|
|
3635
|
-
* **ci:** release-doctor — report correct token name ([0b4d159](https://github.com/Increase/increase-ruby/commit/0b4d15981b94bb9b8d4debe1af14899bee48385a))
|
|
3636
|
-
|
|
3637
|
-
## 1.5.0 (2025-06-26)
|
|
3638
|
-
|
|
3639
|
-
Full Changelog: [v1.4.0...v1.5.0](https://github.com/Increase/increase-ruby/compare/v1.4.0...v1.5.0)
|
|
3640
|
-
|
|
3641
|
-
### Features
|
|
3642
|
-
|
|
3643
|
-
* **api:** api update ([c5054f1](https://github.com/Increase/increase-ruby/commit/c5054f152ece6c990269c83a7c7537fc137ac665))
|
|
3644
|
-
* **api:** api update ([dbddbd3](https://github.com/Increase/increase-ruby/commit/dbddbd30aae44f3600916e4e0bef10d35f866a45))
|
|
3645
|
-
|
|
3646
|
-
## 1.4.0 (2025-06-25)
|
|
3647
|
-
|
|
3648
|
-
Full Changelog: [v1.3.0...v1.4.0](https://github.com/Increase/increase-ruby/compare/v1.3.0...v1.4.0)
|
|
3649
|
-
|
|
3650
|
-
### Features
|
|
3651
|
-
|
|
3652
|
-
* **api:** api update ([5e84760](https://github.com/Increase/increase-ruby/commit/5e847601520f15c05af732d75fc3836a0db58e11))
|
|
3653
|
-
* **api:** api update ([05ab542](https://github.com/Increase/increase-ruby/commit/05ab5422b9a7ca0fef94405a930ca991ae2b7b34))
|
|
3654
|
-
|
|
3655
|
-
## 1.3.0 (2025-06-24)
|
|
3656
|
-
|
|
3657
|
-
Full Changelog: [v1.2.0...v1.3.0](https://github.com/Increase/increase-ruby/compare/v1.2.0...v1.3.0)
|
|
3658
|
-
|
|
3659
|
-
### Features
|
|
3660
|
-
|
|
3661
|
-
* **api:** api update ([4bc56cc](https://github.com/Increase/increase-ruby/commit/4bc56cc2a93fddc9d94c6ddc6fb885915cc74c99))
|
|
3662
|
-
|
|
3663
|
-
## 1.2.0 (2025-06-24)
|
|
3664
|
-
|
|
3665
|
-
Full Changelog: [v1.1.0...v1.2.0](https://github.com/Increase/increase-ruby/compare/v1.1.0...v1.2.0)
|
|
3666
|
-
|
|
3667
|
-
### Features
|
|
3668
|
-
|
|
3669
|
-
* **api:** api update ([2b5da1c](https://github.com/Increase/increase-ruby/commit/2b5da1c10f75b8a65c2370858c08eadf4268b044))
|
|
3670
|
-
|
|
3671
|
-
## 1.1.0 (2025-06-23)
|
|
3672
|
-
|
|
3673
|
-
Full Changelog: [v1.0.0...v1.1.0](https://github.com/Increase/increase-ruby/compare/v1.0.0...v1.1.0)
|
|
3674
|
-
|
|
3675
|
-
### Features
|
|
3676
|
-
|
|
3677
|
-
* **api:** api update ([0f5e84f](https://github.com/Increase/increase-ruby/commit/0f5e84f8b0592dd7aceb782205d6001b88899729))
|
|
3678
|
-
* **api:** api update ([0bca37e](https://github.com/Increase/increase-ruby/commit/0bca37e04d7c3d25db73ac6d04b83bafc0871981))
|
|
3679
|
-
* **api:** api update ([af7da72](https://github.com/Increase/increase-ruby/commit/af7da7244c3be50d3324c81b45250de8dece0d66))
|
|
3680
|
-
* **api:** api update ([da619e1](https://github.com/Increase/increase-ruby/commit/da619e1bbda845ebdb6e947b31aa2f42680427b4))
|
|
3681
|
-
* **api:** api update ([448a80e](https://github.com/Increase/increase-ruby/commit/448a80e2f8d328b75f6d2f7e853b6ca3deca0a18))
|
|
3682
|
-
* **api:** api update ([fb4e2d4](https://github.com/Increase/increase-ruby/commit/fb4e2d4946295fa4d5d027ad82a06ee11f9002c5))
|
|
3683
|
-
* **api:** api update ([a1e1715](https://github.com/Increase/increase-ruby/commit/a1e17156bdd69cae745635ca7b6aa2aa290c5e54))
|
|
3684
|
-
* **api:** api update ([305a386](https://github.com/Increase/increase-ruby/commit/305a38617d22becf2b86bcae6beec3e95e5ca069))
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
### Bug Fixes
|
|
3688
|
-
|
|
3689
|
-
* issue where we cannot mutate arrays on base model derivatives ([52fb1fb](https://github.com/Increase/increase-ruby/commit/52fb1fbfae48eeb4431d5ed57969b9a4a24efe6d))
|
|
3690
|
-
|
|
3691
|
-
|
|
3692
|
-
### Chores
|
|
3693
|
-
|
|
3694
|
-
* **ci:** enable for pull requests ([7002a0a](https://github.com/Increase/increase-ruby/commit/7002a0a60f51908f98e39f4daae7cb7af99fe98e))
|
|
3695
|
-
|
|
3696
|
-
## 1.0.0 (2025-06-16)
|
|
3697
|
-
|
|
3698
|
-
Full Changelog: [v0.1.0-alpha.34...v1.0.0](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.34...v1.0.0)
|
|
3699
|
-
|
|
3700
|
-
## 0.1.0-alpha.34 (2025-06-13)
|
|
3701
|
-
|
|
3702
|
-
Full Changelog: [v0.1.0-alpha.33...v0.1.0-alpha.34](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.33...v0.1.0-alpha.34)
|
|
3703
|
-
|
|
3704
|
-
### Features
|
|
3705
|
-
|
|
3706
|
-
* **api:** api update ([7cc9b38](https://github.com/Increase/increase-ruby/commit/7cc9b38ab4242f628beabcd2b087860897dcbb9e))
|
|
3707
|
-
|
|
3708
|
-
## 0.1.0-alpha.33 (2025-06-12)
|
|
3709
|
-
|
|
3710
|
-
Full Changelog: [v0.1.0-alpha.32...v0.1.0-alpha.33](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.32...v0.1.0-alpha.33)
|
|
3711
|
-
|
|
3712
|
-
### Features
|
|
3713
|
-
|
|
3714
|
-
* **api:** api update ([68187fc](https://github.com/Increase/increase-ruby/commit/68187fce49e249a80b2e0c6246ff80d176c9a399))
|
|
3715
|
-
|
|
3716
|
-
## 0.1.0-alpha.32 (2025-06-11)
|
|
3717
|
-
|
|
3718
|
-
Full Changelog: [v0.1.0-alpha.31...v0.1.0-alpha.32](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.31...v0.1.0-alpha.32)
|
|
3719
|
-
|
|
3720
|
-
### Features
|
|
3721
|
-
|
|
3722
|
-
* **api:** api update ([9c520ae](https://github.com/Increase/increase-ruby/commit/9c520aec8a6ef3507d816a8bc27c0c17766220a4))
|
|
3723
|
-
|
|
3724
|
-
|
|
3725
|
-
### Chores
|
|
3726
|
-
|
|
3727
|
-
* **ci:** link to correct github repo ([50e7095](https://github.com/Increase/increase-ruby/commit/50e70954b15bd52f627163148865d0fc53e78f87))
|
|
3728
|
-
|
|
3729
|
-
## 0.1.0-alpha.31 (2025-06-08)
|
|
3730
|
-
|
|
3731
|
-
Full Changelog: [v0.1.0-alpha.30...v0.1.0-alpha.31](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.30...v0.1.0-alpha.31)
|
|
3732
|
-
|
|
3733
|
-
### Features
|
|
3734
|
-
|
|
3735
|
-
* **api:** api update ([381598e](https://github.com/Increase/increase-ruby/commit/381598ee6a15e75c4a33a1f27b4e5930f4f9e744))
|
|
3736
|
-
* **api:** api update ([901ff94](https://github.com/Increase/increase-ruby/commit/901ff949f455288cd8f902e7bcf14b720376e27a))
|
|
3737
|
-
* **api:** api update ([b21fa1c](https://github.com/Increase/increase-ruby/commit/b21fa1ca020cec0ba8e704474e5d726cdbc34b3c))
|
|
3738
|
-
* **api:** api update ([cda80e7](https://github.com/Increase/increase-ruby/commit/cda80e71e5adcef9e2db23380c8750a1854c7675))
|
|
3739
|
-
|
|
3740
|
-
|
|
3741
|
-
### Bug Fixes
|
|
3742
|
-
|
|
3743
|
-
* default content-type for text in multi-part formdata uploads should be text/plain ([6008528](https://github.com/Increase/increase-ruby/commit/60085285e33b4259d2c02332ced3b0436ebdae5e))
|
|
3744
|
-
|
|
3745
|
-
|
|
3746
|
-
### Chores
|
|
3747
|
-
|
|
3748
|
-
* fix idempotency header ([3e72dbd](https://github.com/Increase/increase-ruby/commit/3e72dbdfa637e7c0eeb9c821fd6ff12c3cc2c13a))
|
|
3749
|
-
* Update SECURITY.md ([692d69b](https://github.com/Increase/increase-ruby/commit/692d69bf188e7735ee58289f6d9c4cdbcec303ab))
|
|
3750
|
-
|
|
3751
|
-
## 0.1.0-alpha.30 (2025-06-03)
|
|
3752
|
-
|
|
3753
|
-
Full Changelog: [v0.1.0-alpha.29...v0.1.0-alpha.30](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.29...v0.1.0-alpha.30)
|
|
3754
|
-
|
|
3755
|
-
### Features
|
|
3756
|
-
|
|
3757
|
-
* **api:** api update ([bb7f9d3](https://github.com/Increase/increase-ruby/commit/bb7f9d31c20555ba9391376680a6efdbb667e81d))
|
|
3758
|
-
* **api:** api update ([6211a95](https://github.com/Increase/increase-ruby/commit/6211a959e8612d7974fcdbc0076f068bc1a90025))
|
|
3759
|
-
* **api:** api update ([39d9b4c](https://github.com/Increase/increase-ruby/commit/39d9b4c8731658a5568bb974cd9334f07c83bb4f))
|
|
3760
|
-
* **api:** api update ([4f9aad6](https://github.com/Increase/increase-ruby/commit/4f9aad6968a09f1549b32d98d19dddced537403f))
|
|
3761
|
-
|
|
3762
|
-
|
|
3763
|
-
### Bug Fixes
|
|
3764
|
-
|
|
3765
|
-
* `to_sorbet_type` should not return branded types ([4dd5dff](https://github.com/Increase/increase-ruby/commit/4dd5dffdb9d333152cb5d759c763f4b0cfd15afd))
|
|
3766
|
-
|
|
3767
|
-
## 0.1.0-alpha.29 (2025-05-28)
|
|
3768
|
-
|
|
3769
|
-
Full Changelog: [v0.1.0-alpha.28...v0.1.0-alpha.29](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.28...v0.1.0-alpha.29)
|
|
3770
|
-
|
|
3771
|
-
### Features
|
|
3772
|
-
|
|
3773
|
-
* **api:** api update ([8870066](https://github.com/Increase/increase-ruby/commit/887006677b9780dfed78b0d05a136fec06e52072))
|
|
3774
|
-
|
|
3775
|
-
## 0.1.0-alpha.28 (2025-05-27)
|
|
3776
|
-
|
|
3777
|
-
Full Changelog: [v0.1.0-alpha.27...v0.1.0-alpha.28](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.27...v0.1.0-alpha.28)
|
|
3778
|
-
|
|
3779
|
-
### Features
|
|
3780
|
-
|
|
3781
|
-
* **api:** api update ([22c484f](https://github.com/Increase/increase-ruby/commit/22c484f13d1e81041c1d07f28aacd858314755e8))
|
|
3782
|
-
|
|
3783
|
-
|
|
3784
|
-
### Bug Fixes
|
|
3785
|
-
|
|
3786
|
-
* sorbet types for enums, and make tapioca detection ignore `tapioca dsl` ([bf4354d](https://github.com/Increase/increase-ruby/commit/bf4354d9eda8ed1b0a114ac319d3e62b357049e6))
|
|
3787
|
-
|
|
3788
|
-
## 0.1.0-alpha.27 (2025-05-23)
|
|
3789
|
-
|
|
3790
|
-
Full Changelog: [v0.1.0-alpha.26...v0.1.0-alpha.27](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.26...v0.1.0-alpha.27)
|
|
3791
|
-
|
|
3792
|
-
### Bug Fixes
|
|
3793
|
-
|
|
3794
|
-
* prevent rubocop from mangling `===` to `is_a?` check ([b0fc6ac](https://github.com/Increase/increase-ruby/commit/b0fc6ac4326dc7a7ab598af3652be29e357590df))
|
|
3795
|
-
|
|
3796
|
-
## 0.1.0-alpha.26 (2025-05-22)
|
|
3797
|
-
|
|
3798
|
-
Full Changelog: [v0.1.0-alpha.25...v0.1.0-alpha.26](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.25...v0.1.0-alpha.26)
|
|
3799
|
-
|
|
3800
|
-
### Features
|
|
3801
|
-
|
|
3802
|
-
* **api:** api update ([02d1d7a](https://github.com/Increase/increase-ruby/commit/02d1d7a9743f2fa636c1f7c5da1239651942e84f))
|
|
3803
|
-
* **api:** api update ([0048087](https://github.com/Increase/increase-ruby/commit/004808756c486b90f9d3bbac352d209c77fc0044))
|
|
3804
|
-
|
|
3805
|
-
|
|
3806
|
-
### Chores
|
|
3807
|
-
|
|
3808
|
-
* **docs:** grammar improvements ([7528787](https://github.com/Increase/increase-ruby/commit/752878761b5cd474fe3f751b33b8a66f360ca2e3))
|
|
3809
|
-
* force utf-8 locale via `RUBYOPT` when formatting ([9836cc4](https://github.com/Increase/increase-ruby/commit/9836cc43f50da4049117fd2724bfbcf41a2c3283))
|
|
3810
|
-
* refine Yard and Sorbet types and ensure linting is turned on for examples ([3846f08](https://github.com/Increase/increase-ruby/commit/3846f08fefcddec7cefbf86e3a3fbfa535318d94))
|
|
3811
|
-
* use fully qualified names for yard annotations and rbs aliases ([7a81744](https://github.com/Increase/increase-ruby/commit/7a81744d65096fc1af4b633f04f85f0d01c90617))
|
|
3812
|
-
|
|
3813
|
-
## 0.1.0-alpha.25 (2025-05-20)
|
|
3814
|
-
|
|
3815
|
-
Full Changelog: [v0.1.0-alpha.24...v0.1.0-alpha.25](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.24...v0.1.0-alpha.25)
|
|
3816
|
-
|
|
3817
|
-
### Features
|
|
3818
|
-
|
|
3819
|
-
* **api:** api update ([e0ff4dc](https://github.com/Increase/increase-ruby/commit/e0ff4dc3724a0afac1fe6b232f319752dd0503f3))
|
|
3820
|
-
|
|
3821
|
-
|
|
3822
|
-
### Bug Fixes
|
|
3823
|
-
|
|
3824
|
-
* correctly instantiate sorbet type aliases for enums and unions ([dbf0949](https://github.com/Increase/increase-ruby/commit/dbf094958b6e2f50f82252018dbc7d44380be1e1))
|
|
3825
|
-
|
|
3826
|
-
|
|
3827
|
-
### Chores
|
|
3828
|
-
|
|
3829
|
-
* whitespaces ([67b9c0d](https://github.com/Increase/increase-ruby/commit/67b9c0d67f049bc1db8c0adb32320479aa48b4e5))
|
|
3830
|
-
|
|
3831
|
-
## 0.1.0-alpha.24 (2025-05-15)
|
|
3832
|
-
|
|
3833
|
-
Full Changelog: [v0.1.0-alpha.23...v0.1.0-alpha.24](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.23...v0.1.0-alpha.24)
|
|
3834
|
-
|
|
3835
|
-
### Features
|
|
3836
|
-
|
|
3837
|
-
* **api:** api update ([3afcf27](https://github.com/Increase/increase-ruby/commit/3afcf27617485341a7bacdf0ce80d7cfdb047684))
|
|
3838
|
-
* **api:** api update ([bd63d1d](https://github.com/Increase/increase-ruby/commit/bd63d1d70c9bd7709a1f09e3183ddfc861a53729))
|
|
3839
|
-
* bump default connection pool size limit to minimum of 99 ([2742b21](https://github.com/Increase/increase-ruby/commit/2742b21734e33f6e6a3f10d74276e558345db8e0))
|
|
3840
|
-
|
|
3841
|
-
|
|
3842
|
-
### Documentation
|
|
3843
|
-
|
|
3844
|
-
* rewrite much of README.md for readability ([30d40de](https://github.com/Increase/increase-ruby/commit/30d40de36a7c3f591ad793490f0bd09ada0343b7))
|
|
3845
|
-
|
|
3846
|
-
## 0.1.0-alpha.23 (2025-05-13)
|
|
3847
|
-
|
|
3848
|
-
Full Changelog: [v0.1.0-alpha.22...v0.1.0-alpha.23](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.22...v0.1.0-alpha.23)
|
|
3849
|
-
|
|
3850
|
-
### Features
|
|
3851
|
-
|
|
3852
|
-
* expose base client options as read only attributes ([22199bc](https://github.com/Increase/increase-ruby/commit/22199bc7e21f1c545662ae0da9934598f8c190e5))
|
|
3853
|
-
* expose recursive `#to_h` conversion ([bc9b4f3](https://github.com/Increase/increase-ruby/commit/bc9b4f3e3063d52a4454084832f3b12a052a4af8))
|
|
3854
|
-
|
|
3855
|
-
|
|
3856
|
-
### Bug Fixes
|
|
3857
|
-
|
|
3858
|
-
* **internal:** update gemspec name ([4323fb5](https://github.com/Increase/increase-ruby/commit/4323fb58792ad85fe9109898bbf47f578cb3f43a))
|
|
3859
|
-
|
|
3860
|
-
|
|
3861
|
-
### Chores
|
|
3862
|
-
|
|
3863
|
-
* fix misc linting / minor issues ([730b149](https://github.com/Increase/increase-ruby/commit/730b14968b92319ce539148582bfe9e968fe07f3))
|
|
3864
|
-
|
|
3865
|
-
## 0.1.0-alpha.22 (2025-05-12)
|
|
3866
|
-
|
|
3867
|
-
Full Changelog: [v0.1.0-alpha.21...v0.1.0-alpha.22](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.21...v0.1.0-alpha.22)
|
|
3868
|
-
|
|
3869
|
-
### Features
|
|
3870
|
-
|
|
3871
|
-
* **api:** api update ([e9058dd](https://github.com/Increase/increase-ruby/commit/e9058dd6b8bf03cca193810a0973ffb0cd242b51))
|
|
3872
|
-
* support sorbet aliases at the runtime ([38e39cf](https://github.com/Increase/increase-ruby/commit/38e39cfce387746d743d13133b2d1e17c3b5fa86))
|
|
3873
|
-
|
|
3874
|
-
## 0.1.0-alpha.21 (2025-05-09)
|
|
3875
|
-
|
|
3876
|
-
Full Changelog: [v0.1.0-alpha.20...v0.1.0-alpha.21](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.20...v0.1.0-alpha.21)
|
|
3877
|
-
|
|
3878
|
-
### Features
|
|
3879
|
-
|
|
3880
|
-
* **api:** api update ([486b925](https://github.com/Increase/increase-ruby/commit/486b925d5c4fe163253854853dc6b656e4838c51))
|
|
3881
|
-
|
|
3882
|
-
## 0.1.0-alpha.20 (2025-05-08)
|
|
3883
|
-
|
|
3884
|
-
Full Changelog: [v0.1.0-alpha.19...v0.1.0-alpha.20](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.19...v0.1.0-alpha.20)
|
|
3885
|
-
|
|
3886
|
-
### Features
|
|
3887
|
-
|
|
3888
|
-
* **api:** api update ([11d10fa](https://github.com/Increase/increase-ruby/commit/11d10fadaf87159363f61318935bc5f2f303dcfa))
|
|
3889
|
-
|
|
3890
|
-
|
|
3891
|
-
### Documentation
|
|
3892
|
-
|
|
3893
|
-
* remove or fix invalid readme examples ([a396397](https://github.com/Increase/increase-ruby/commit/a3963973a51da3cca92b1bf2bfc18402bb2bd78f))
|
|
3894
|
-
|
|
3895
|
-
## 0.1.0-alpha.19 (2025-05-07)
|
|
3896
|
-
|
|
3897
|
-
Full Changelog: [v0.1.0-alpha.18...v0.1.0-alpha.19](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.18...v0.1.0-alpha.19)
|
|
3898
|
-
|
|
3899
|
-
### Bug Fixes
|
|
3900
|
-
|
|
3901
|
-
* **internal:** ensure formatting always uses c.utf-8 locale ([9b69402](https://github.com/Increase/increase-ruby/commit/9b6940250bbe4cac50ac5acf1028c8019c8cf17f))
|
|
3902
|
-
|
|
3903
|
-
|
|
3904
|
-
### Chores
|
|
3905
|
-
|
|
3906
|
-
* revert ignoring Gemfile.lock ([a73e4a5](https://github.com/Increase/increase-ruby/commit/a73e4a5c4a6b85016baee8259e8cea95acc01d7d))
|
|
3907
|
-
|
|
3908
|
-
## 0.1.0-alpha.18 (2025-05-06)
|
|
3909
|
-
|
|
3910
|
-
Full Changelog: [v0.1.0-alpha.17...v0.1.0-alpha.18](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.17...v0.1.0-alpha.18)
|
|
3911
|
-
|
|
3912
|
-
### Bug Fixes
|
|
3913
|
-
|
|
3914
|
-
* **internal:** fix formatting script for macos ([f2e55ff](https://github.com/Increase/increase-ruby/commit/f2e55ff7c3829a5f95209b4f5b6d1c69d8310e1d))
|
|
3915
|
-
|
|
3916
|
-
## 0.1.0-alpha.17 (2025-05-06)
|
|
3917
|
-
|
|
3918
|
-
Full Changelog: [v0.1.0-alpha.16...v0.1.0-alpha.17](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.16...v0.1.0-alpha.17)
|
|
3919
|
-
|
|
3920
|
-
### Features
|
|
3921
|
-
|
|
3922
|
-
* **api:** api update ([8b2b2cd](https://github.com/Increase/increase-ruby/commit/8b2b2cd1ccd949365a86684edc106f892576fa54))
|
|
3923
|
-
|
|
3924
|
-
|
|
3925
|
-
### Chores
|
|
3926
|
-
|
|
3927
|
-
* **internal:** codegen related update ([622d726](https://github.com/Increase/increase-ruby/commit/622d7260de885573acdbe1f890830f3759bbf852))
|
|
3928
|
-
|
|
3929
|
-
## 0.1.0-alpha.16 (2025-05-06)
|
|
3930
|
-
|
|
3931
|
-
Full Changelog: [v0.1.0-alpha.15...v0.1.0-alpha.16](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.15...v0.1.0-alpha.16)
|
|
3932
|
-
|
|
3933
|
-
### Features
|
|
3934
|
-
|
|
3935
|
-
* **api:** api update ([33dfc93](https://github.com/Increase/increase-ruby/commit/33dfc9358d19c889fb6170b0edebe6e2017d4bd8))
|
|
3936
|
-
* **api:** api update ([62c70eb](https://github.com/Increase/increase-ruby/commit/62c70eb08625d9a4396b58cd0dea4cf99e2deac6))
|
|
3937
|
-
|
|
3938
|
-
|
|
3939
|
-
### Chores
|
|
3940
|
-
|
|
3941
|
-
* accept all nd-json mimetype variants ([a95607e](https://github.com/Increase/increase-ruby/commit/a95607ee17b41cf983cb98de4a12500aeb9a5924))
|
|
3942
|
-
* **internal:** codegen related update ([bc632be](https://github.com/Increase/increase-ruby/commit/bc632bed68cf33328523a222c51d400b359a8912))
|
|
3943
|
-
|
|
3944
|
-
|
|
3945
|
-
### Documentation
|
|
3946
|
-
|
|
3947
|
-
* illustrate environmental defaults for auth variables ([9373e3c](https://github.com/Increase/increase-ruby/commit/9373e3cac9df6b3838d036a8c495bcd737c66d50))
|
|
3948
|
-
|
|
3949
|
-
## 0.1.0-alpha.15 (2025-05-04)
|
|
3950
|
-
|
|
3951
|
-
Full Changelog: [v0.1.0-alpha.14...v0.1.0-alpha.15](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.14...v0.1.0-alpha.15)
|
|
3952
|
-
|
|
3953
|
-
### Features
|
|
3954
|
-
|
|
3955
|
-
* **api:** api update ([89abf48](https://github.com/Increase/increase-ruby/commit/89abf48eead7502727530d6f705dea0a1e564b99))
|
|
3956
|
-
|
|
3957
|
-
|
|
3958
|
-
### Chores
|
|
3959
|
-
|
|
3960
|
-
* always check if current page is empty in `next_page?` ([1d2d192](https://github.com/Increase/increase-ruby/commit/1d2d19232fa43a2db751e4e2f325c5c16b17d342))
|
|
3961
|
-
* **internal:** codegen related update ([88c79df](https://github.com/Increase/increase-ruby/commit/88c79dfce934bf6b6a3d010b1f8bfd6f4b546501))
|
|
3962
|
-
* migrate away from deprecated `JSON#fast_generate` ([4156e8b](https://github.com/Increase/increase-ruby/commit/4156e8bf730abbfcf84030b622c934642f0d6e38))
|
|
3963
|
-
* re-export top level models under library namespace ([f94cbdc](https://github.com/Increase/increase-ruby/commit/f94cbdc60fd5457005558261e852b576720048d5))
|
|
3964
|
-
* remove Gemfile.lock during bootstrap ([9dc594a](https://github.com/Increase/increase-ruby/commit/9dc594a282783ca34d713df072c6e06712a92e57))
|
|
3965
|
-
* validate request option coercion correctness ([210a5b1](https://github.com/Increase/increase-ruby/commit/210a5b1890bc8ccedf959085a2e18f745d8850bc))
|
|
3966
|
-
|
|
3967
|
-
|
|
3968
|
-
### Documentation
|
|
3969
|
-
|
|
3970
|
-
* **readme:** fix typo ([e6db2fe](https://github.com/Increase/increase-ruby/commit/e6db2fe4055f4d2bbd1b93a090aa34bc200264d7))
|
|
3971
|
-
|
|
3972
|
-
## 0.1.0-alpha.14 (2025-04-29)
|
|
3973
|
-
|
|
3974
|
-
Full Changelog: [v0.1.0-alpha.13...v0.1.0-alpha.14](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.13...v0.1.0-alpha.14)
|
|
3975
|
-
|
|
3976
|
-
### Features
|
|
3977
|
-
|
|
3978
|
-
* **api:** api update ([0cd0cfd](https://github.com/Increase/increase-ruby/commit/0cd0cfdcbdbe39c7e9c530d8cfa4f5ccf523fef9))
|
|
3979
|
-
|
|
3980
|
-
|
|
3981
|
-
### Chores
|
|
3982
|
-
|
|
3983
|
-
* loosen rubocop rules that don't always make sense ([1823b91](https://github.com/Increase/increase-ruby/commit/1823b91f3a55222a2b78c2df10b73e1949f134e4))
|
|
3984
|
-
|
|
3985
|
-
## 0.1.0-alpha.13 (2025-04-28)
|
|
3986
|
-
|
|
3987
|
-
Full Changelog: [v0.1.0-alpha.12...v0.1.0-alpha.13](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.12...v0.1.0-alpha.13)
|
|
3988
|
-
|
|
3989
|
-
### Features
|
|
3990
|
-
|
|
3991
|
-
* **api:** api update ([45fc551](https://github.com/Increase/increase-ruby/commit/45fc551b875600bfcd2dea9cfad233e932937c60))
|
|
3992
|
-
|
|
3993
|
-
|
|
3994
|
-
### Chores
|
|
3995
|
-
|
|
3996
|
-
* add generator safe directory ([cb8b110](https://github.com/Increase/increase-ruby/commit/cb8b1101240abd6d05da7e20d0dd9d03cc8f0d31))
|
|
3997
|
-
* **internal:** annotate request options with type aliases in sorbet ([2c2ec21](https://github.com/Increase/increase-ruby/commit/2c2ec21376e7acc7554e8ac99a36682479ee8930))
|
|
3998
|
-
* **internal:** remove unnecessary `rbi/lib` folder ([7826238](https://github.com/Increase/increase-ruby/commit/7826238a53b6c07a3c256f88c9f1bcd8ea29c92c))
|
|
3999
|
-
* more accurate type annotations and aliases ([4a22b74](https://github.com/Increase/increase-ruby/commit/4a22b7498e85103d2a393b4930c49a200141b27c))
|
|
4000
|
-
|
|
4001
|
-
## 0.1.0-alpha.12 (2025-04-25)
|
|
4002
|
-
|
|
4003
|
-
Full Changelog: [v0.1.0-alpha.11...v0.1.0-alpha.12](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.11...v0.1.0-alpha.12)
|
|
4004
|
-
|
|
4005
|
-
### Features
|
|
4006
|
-
|
|
4007
|
-
* **api:** api update ([666183d](https://github.com/Increase/increase-ruby/commit/666183d2e524186260dcca5505a794c545840183))
|
|
4008
|
-
* **api:** api update ([f7348dc](https://github.com/Increase/increase-ruby/commit/f7348dc4328a7e2111a67be09dc77843c83b2e49))
|
|
4009
|
-
* **api:** api update ([7d7ab72](https://github.com/Increase/increase-ruby/commit/7d7ab72a46faa7274855639846a130f2a9e0ad41))
|
|
4010
|
-
* support specifying content-type with FilePart class ([05afd72](https://github.com/Increase/increase-ruby/commit/05afd7274f7881cdef4bc4292d9c7eb8104f0c27))
|
|
4011
|
-
* support webmock for testing ([995c8ba](https://github.com/Increase/increase-ruby/commit/995c8baa67995d921ea02054f120e9bdaebe01ad))
|
|
4012
|
-
|
|
4013
|
-
|
|
4014
|
-
### Bug Fixes
|
|
4015
|
-
|
|
4016
|
-
* ensure gem release is unaffected by renaming ([c0a0fb7](https://github.com/Increase/increase-ruby/commit/c0a0fb79e9b89a36d3dfbcb0dac08919e4eea8c4))
|
|
4017
|
-
* make a typo for `FilePart.content` ([a080024](https://github.com/Increase/increase-ruby/commit/a080024a471808e2fb1cf1eade231d93c652e411))
|
|
4018
|
-
|
|
4019
|
-
|
|
4020
|
-
### Chores
|
|
4021
|
-
|
|
4022
|
-
* broadly detect json family of content-type headers ([6ce04be](https://github.com/Increase/increase-ruby/commit/6ce04be506ecb273342936ed47e4996cd2173fef))
|
|
4023
|
-
* **ci:** only use depot for staging repos ([0ab95d5](https://github.com/Increase/increase-ruby/commit/0ab95d54a80ef309144a61b51543bfb298f44f22))
|
|
4024
|
-
* **ci:** run on more branches and use depot runners ([81e1f3a](https://github.com/Increase/increase-ruby/commit/81e1f3ac48fe1e256ae0f203b902a1b3e87901f9))
|
|
4025
|
-
* consistently use string in examples, even for enums ([e87d2db](https://github.com/Increase/increase-ruby/commit/e87d2db29255f5f9372f82a2e9ecd5da02cc2ca6))
|
|
4026
|
-
* **internal:** codegen related update ([79b309d](https://github.com/Increase/increase-ruby/commit/79b309d21bf855bdd27c7822cf6735e83d3cb484))
|
|
4027
|
-
* **internal:** improve response envelope unwrap functionality ([b3f18d4](https://github.com/Increase/increase-ruby/commit/b3f18d4820ff1d2a1f3b4b551f3abd0530a5b77c))
|
|
4028
|
-
* show truncated parameter docs in yard ([294b347](https://github.com/Increase/increase-ruby/commit/294b3473dff35162a9f5e64552579261b1babed6))
|
|
4029
|
-
|
|
4030
|
-
## 0.1.0-alpha.11 (2025-04-21)
|
|
4031
|
-
|
|
4032
|
-
Full Changelog: [v0.1.0-alpha.10...v0.1.0-alpha.11](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.10...v0.1.0-alpha.11)
|
|
4033
|
-
|
|
4034
|
-
### Features
|
|
4035
|
-
|
|
4036
|
-
* **api:** api update ([ae80e4b](https://github.com/Increase/increase-ruby/commit/ae80e4b0f18695b8056770456cb1e95cc3eae719))
|
|
4037
|
-
* **api:** api update ([7983dd2](https://github.com/Increase/increase-ruby/commit/7983dd2191954ebccf1e547cc78a4bd2f47e279d))
|
|
4038
|
-
* **api:** api update ([084fafd](https://github.com/Increase/increase-ruby/commit/084fafd7be0db3b6a1b04b54163a2d38aebacfd5))
|
|
4039
|
-
* **api:** api update ([b0dcacf](https://github.com/Increase/increase-ruby/commit/b0dcacfc8219d7ae549a79a40f57c1af5a94b208))
|
|
4040
|
-
* **client:** enable setting base URL from environment variable ([eecc22b](https://github.com/Increase/increase-ruby/commit/eecc22b9c93398f185f15bfe9f435df94c3c6f6f))
|
|
4041
|
-
* implement `#hash` for data containers ([68c733d](https://github.com/Increase/increase-ruby/commit/68c733d16baadd5f069a1fc13760bb6d1f22dfa7))
|
|
4042
|
-
|
|
4043
|
-
|
|
4044
|
-
### Bug Fixes
|
|
4045
|
-
|
|
4046
|
-
* always send idempotency header when specified as a request option ([fda1fee](https://github.com/Increase/increase-ruby/commit/fda1fee2190a625869e4fd512c0174c904bdf90d))
|
|
4047
|
-
* **client:** send correct HTTP path ([5bec964](https://github.com/Increase/increase-ruby/commit/5bec9649252fed72bbca45f1c692552419b1813f))
|
|
4048
|
-
* restore ability to configure server environment as string during client construction ([e4764d3](https://github.com/Increase/increase-ruby/commit/e4764d326a2ffee3c344cd63d805a47bfbb0829f))
|
|
4049
|
-
|
|
4050
|
-
|
|
4051
|
-
### Chores
|
|
4052
|
-
|
|
4053
|
-
* documentation improvements ([e6dfa3b](https://github.com/Increase/increase-ruby/commit/e6dfa3b4b14575590012703b80fe03e4f1f5d15e))
|
|
4054
|
-
* explicitly mark apis public under `Internal` module ([9f0a5dd](https://github.com/Increase/increase-ruby/commit/9f0a5dd4027d4d9a88f6b390e30fbda0820a262b))
|
|
4055
|
-
* **internal:** contribute.md and contributor QoL improvements ([314324d](https://github.com/Increase/increase-ruby/commit/314324d41279d0d25657d0fc8d962c2d66341537))
|
|
4056
|
-
* **internal:** minor type annotation improvements ([d9594f8](https://github.com/Increase/increase-ruby/commit/d9594f81d8e9e287f9a31427306b9706fde19216))
|
|
4057
|
-
* **internal:** protect SSE parsing pipeline from broken UTF-8 characters ([5a94369](https://github.com/Increase/increase-ruby/commit/5a943694f406e0fcb99497eb587dd4d3cd0452cf))
|
|
4058
|
-
* make sorbet enums easier to read ([e819d32](https://github.com/Increase/increase-ruby/commit/e819d322bc12b2e83396965dbd600d2ed2cf9a76))
|
|
4059
|
-
* refine `#inspect` and `#to_s` for model classes ([f19c447](https://github.com/Increase/increase-ruby/commit/f19c4478427850bbe790c8735ffeb1ee7bc5b562))
|
|
4060
|
-
* simplify yard annotations by removing most `@!parse` directives ([f02e474](https://github.com/Increase/increase-ruby/commit/f02e474bb85778b66357450e5b0c2c0d6d34ca8c))
|
|
4061
|
-
* update README with recommended editor plugins ([3c7848c](https://github.com/Increase/increase-ruby/commit/3c7848ce9d097c79e47204029b1c916f0cb864e2))
|
|
4062
|
-
* use `@!method` instead of `@!parse` for virtual method type definitions ([214dd6b](https://github.com/Increase/increase-ruby/commit/214dd6bc8aaef7e3a5aab216d6a22be1001beb54))
|
|
4063
|
-
|
|
4064
|
-
## 0.1.0-alpha.10 (2025-04-15)
|
|
4065
|
-
|
|
4066
|
-
Full Changelog: [v0.1.0-alpha.9...v0.1.0-alpha.10](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.9...v0.1.0-alpha.10)
|
|
4067
|
-
|
|
4068
|
-
### Features
|
|
4069
|
-
|
|
4070
|
-
* **api:** api update ([f6c5568](https://github.com/Increase/increase-ruby/commit/f6c5568f67ff3b44fa3c27569cafbb99e48cc71d))
|
|
4071
|
-
|
|
4072
|
-
|
|
4073
|
-
### Chores
|
|
4074
|
-
|
|
4075
|
-
* **internal:** always run post-processing when formatting when syntax_tree ([0ee8912](https://github.com/Increase/increase-ruby/commit/0ee8912f81636d5f74a736e4c8d1707b204e395a))
|
|
4076
|
-
* **internal:** loosen internal type restrictions ([56e169c](https://github.com/Increase/increase-ruby/commit/56e169c9fcc2a898d8671e591dec0c606f4ce24c))
|
|
4077
|
-
* **internal:** minor touch ups on sdk internals ([ed29ff6](https://github.com/Increase/increase-ruby/commit/ed29ff6868a89b11bea12c07b6cd834b6769cb41))
|
|
4078
|
-
* **internal:** mostly README touch ups ([23519d3](https://github.com/Increase/increase-ruby/commit/23519d3197bf59ba73812fda30d28101a6c5f40f))
|
|
4079
|
-
* make internal types pretty print ([18c33c5](https://github.com/Increase/increase-ruby/commit/18c33c5f6fe4bb1a0e0fac9083dac8b1f063fdd1))
|
|
4080
|
-
|
|
4081
|
-
|
|
4082
|
-
### Documentation
|
|
4083
|
-
|
|
4084
|
-
* update documentation links to be more uniform ([b1f42d9](https://github.com/Increase/increase-ruby/commit/b1f42d9ef89f3a8d3db9f97e9267690e49826d2e))
|
|
4085
|
-
|
|
4086
|
-
## 0.1.0-alpha.9 (2025-04-12)
|
|
4087
|
-
|
|
4088
|
-
Full Changelog: [v0.1.0-alpha.8...v0.1.0-alpha.9](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.8...v0.1.0-alpha.9)
|
|
4089
|
-
|
|
4090
|
-
### Features
|
|
4091
|
-
|
|
4092
|
-
* **api:** api update ([5a4e9ba](https://github.com/Increase/increase-ruby/commit/5a4e9bacb00277a52798301a3c9c5e38ceb6e5d9))
|
|
4093
|
-
* **api:** api update ([f79ff29](https://github.com/Increase/increase-ruby/commit/f79ff298e7be0c13803b9b2f4575f75f1550a286))
|
|
4094
|
-
* **api:** api update ([327f605](https://github.com/Increase/increase-ruby/commit/327f605b8456aa8b0761989c863839c83dc1482d))
|
|
4095
|
-
* **api:** api update ([55e7b4c](https://github.com/Increase/increase-ruby/commit/55e7b4c83502d2adf46d473b8d0bc7367ad5d0dc))
|
|
4096
|
-
* **api:** api update ([e53e9d7](https://github.com/Increase/increase-ruby/commit/e53e9d7a656b9c5de1a8b977282e09f7630b8faa))
|
|
4097
|
-
|
|
4098
|
-
|
|
4099
|
-
### Bug Fixes
|
|
4100
|
-
|
|
4101
|
-
* inaccuracies in the README.md ([1c01f71](https://github.com/Increase/increase-ruby/commit/1c01f711875bb2ea64fede9350d916c2a942dbc7))
|
|
4102
|
-
* **internal:** update release-please to use ruby strategy for README.md ([#50](https://github.com/Increase/increase-ruby/issues/50)) ([3bd9441](https://github.com/Increase/increase-ruby/commit/3bd9441cafc861e86bed22b903f5a1d4ffa66d43))
|
|
4103
|
-
|
|
4104
|
-
|
|
4105
|
-
### Chores
|
|
4106
|
-
|
|
4107
|
-
* ensure readme.md is bumped when release please updates versions ([#49](https://github.com/Increase/increase-ruby/issues/49)) ([b524b98](https://github.com/Increase/increase-ruby/commit/b524b987ed001e01ee3ca2a6cce4afa6521573f9))
|
|
4108
|
-
* fix readme typo ([#52](https://github.com/Increase/increase-ruby/issues/52)) ([b2d7d10](https://github.com/Increase/increase-ruby/commit/b2d7d1006be912f2009aab5da9f0121696b83485))
|
|
4109
|
-
* **internal:** expand CI branch coverage ([#51](https://github.com/Increase/increase-ruby/issues/51)) ([46c1641](https://github.com/Increase/increase-ruby/commit/46c1641d60271c5dd068704973db35446c6b1ae3))
|
|
4110
|
-
* **internal:** reduce CI branch coverage ([ebda740](https://github.com/Increase/increase-ruby/commit/ebda740837d8c68da8a5526178bf62b1ba059d7e))
|
|
4111
|
-
* **internal:** version bump ([ad35cfd](https://github.com/Increase/increase-ruby/commit/ad35cfd373e451b0c1d0b063229e731c139c4b3b))
|
|
4112
|
-
* loosen const and integer coercion rules ([#48](https://github.com/Increase/increase-ruby/issues/48)) ([ef3dc18](https://github.com/Increase/increase-ruby/commit/ef3dc18eac859aa3e37dd829c93ae2d337e2524c))
|
|
4113
|
-
|
|
4114
|
-
## 0.1.0-alpha.8 (2025-04-08)
|
|
4115
|
-
|
|
4116
|
-
Full Changelog: [v0.1.0-alpha.7...v0.1.0-alpha.8](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.7...v0.1.0-alpha.8)
|
|
4117
|
-
|
|
4118
|
-
### Bug Fixes
|
|
4119
|
-
|
|
4120
|
-
* raise connection error for errors that result from HTTP transports ([#46](https://github.com/Increase/increase-ruby/issues/46)) ([222ee88](https://github.com/Increase/increase-ruby/commit/222ee88fee656b29fe650a58a67976356071d716))
|
|
4121
|
-
|
|
4122
|
-
|
|
4123
|
-
### Chores
|
|
4124
|
-
|
|
4125
|
-
* **internal:** version bump ([6dbed32](https://github.com/Increase/increase-ruby/commit/6dbed32e0dd9dc6b16377f2663f1e3332687cd86))
|
|
4126
|
-
|
|
4127
|
-
## 0.1.0-alpha.7 (2025-04-08)
|
|
4128
|
-
|
|
4129
|
-
Full Changelog: [v0.1.0-alpha.6...v0.1.0-alpha.7](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.6...v0.1.0-alpha.7)
|
|
4130
|
-
|
|
4131
|
-
### Features
|
|
4132
|
-
|
|
4133
|
-
* **api:** api update ([#44](https://github.com/Increase/increase-ruby/issues/44)) ([92c8b29](https://github.com/Increase/increase-ruby/commit/92c8b29ed870e456af870786d46f47f94dd3e088))
|
|
4134
|
-
|
|
4135
|
-
|
|
4136
|
-
### Chores
|
|
4137
|
-
|
|
4138
|
-
* **internal:** version bump ([5a572e1](https://github.com/Increase/increase-ruby/commit/5a572e10e503e68ca50ce6c30d20b7a5cb851c18))
|
|
4139
|
-
|
|
4140
|
-
## 0.1.0-alpha.6 (2025-04-08)
|
|
4141
|
-
|
|
4142
|
-
Full Changelog: [v0.1.0-alpha.5...v0.1.0-alpha.6](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.5...v0.1.0-alpha.6)
|
|
4143
|
-
|
|
4144
|
-
### Features
|
|
4145
|
-
|
|
4146
|
-
* **api:** api update ([#42](https://github.com/Increase/increase-ruby/issues/42)) ([20108ce](https://github.com/Increase/increase-ruby/commit/20108ce07794eaec00dd89e66c5bea8a16c91f2f))
|
|
4147
|
-
* use Pathname alongside raw IO handles for file uploads ([#41](https://github.com/Increase/increase-ruby/issues/41)) ([b7e2430](https://github.com/Increase/increase-ruby/commit/b7e2430aab96fb90550164b521aec7108282d35f))
|
|
4148
|
-
|
|
4149
|
-
|
|
4150
|
-
### Chores
|
|
4151
|
-
|
|
4152
|
-
* add README docs for using solargraph when installing gem from git ([#40](https://github.com/Increase/increase-ruby/issues/40)) ([d68da15](https://github.com/Increase/increase-ruby/commit/d68da15415f8a0e76cb0f6befcb8c18b358f11c4))
|
|
4153
|
-
* always fold up method bodies in sorbet type definitions ([#34](https://github.com/Increase/increase-ruby/issues/34)) ([1d073b1](https://github.com/Increase/increase-ruby/commit/1d073b100ba23d28304bfa5fbcb6b021dccbeaf9))
|
|
4154
|
-
* easier to read examples in README.md ([#37](https://github.com/Increase/increase-ruby/issues/37)) ([b7e210a](https://github.com/Increase/increase-ruby/commit/b7e210a2b4abc745579b9f688b7c207a6ad9a25f))
|
|
4155
|
-
* **internal:** misc small improvements ([#31](https://github.com/Increase/increase-ruby/issues/31)) ([51871b0](https://github.com/Increase/increase-ruby/commit/51871b0593ca9ba889978c1cbbf06410fca2251b))
|
|
4156
|
-
* **internal:** more concise handling of parameter naming conflicts ([#36](https://github.com/Increase/increase-ruby/issues/36)) ([1eb565b](https://github.com/Increase/increase-ruby/commit/1eb565bab5b01fb9a4f306b697e6b8148b444dbb))
|
|
4157
|
-
* **internal:** rubocop rules ([#33](https://github.com/Increase/increase-ruby/issues/33)) ([fdf49af](https://github.com/Increase/increase-ruby/commit/fdf49aff062233facde7a19e85e988d097c83d9f))
|
|
4158
|
-
* **internal:** run rubocop linter in parallel ([#32](https://github.com/Increase/increase-ruby/issues/32)) ([f28a7d0](https://github.com/Increase/increase-ruby/commit/f28a7d0c3cff243b6bb81a4383883326384b2bf3))
|
|
4159
|
-
* **internal:** version bump ([#29](https://github.com/Increase/increase-ruby/issues/29)) ([131900e](https://github.com/Increase/increase-ruby/commit/131900e26a21f7d708358735f239b50011f0abaa))
|
|
4160
|
-
* make client tests look prettier ([#39](https://github.com/Increase/increase-ruby/issues/39)) ([39145e0](https://github.com/Increase/increase-ruby/commit/39145e0032a6b3a316b522fa4458d7ceebd78384))
|
|
4161
|
-
* **tests:** improve enum examples ([#38](https://github.com/Increase/increase-ruby/issues/38)) ([0d69f9f](https://github.com/Increase/increase-ruby/commit/0d69f9f79636c51dd8445b5b9d91d486d7051569))
|
|
4162
|
-
* update yard comment formatting ([#35](https://github.com/Increase/increase-ruby/issues/35)) ([dc047f3](https://github.com/Increase/increase-ruby/commit/dc047f399cc11b6d58f295f5c8a8856ca3c30acb))
|
|
4163
|
-
|
|
4164
|
-
## 0.1.0-alpha.5 (2025-04-05)
|
|
4165
|
-
|
|
4166
|
-
Full Changelog: [v0.1.0-alpha.4...v0.1.0-alpha.5](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.4...v0.1.0-alpha.5)
|
|
4167
|
-
|
|
4168
|
-
### Features
|
|
4169
|
-
|
|
4170
|
-
* allow all valid `JSON` types to be encoded ([#26](https://github.com/Increase/increase-ruby/issues/26)) ([92760b3](https://github.com/Increase/increase-ruby/commit/92760b3aba92abca8c6b4d6550d75b94c1a8fbc2))
|
|
4171
|
-
* support query, header, and body params that have identical names ([#25](https://github.com/Increase/increase-ruby/issues/25)) ([def73dd](https://github.com/Increase/increase-ruby/commit/def73dd349fa2aec3074e16bdfa2a165bf4fc1e1))
|
|
4172
|
-
|
|
4173
|
-
|
|
4174
|
-
### Bug Fixes
|
|
4175
|
-
|
|
4176
|
-
* converter should transform stringio into string where applicable ([#28](https://github.com/Increase/increase-ruby/issues/28)) ([68e4e9d](https://github.com/Increase/increase-ruby/commit/68e4e9df4a5938442eb890da6f1918f04d34e333))
|
|
4177
|
-
|
|
4178
|
-
|
|
4179
|
-
### Chores
|
|
4180
|
-
|
|
4181
|
-
* document LSP support in read me ([#24](https://github.com/Increase/increase-ruby/issues/24)) ([778538d](https://github.com/Increase/increase-ruby/commit/778538da18c49156d45c68c9370c3628fd7e594a))
|
|
4182
|
-
* **internal:** version bump ([#19](https://github.com/Increase/increase-ruby/issues/19)) ([fd9e8ad](https://github.com/Increase/increase-ruby/commit/fd9e8ada315a49377dbb2aa8ec6af48a180fb651))
|
|
4183
|
-
* misc sdk polish ([#23](https://github.com/Increase/increase-ruby/issues/23)) ([e056d8a](https://github.com/Increase/increase-ruby/commit/e056d8a96d3da4568daf30d68f980a81c69ab5dc))
|
|
4184
|
-
* rename confusing `Type::BooleanModel` to `Type::Boolean` ([#27](https://github.com/Increase/increase-ruby/issues/27)) ([ae0a5ee](https://github.com/Increase/increase-ruby/commit/ae0a5ee0e1c0177ab6aa08032f29655b5412b37d))
|
|
4185
|
-
* simplify internal utils ([#22](https://github.com/Increase/increase-ruby/issues/22)) ([da6ec29](https://github.com/Increase/increase-ruby/commit/da6ec29d5dd5ad6bfea0f3461221f3a80259738d))
|
|
4186
|
-
|
|
4187
|
-
## 0.1.0-alpha.4 (2025-04-04)
|
|
4188
|
-
|
|
4189
|
-
Full Changelog: [v0.1.0-alpha.3...v0.1.0-alpha.4](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.3...v0.1.0-alpha.4)
|
|
4190
|
-
|
|
4191
|
-
### Features
|
|
4192
|
-
|
|
4193
|
-
* **api:** api update ([#17](https://github.com/Increase/increase-ruby/issues/17)) ([a3f4158](https://github.com/Increase/increase-ruby/commit/a3f415870ca066d5a5554351d4aebffdefe6535e))
|
|
4194
|
-
* support solargraph generics ([#15](https://github.com/Increase/increase-ruby/issues/15)) ([8555967](https://github.com/Increase/increase-ruby/commit/8555967605a0c2fdc50660beb8e6bea1d3434cf8))
|
|
4195
|
-
|
|
4196
|
-
|
|
4197
|
-
### Chores
|
|
4198
|
-
|
|
4199
|
-
* do not use literals for version in type definitions ([#18](https://github.com/Increase/increase-ruby/issues/18)) ([d88128c](https://github.com/Increase/increase-ruby/commit/d88128c03e8171ba2803eeb53548ddd5db4ecc0d))
|
|
4200
|
-
* **internal:** version bump ([#13](https://github.com/Increase/increase-ruby/issues/13)) ([2a3a20f](https://github.com/Increase/increase-ruby/commit/2a3a20f1966c32215616997de572c2e3ef9c743d))
|
|
4201
|
-
|
|
4202
|
-
## 0.1.0-alpha.3 (2025-04-03)
|
|
4203
|
-
|
|
4204
|
-
Full Changelog: [v0.1.0-alpha.2...v0.1.0-alpha.3](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.2...v0.1.0-alpha.3)
|
|
4205
|
-
|
|
4206
|
-
### ⚠ BREAKING CHANGES
|
|
4207
|
-
|
|
4208
|
-
* bump min supported ruby version to 3.1 (oldest non-EOL) ([#10](https://github.com/Increase/increase-ruby/issues/10))
|
|
4209
|
-
* remove top level type aliases to relocated classes ([#9](https://github.com/Increase/increase-ruby/issues/9))
|
|
4210
|
-
|
|
4211
|
-
### Features
|
|
4212
|
-
|
|
4213
|
-
* bump min supported ruby version to 3.1 (oldest non-EOL) ([#10](https://github.com/Increase/increase-ruby/issues/10)) ([6bdbf40](https://github.com/Increase/increase-ruby/commit/6bdbf40be7f88549fdac9c50958a876b8bc21319))
|
|
4214
|
-
* remove top level type aliases to relocated classes ([#9](https://github.com/Increase/increase-ruby/issues/9)) ([21e1d7f](https://github.com/Increase/increase-ruby/commit/21e1d7f50eeca18069b3f32cb7f1872dfc3ca8f6))
|
|
4215
|
-
|
|
4216
|
-
|
|
4217
|
-
### Bug Fixes
|
|
4218
|
-
|
|
4219
|
-
* pre-release version string should match ruby, not semver conventions ([#12](https://github.com/Increase/increase-ruby/issues/12)) ([fda09d8](https://github.com/Increase/increase-ruby/commit/fda09d8fb2b491f9b893c340ea20d2f1d3f3e21c))
|
|
4220
|
-
|
|
4221
|
-
|
|
4222
|
-
### Chores
|
|
4223
|
-
|
|
4224
|
-
* demonstrate how to make undocumented requests in README ([#11](https://github.com/Increase/increase-ruby/issues/11)) ([3a4e543](https://github.com/Increase/increase-ruby/commit/3a4e543eeb9b6b72559e4c7193a54f27fe006f49))
|
|
4225
|
-
* **internal:** version bump ([#6](https://github.com/Increase/increase-ruby/issues/6)) ([99ee517](https://github.com/Increase/increase-ruby/commit/99ee5170448bca36d7773f7a443c27a4028da439))
|
|
4226
|
-
* move private classes into internal module ([#8](https://github.com/Increase/increase-ruby/issues/8)) ([13f35d4](https://github.com/Increase/increase-ruby/commit/13f35d46ee4677f7f034afd91c6a911ec71e1ae7))
|
|
4227
|
-
|
|
4228
|
-
## 0.1.0-alpha.2 (2025-04-02)
|
|
4229
|
-
|
|
4230
|
-
Full Changelog: [v0.1.0-alpha.1...v0.1.0-alpha.2](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.1...v0.1.0-alpha.2)
|
|
4231
|
-
|
|
4232
|
-
### Features
|
|
4233
|
-
|
|
4234
|
-
* **api:** api update ([#5](https://github.com/Increase/increase-ruby/issues/5)) ([33688e6](https://github.com/Increase/increase-ruby/commit/33688e6f59773d138b6f33c50d8ed9316e7cbf37))
|
|
4235
|
-
|
|
4236
|
-
|
|
4237
|
-
### Chores
|
|
4238
|
-
|
|
4239
|
-
* update SDK settings ([#3](https://github.com/Increase/increase-ruby/issues/3)) ([b179c38](https://github.com/Increase/increase-ruby/commit/b179c383e7f1f750111cc2f393f55d1b81751a8c))
|
|
4240
|
-
|
|
4241
|
-
## 0.1.0-alpha.1 (2025-04-02)
|
|
4242
|
-
|
|
4243
|
-
Full Changelog: [v0.0.1-alpha.0...v0.1.0-alpha.1](https://github.com/Increase/increase-ruby/compare/v0.0.1-alpha.0...v0.1.0-alpha.1)
|
|
4244
|
-
|
|
4245
|
-
### ⚠ BREAKING CHANGES
|
|
4246
|
-
|
|
4247
|
-
* use tagged enums in sorbet type definitions
|
|
4248
|
-
* support `for item in stream` style iteration on `Stream`s
|
|
4249
|
-
* **model:** base model should recursively store coerced base models
|
|
4250
|
-
* base page should be module instead of class
|
|
4251
|
-
* breaking change - improved request options signatures
|
|
4252
|
-
* (breaking change) introduce nesting for models under deeply nested resources
|
|
4253
|
-
|
|
4254
|
-
### Features
|
|
4255
|
-
|
|
4256
|
-
* ! (breaking change) pull path params not in the last position into the params argument ([147911a](https://github.com/Increase/increase-ruby/commit/147911a823c5496c1bd86c6b378c9f2f0430d6cd))
|
|
4257
|
-
* (breaking change) introduce nesting for models under deeply nested resources ([60581c1](https://github.com/Increase/increase-ruby/commit/60581c147a220ab06991e371d9b81f360f531d32))
|
|
4258
|
-
* add deprecation notice to enum members and resources ([ae2ffa2](https://github.com/Increase/increase-ruby/commit/ae2ffa298fa2c5fd4c29bf78d79e5ca8ca3ef02a))
|
|
4259
|
-
* add jsonl support ([3098169](https://github.com/Increase/increase-ruby/commit/30981697b94652ef9e04019fce6cd476b9704c5a))
|
|
4260
|
-
* add reference links in yard ([f8b665b](https://github.com/Increase/increase-ruby/commit/f8b665b46ad39a324a16d54771895cd8c0ea495a))
|
|
4261
|
-
* add SKIP_BREW env var to ./scripts/bootstrap ([3e521af](https://github.com/Increase/increase-ruby/commit/3e521afb46da4f4110afb280f29cb99d35a817e6))
|
|
4262
|
-
* **api:** api update ([52e8980](https://github.com/Increase/increase-ruby/commit/52e8980cf7c8c3c059ebfdec9fad9d88fb1faf39))
|
|
4263
|
-
* **api:** api update ([ca571e0](https://github.com/Increase/increase-ruby/commit/ca571e03cc6587ba1697636f27645d7f814e2d8c))
|
|
4264
|
-
* **api:** api update ([6cf4b04](https://github.com/Increase/increase-ruby/commit/6cf4b04189f40a2c352db84b2eee073dd79cf1e5))
|
|
4265
|
-
* **api:** api update ([e4eaaa8](https://github.com/Increase/increase-ruby/commit/e4eaaa873a573e602482c8ce912bca4c363efb7b))
|
|
4266
|
-
* **api:** api update ([6dc98cf](https://github.com/Increase/increase-ruby/commit/6dc98cf2b76744adbb2323f98106f4492af3a23b))
|
|
4267
|
-
* **api:** api update ([cd7164e](https://github.com/Increase/increase-ruby/commit/cd7164e847e04ae7499e7fdb2408afb1e51c5b28))
|
|
4268
|
-
* **api:** api update ([6643fa5](https://github.com/Increase/increase-ruby/commit/6643fa5bc1a842c35209a348807e6dbc0fc5ebc9))
|
|
4269
|
-
* **api:** api update ([c4d5da8](https://github.com/Increase/increase-ruby/commit/c4d5da87aba222f5b6950bdb3770979171ec6edb))
|
|
4270
|
-
* **api:** api update ([fc2106d](https://github.com/Increase/increase-ruby/commit/fc2106d0f62367183efcd374a19537bb5d74596b))
|
|
4271
|
-
* **api:** api update ([39532f5](https://github.com/Increase/increase-ruby/commit/39532f5be617c22204ed4d279ceeb45982fd4caf))
|
|
4272
|
-
* **api:** api update ([1d9d9f7](https://github.com/Increase/increase-ruby/commit/1d9d9f7e6c1a251d24275c1c454842974ee7587a))
|
|
4273
|
-
* **api:** api update ([bc02929](https://github.com/Increase/increase-ruby/commit/bc02929ffa76f683ce3575bf93be54cbe088bd09))
|
|
4274
|
-
* **api:** api update ([78d0c3f](https://github.com/Increase/increase-ruby/commit/78d0c3f9cb68edf1a23c9d9be3b223703f042a71))
|
|
4275
|
-
* **api:** api update ([fbf8ba1](https://github.com/Increase/increase-ruby/commit/fbf8ba17b9341cefb3c10f017af098a37bfc865d))
|
|
4276
|
-
* **api:** api update ([3b835d0](https://github.com/Increase/increase-ruby/commit/3b835d077374d5f5ede970a8bcb6bfa021e0e536))
|
|
4277
|
-
* **api:** api update ([45be1dc](https://github.com/Increase/increase-ruby/commit/45be1dc43d5cd06da162aa3ec0c2924d1c135c23))
|
|
4278
|
-
* **api:** api update ([2afb9cd](https://github.com/Increase/increase-ruby/commit/2afb9cd5b295ba072263fa5d5acb6f037b5f26a7))
|
|
4279
|
-
* **api:** api update ([0789479](https://github.com/Increase/increase-ruby/commit/0789479a3e2a4b86866a18bc77aaa192557d64db))
|
|
4280
|
-
* **api:** api update ([9a02113](https://github.com/Increase/increase-ruby/commit/9a02113e70d1310a572dae84dc8ed2815c12a09e))
|
|
4281
|
-
* **api:** api update ([41c257e](https://github.com/Increase/increase-ruby/commit/41c257e1b684668d22368ef93aba4b81a5d9d561))
|
|
4282
|
-
* **api:** api update ([dcad7e7](https://github.com/Increase/increase-ruby/commit/dcad7e7e1bf2f901f2924ed61c823ef4cd846692))
|
|
4283
|
-
* **api:** api update ([550188f](https://github.com/Increase/increase-ruby/commit/550188f35545800fc03a14a95acc4b7d7235811f))
|
|
4284
|
-
* **api:** api update ([040b9e1](https://github.com/Increase/increase-ruby/commit/040b9e1954224701e56deb117886e1543922c4b3))
|
|
4285
|
-
* **api:** api update ([6794aa4](https://github.com/Increase/increase-ruby/commit/6794aa40605d82ec12e3f09766a75af26bea111f))
|
|
4286
|
-
* **api:** api update ([26d41da](https://github.com/Increase/increase-ruby/commit/26d41da373586c957d8823707ad1376e80d975a7))
|
|
4287
|
-
* **api:** api update ([bdafadd](https://github.com/Increase/increase-ruby/commit/bdafaddd97e2a1954b6786991b2d649b174abd7f))
|
|
4288
|
-
* **api:** api update ([2fc3b37](https://github.com/Increase/increase-ruby/commit/2fc3b3721eb5fa9f75c8b7d14c88e5f8d2cbfce5))
|
|
4289
|
-
* **api:** api update ([d51504b](https://github.com/Increase/increase-ruby/commit/d51504bc51b8582d132eb0a09399541b6f79cbe3))
|
|
4290
|
-
* **api:** api update ([291a628](https://github.com/Increase/increase-ruby/commit/291a6280734f60770a8e6f1360848b52eda0b057))
|
|
4291
|
-
* **api:** api update ([7e3325d](https://github.com/Increase/increase-ruby/commit/7e3325ddc08b4ccc49254e3eb6afa5c9c2a49cfc))
|
|
4292
|
-
* **api:** api update ([4c298a9](https://github.com/Increase/increase-ruby/commit/4c298a931150599d57f3c5cf13d5356bffb36ac2))
|
|
4293
|
-
* **api:** api update ([1a59501](https://github.com/Increase/increase-ruby/commit/1a595015f9edaffcb36dbd6a5defb3a1b97b71a3))
|
|
4294
|
-
* **api:** api update ([a0d9cb9](https://github.com/Increase/increase-ruby/commit/a0d9cb9dc542ee2ed266fd109c8c97ed07ea1df7))
|
|
4295
|
-
* **api:** api update ([a412b50](https://github.com/Increase/increase-ruby/commit/a412b50a1ad053ff642d1165fe0d6cda0ba087b0))
|
|
4296
|
-
* **api:** api update ([fb6888c](https://github.com/Increase/increase-ruby/commit/fb6888cb62862d5c4fc2242e8b399fee700bdda1))
|
|
4297
|
-
* **api:** api update ([a4e49d5](https://github.com/Increase/increase-ruby/commit/a4e49d50e481d9d853ac734c4e4e911a824a09fc))
|
|
4298
|
-
* **api:** api update ([497745a](https://github.com/Increase/increase-ruby/commit/497745a8c2a0b8b63cd61ef03f7ae92de0456d39))
|
|
4299
|
-
* **api:** api update ([2cd6df1](https://github.com/Increase/increase-ruby/commit/2cd6df1a999bf8aa87eb167036a73f9faf90b76e))
|
|
4300
|
-
* **api:** api update ([783a5df](https://github.com/Increase/increase-ruby/commit/783a5df1b44a497ac6c228b9eeccfeecd43a201f))
|
|
4301
|
-
* **api:** api update ([2ea5f50](https://github.com/Increase/increase-ruby/commit/2ea5f50317061ad1e14a47e21ea10fab70c97dd8))
|
|
4302
|
-
* **api:** api update ([c3751e5](https://github.com/Increase/increase-ruby/commit/c3751e5f2651542f8ce6105fd0ea68616a978541))
|
|
4303
|
-
* **api:** api update ([6c72e15](https://github.com/Increase/increase-ruby/commit/6c72e156479288fa54e5882b44b601e326bc6ea9))
|
|
4304
|
-
* **api:** api update ([e43d1ac](https://github.com/Increase/increase-ruby/commit/e43d1ac6c5a39b960f0e979d5883e31ab5158e99))
|
|
4305
|
-
* **api:** api update ([073b27f](https://github.com/Increase/increase-ruby/commit/073b27f6fac54dacee7028fee53684aba2264f34))
|
|
4306
|
-
* **api:** api update ([3a5af19](https://github.com/Increase/increase-ruby/commit/3a5af199975c50969d4e3387a7ba2bb1a9f9695f))
|
|
4307
|
-
* **api:** api update ([0ce9550](https://github.com/Increase/increase-ruby/commit/0ce955019f5cb4b2df8716c81a1afd4f9738a588))
|
|
4308
|
-
* **api:** api update ([0a1800f](https://github.com/Increase/increase-ruby/commit/0a1800f137923b1222d52f61b360d5b3bda6f0d6))
|
|
4309
|
-
* **api:** api update ([e481117](https://github.com/Increase/increase-ruby/commit/e4811171ce9fb3bdc59b139ac2a9dad936af343d))
|
|
4310
|
-
* **api:** api update ([626091d](https://github.com/Increase/increase-ruby/commit/626091dca6618692fdbb65d682d17191699459ed))
|
|
4311
|
-
* **api:** api update ([d67aecb](https://github.com/Increase/increase-ruby/commit/d67aecbbdcd8b6669b2f58245bdc89af86f0514a))
|
|
4312
|
-
* **api:** api update ([c722fdf](https://github.com/Increase/increase-ruby/commit/c722fdf9481978d68eb520328b214a0f0f24cef7))
|
|
4313
|
-
* **api:** api update ([097be9d](https://github.com/Increase/increase-ruby/commit/097be9d442dd790cc8710d7e78eea305cbbc531d))
|
|
4314
|
-
* **api:** api update ([b1bf5ba](https://github.com/Increase/increase-ruby/commit/b1bf5baa1c22f8dcd12c148b3ca3220d6458d528))
|
|
4315
|
-
* **api:** api update ([503f0d1](https://github.com/Increase/increase-ruby/commit/503f0d141d7ca6d1bef35a7b2eaca9e3a1355ffb))
|
|
4316
|
-
* **api:** api update ([c22b95b](https://github.com/Increase/increase-ruby/commit/c22b95b3864af391f7aa60a7f361ce3f40fea688))
|
|
4317
|
-
* **api:** api update ([083814e](https://github.com/Increase/increase-ruby/commit/083814e96921f1782e1f007a597778e8b93e2ad7))
|
|
4318
|
-
* **api:** api update ([e51f3f0](https://github.com/Increase/increase-ruby/commit/e51f3f02edc0a5b320b272ccf9a0a864db3f3f5c))
|
|
4319
|
-
* **api:** api update ([40360be](https://github.com/Increase/increase-ruby/commit/40360bed7d49d1136458423607004b3d557362d3))
|
|
4320
|
-
* **api:** api update ([3384f10](https://github.com/Increase/increase-ruby/commit/3384f10ca1ed1e5998962b2503198643481f378b))
|
|
4321
|
-
* **api:** api update ([ab0f690](https://github.com/Increase/increase-ruby/commit/ab0f6906da3efbbba5062e8f7d5a1d985fd23da9))
|
|
4322
|
-
* **api:** api update ([2b8f969](https://github.com/Increase/increase-ruby/commit/2b8f96957290ac25d5812008d6d7b0a5ae363597))
|
|
4323
|
-
* **api:** api update ([8ee437a](https://github.com/Increase/increase-ruby/commit/8ee437aad0e89fac6ea0f6f5dfa0cfba28088e37))
|
|
4324
|
-
* **api:** api update ([ec1ab79](https://github.com/Increase/increase-ruby/commit/ec1ab7912a8923f8a838d68b44751e2f5144d3c3))
|
|
4325
|
-
* **api:** api update ([b6a1f14](https://github.com/Increase/increase-ruby/commit/b6a1f1472a83fd5e51e478c17cdd70cb44387e21))
|
|
4326
|
-
* **api:** api update ([860f151](https://github.com/Increase/increase-ruby/commit/860f15138dd2c55daed8e4a24944088e71c70a24))
|
|
4327
|
-
* **api:** api update ([6a28edc](https://github.com/Increase/increase-ruby/commit/6a28edc6479be4b486179b924ee1728bacb8cfba))
|
|
4328
|
-
* **api:** api update ([df29f6f](https://github.com/Increase/increase-ruby/commit/df29f6f47a0dcab485f38610dfbf92644c67ed66))
|
|
4329
|
-
* **api:** api update ([525d98d](https://github.com/Increase/increase-ruby/commit/525d98d628c1a9ea07c220df956e45e9e078e2fc))
|
|
4330
|
-
* **api:** api update ([90d2d86](https://github.com/Increase/increase-ruby/commit/90d2d860984e843b9359f9c6db6ae184781f03b6))
|
|
4331
|
-
* **api:** api update ([6814340](https://github.com/Increase/increase-ruby/commit/681434095c647060999aea91efc6ae3880fa800d))
|
|
4332
|
-
* **api:** api update ([2ab186f](https://github.com/Increase/increase-ruby/commit/2ab186f1c28870a5e61ee2e83df4bf98b2503495))
|
|
4333
|
-
* **api:** api update ([421c53d](https://github.com/Increase/increase-ruby/commit/421c53dfabe1e13bc3cbe8d6308faadbc811d027))
|
|
4334
|
-
* **api:** api update ([a3ef804](https://github.com/Increase/increase-ruby/commit/a3ef804fa86eb86295216b12555ec40fe2b600ac))
|
|
4335
|
-
* **api:** api update ([a1ddec9](https://github.com/Increase/increase-ruby/commit/a1ddec9a7cd6ace5b97f61400b36265e50c350d7))
|
|
4336
|
-
* **api:** api update ([76d5c9c](https://github.com/Increase/increase-ruby/commit/76d5c9c3ae8349940f19a2908c78704fea81b8c6))
|
|
4337
|
-
* **api:** api update ([4d96974](https://github.com/Increase/increase-ruby/commit/4d96974ce39970f605867e4c9f6a9e184845be49))
|
|
4338
|
-
* **api:** OpenAPI spec update via Stainless API ([44336e5](https://github.com/Increase/increase-ruby/commit/44336e50c4ad04f83d64419b20244402de687a71))
|
|
4339
|
-
* **api:** OpenAPI spec update via Stainless API ([adde9a8](https://github.com/Increase/increase-ruby/commit/adde9a8202502bb745b213a467efe1258d10c92f))
|
|
4340
|
-
* **api:** OpenAPI spec update via Stainless API ([49b13bc](https://github.com/Increase/increase-ruby/commit/49b13bcd940422db20b88f4fe4cd501d85d66814))
|
|
4341
|
-
* **api:** OpenAPI spec update via Stainless API ([b0df4e3](https://github.com/Increase/increase-ruby/commit/b0df4e3d384cbbcbc75da961618bb2ee016be244))
|
|
4342
|
-
* **api:** OpenAPI spec update via Stainless API ([487435e](https://github.com/Increase/increase-ruby/commit/487435e782ef006e6e7f5fcfb28a896a00b86eb8))
|
|
4343
|
-
* **api:** OpenAPI spec update via Stainless API ([45a96d7](https://github.com/Increase/increase-ruby/commit/45a96d755efbecaebab2e458f6bdfa608ec2328a))
|
|
4344
|
-
* **api:** OpenAPI spec update via Stainless API ([8ec4ea6](https://github.com/Increase/increase-ruby/commit/8ec4ea64543c56b660b113ed66e9b9e365841b6c))
|
|
4345
|
-
* **api:** OpenAPI spec update via Stainless API ([35bd275](https://github.com/Increase/increase-ruby/commit/35bd275fc8fa21b998e0e83ad95e1f3ebbfef943))
|
|
4346
|
-
* **api:** OpenAPI spec update via Stainless API ([4589572](https://github.com/Increase/increase-ruby/commit/458957201deb3329666e5f7ce26c4d0656b9685c))
|
|
4347
|
-
* **api:** OpenAPI spec update via Stainless API ([d725b9a](https://github.com/Increase/increase-ruby/commit/d725b9a7c10ed517e951cb7c0725fa31225a13bb))
|
|
4348
|
-
* **api:** OpenAPI spec update via Stainless API ([02e6edf](https://github.com/Increase/increase-ruby/commit/02e6edf791d9a765554b5f8189585647aa697531))
|
|
4349
|
-
* **api:** OpenAPI spec update via Stainless API ([38035e6](https://github.com/Increase/increase-ruby/commit/38035e63498e3fdc614ca34a868137114d0f8809))
|
|
4350
|
-
* **api:** OpenAPI spec update via Stainless API ([999dff9](https://github.com/Increase/increase-ruby/commit/999dff909c5450976fd9855c69bf1bbd42c88d3c))
|
|
4351
|
-
* **api:** OpenAPI spec update via Stainless API ([ffbe950](https://github.com/Increase/increase-ruby/commit/ffbe95083345a63516b5b3cf662a643f1188e757))
|
|
4352
|
-
* **api:** OpenAPI spec update via Stainless API ([abaf258](https://github.com/Increase/increase-ruby/commit/abaf25851fa0aece7722486139783774421c5ed9))
|
|
4353
|
-
* **api:** OpenAPI spec update via Stainless API ([d92ac92](https://github.com/Increase/increase-ruby/commit/d92ac92c42bcaa6f3cdbf1e0342fd93bafeb98f7))
|
|
4354
|
-
* **api:** OpenAPI spec update via Stainless API ([bd6744b](https://github.com/Increase/increase-ruby/commit/bd6744b13f3d4d55277147cd27b8614ba10c2a7d))
|
|
4355
|
-
* **api:** OpenAPI spec update via Stainless API ([ca00ca0](https://github.com/Increase/increase-ruby/commit/ca00ca00198f5a160cc3aa48b3df68453a5d900b))
|
|
4356
|
-
* **api:** OpenAPI spec update via Stainless API ([eabd8dd](https://github.com/Increase/increase-ruby/commit/eabd8dd29d23285ca81cc9e41ead39141e7d2cc3))
|
|
4357
|
-
* **api:** OpenAPI spec update via Stainless API ([2916e27](https://github.com/Increase/increase-ruby/commit/2916e2737bbcc090f83db5cbdc1380124de726fc))
|
|
4358
|
-
* **api:** OpenAPI spec update via Stainless API ([a519d87](https://github.com/Increase/increase-ruby/commit/a519d870eadd209025581ab879dd365cf6042db9))
|
|
4359
|
-
* **api:** OpenAPI spec update via Stainless API ([5653e70](https://github.com/Increase/increase-ruby/commit/5653e706152d206329cd2b0d4a1bb077fc08a451))
|
|
4360
|
-
* **api:** OpenAPI spec update via Stainless API ([3466f74](https://github.com/Increase/increase-ruby/commit/3466f74f6b8cd87b07faf27601afeceb473391a3))
|
|
4361
|
-
* **api:** OpenAPI spec update via Stainless API ([e1e99c9](https://github.com/Increase/increase-ruby/commit/e1e99c94060d6d2c0eb990b7bfa6e4b2bfa1f014))
|
|
4362
|
-
* **api:** OpenAPI spec update via Stainless API ([5f372cf](https://github.com/Increase/increase-ruby/commit/5f372cf7f8a977df272c777b004fd0a35be00ffb))
|
|
4363
|
-
* **api:** OpenAPI spec update via Stainless API ([93d9325](https://github.com/Increase/increase-ruby/commit/93d9325c9a0692ed9de3cb8bbd5844950ae310a3))
|
|
4364
|
-
* **api:** OpenAPI spec update via Stainless API ([772b392](https://github.com/Increase/increase-ruby/commit/772b392a702eabcb8dbdcbaa8db83833bf248ee2))
|
|
4365
|
-
* **api:** OpenAPI spec update via Stainless API ([1ce72a7](https://github.com/Increase/increase-ruby/commit/1ce72a7207ebdaf829b4d733f5fe68efbb91d26d))
|
|
4366
|
-
* **api:** OpenAPI spec update via Stainless API ([64bf021](https://github.com/Increase/increase-ruby/commit/64bf021bca215241fac793f5975f58831e04b440))
|
|
4367
|
-
* **api:** OpenAPI spec update via Stainless API ([236ff58](https://github.com/Increase/increase-ruby/commit/236ff584e3bd220ae686fd2ea46e384a19717503))
|
|
4368
|
-
* **api:** OpenAPI spec update via Stainless API ([2797d46](https://github.com/Increase/increase-ruby/commit/2797d469657e40875bc0e1fa81bca94b1fb09d31))
|
|
4369
|
-
* **api:** OpenAPI spec update via Stainless API ([b691612](https://github.com/Increase/increase-ruby/commit/b69161286de55649d52fd1dea349f15b35e1afd5))
|
|
4370
|
-
* **api:** OpenAPI spec update via Stainless API ([f6e39ea](https://github.com/Increase/increase-ruby/commit/f6e39ea83fa89c3b7cedff6d0f7ba1795acbff84))
|
|
4371
|
-
* **api:** OpenAPI spec update via Stainless API ([c6082b6](https://github.com/Increase/increase-ruby/commit/c6082b6f7c323573a676a64571f5209a2c4f1648))
|
|
4372
|
-
* **api:** OpenAPI spec update via Stainless API ([9fe10a8](https://github.com/Increase/increase-ruby/commit/9fe10a8726fe38c52dcdb1f6dd2acd31d52cb230))
|
|
4373
|
-
* **api:** OpenAPI spec update via Stainless API ([9d2db14](https://github.com/Increase/increase-ruby/commit/9d2db147af2d53d8e39788bb5e516da625ab054b))
|
|
4374
|
-
* **api:** OpenAPI spec update via Stainless API ([3b9e3b1](https://github.com/Increase/increase-ruby/commit/3b9e3b102c8ce99c0c254a36a16a5fad4589b15b))
|
|
4375
|
-
* **api:** OpenAPI spec update via Stainless API ([865f4e2](https://github.com/Increase/increase-ruby/commit/865f4e22de7cc21ed817212729f6ceec9db9a389))
|
|
4376
|
-
* **api:** OpenAPI spec update via Stainless API ([7b27861](https://github.com/Increase/increase-ruby/commit/7b27861452bd309e7eb26bff3baff71302a23b74))
|
|
4377
|
-
* **api:** OpenAPI spec update via Stainless API ([85557e7](https://github.com/Increase/increase-ruby/commit/85557e78af93eef87158ea22a42b9495ebc2effa))
|
|
4378
|
-
* **api:** OpenAPI spec update via Stainless API ([878705b](https://github.com/Increase/increase-ruby/commit/878705bf9db20e171e4242f1c1d4e9d62a1e1bbd))
|
|
4379
|
-
* breaking change - improved request options signatures ([38a8360](https://github.com/Increase/increase-ruby/commit/38a836099cbba0f34da972fa57f79633c9dbb9be))
|
|
4380
|
-
* bundle typing manifests with gem release ([66a02a8](https://github.com/Increase/increase-ruby/commit/66a02a82c7afe3d120e486967b2e4be63f8044cd))
|
|
4381
|
-
* **client:** follow redirects ([49f1693](https://github.com/Increase/increase-ruby/commit/49f1693ee6d698e467ac32994f0808396dc1b816))
|
|
4382
|
-
* **client:** generate classes for enums ([fe1b758](https://github.com/Increase/increase-ruby/commit/fe1b7589c61c6d8e10472ff5a0363ba4aac3228d))
|
|
4383
|
-
* **client:** parse dates in responses ([d0d29c0](https://github.com/Increase/increase-ruby/commit/d0d29c01639b89207a1205d3a9512a3cf87547c2))
|
|
4384
|
-
* **client:** public model initializer ([876cc83](https://github.com/Increase/increase-ruby/commit/876cc838170e8cc78beaf652da9ee172c08bb433))
|
|
4385
|
-
* consistently accept `AnyHash` types in parameter positions in sorbet ([ff5ce81](https://github.com/Increase/increase-ruby/commit/ff5ce813290e323bd6a55f04826be42615478493))
|
|
4386
|
-
* fix `to_enum` and `enum_for` built-ins for pagination classes ([63a2bea](https://github.com/Increase/increase-ruby/commit/63a2bea4dd779090e38fb806f2af5a56ad0b47b0))
|
|
4387
|
-
* implement `to_json` for base model ([b727bb3](https://github.com/Increase/increase-ruby/commit/b727bb3d1a8b89ff32c1f6cacdb754960683c656))
|
|
4388
|
-
* **internal:** converter interface should recurse without schema ([f4508e7](https://github.com/Increase/increase-ruby/commit/f4508e74acdf88f446dffb4d6f1f08ec0c3dcb63))
|
|
4389
|
-
* **internal:** modified tests for thread and fiber safety ([5c9af5b](https://github.com/Increase/increase-ruby/commit/5c9af5bdbe35f27de1e1e1c8a5d832dfa1450b01))
|
|
4390
|
-
* isolate platform headers ([a7b5932](https://github.com/Increase/increase-ruby/commit/a7b5932d6333193f134f410b14017916b09c674e))
|
|
4391
|
-
* link response models to their methods in yard doc ([0919ab2](https://github.com/Increase/increase-ruby/commit/0919ab2460d5e1fb5b97f092fc8b3c764b4ae1cc))
|
|
4392
|
-
* make `build_request` overridable ([4694ebb](https://github.com/Increase/increase-ruby/commit/4694ebb2510aab16db574c9d9ed480e038a69594))
|
|
4393
|
-
* prevent tapioca from introspecting the gem internals ([98440bf](https://github.com/Increase/increase-ruby/commit/98440bf2578f3363a6c193013f989a11af0c71e0))
|
|
4394
|
-
* ruby add nilability annotations ([4194c83](https://github.com/Increase/increase-ruby/commit/4194c837c7b03bb9b1e2b877d9e47185dc7ed22a))
|
|
4395
|
-
* run rubocop in multiple processes when formatting ([5c9cc2a](https://github.com/Increase/increase-ruby/commit/5c9cc2a5f7de38ae5f6b2f3de9ede9117447d22b))
|
|
4396
|
-
* support `for item in stream` style iteration on `Stream`s ([6fee12c](https://github.com/Increase/increase-ruby/commit/6fee12c99a7aabf80ba1dd9509c89b858800a5a3))
|
|
4397
|
-
* support client level methods ([4996010](https://github.com/Increase/increase-ruby/commit/4996010019fb813508d0f104ea55a76c53cd2499))
|
|
4398
|
-
* support const enums ([5bc660a](https://github.com/Increase/increase-ruby/commit/5bc660ab15424637f111fbef532a4dac99475016))
|
|
4399
|
-
* support jsonl uploads ([29f419b](https://github.com/Increase/increase-ruby/commit/29f419bf5f2b150e43a013628e25d84751655a3f))
|
|
4400
|
-
* support overlapping HTTP requests in same Fiber ([50fb02b](https://github.com/Increase/increase-ruby/commit/50fb02b25f177425eecd50dccde0003841a1fd6c))
|
|
4401
|
-
* support streaming uploads ([b81f8da](https://github.com/Increase/increase-ruby/commit/b81f8da7dcd228e3b57212f25e03696e047f6505))
|
|
4402
|
-
* unify param & return types in yard ([6af0904](https://github.com/Increase/increase-ruby/commit/6af0904a6d8b2f4373c15e2d570510ff2efd3e44))
|
|
4403
|
-
* use tagged enums in sorbet type definitions ([11feab2](https://github.com/Increase/increase-ruby/commit/11feab25ad42d24b90de84ad5dacb80affe1a9f0))
|
|
4404
|
-
|
|
4405
|
-
|
|
4406
|
-
### Bug Fixes
|
|
4407
|
-
|
|
4408
|
-
* bad documentation url for gemdocs.org ([303b154](https://github.com/Increase/increase-ruby/commit/303b1548522b3cbbe99f9de55fdd93b3b529734f))
|
|
4409
|
-
* base page should be module instead of class ([c2535fb](https://github.com/Increase/increase-ruby/commit/c2535fbea54a1a58af3a385bb74d07a04ed9f277))
|
|
4410
|
-
* better support header parameters ([7c1aa2c](https://github.com/Increase/increase-ruby/commit/7c1aa2cc5d0269d44b9049e147b9d1ddf9f8af7e))
|
|
4411
|
-
* enums should only coerce matching symbols into strings ([5293405](https://github.com/Increase/increase-ruby/commit/52934050e2560f1a0ddd62cc086f3f9d5af3da81))
|
|
4412
|
-
* label optional keyword arguments in *.rbs type definitions ([febf36c](https://github.com/Increase/increase-ruby/commit/febf36c59de99eb1195e073d4c12b4b9baf894bf))
|
|
4413
|
-
* **model:** base model should recursively store coerced base models ([2bdcd0b](https://github.com/Increase/increase-ruby/commit/2bdcd0b2a2ffd42c13f53f070e56d18515d01fee))
|
|
4414
|
-
* pages should be able to accept non-converter models ([28884d5](https://github.com/Increase/increase-ruby/commit/28884d564078b1a2977a3415d6409cfde8383c0b))
|
|
4415
|
-
* path interpolation template strings ([0cee778](https://github.com/Increase/increase-ruby/commit/0cee778042664c56a07aec052eaa22854d4e249a))
|
|
4416
|
-
* rectify a mistake where wrong lines were chosen during rebase ([e9c4c41](https://github.com/Increase/increase-ruby/commit/e9c4c416ffcd319051d69ad761743261e41ade52))
|
|
4417
|
-
* resolve tapioca derived sorbet errors ([ef0ba2d](https://github.com/Increase/increase-ruby/commit/ef0ba2dcf2845a163eb3afa526ad7918acc5ac17))
|
|
4418
|
-
* ssl timeout not required when TCP socket open timeout specified ([963a4dd](https://github.com/Increase/increase-ruby/commit/963a4dd7932fab72c6647651ad39d6d5133c9dad))
|
|
4419
|
-
* switch to github compatible markdown engine ([ceb15fc](https://github.com/Increase/increase-ruby/commit/ceb15fc7b8efc719e9a3b6f266ccfb6fcc5cdc6b))
|
|
4420
|
-
* temporarily run CI without bundler cache ([401bc94](https://github.com/Increase/increase-ruby/commit/401bc9459d2cb00887b98311f10fc36a888b398f))
|
|
4421
|
-
* yard example tag formatting ([1893a30](https://github.com/Increase/increase-ruby/commit/1893a300a366bdd6795f34cdb24b3c430cafc708))
|
|
4422
|
-
|
|
4423
|
-
|
|
4424
|
-
### Chores
|
|
4425
|
-
|
|
4426
|
-
* `BaseModel` fields that are `BaseModel` typed should also accept `Hash` ([b6904d9](https://github.com/Increase/increase-ruby/commit/b6904d9b20822a82358183c0a27d168803ed9c40))
|
|
4427
|
-
* add `[@yieldparam](https://github.com/yieldparam)` to yard doc ([a918fbe](https://github.com/Increase/increase-ruby/commit/a918fbe0eb47923c730448aaab57738ce8d4b57a))
|
|
4428
|
-
* add `sorbet` section to README ([8215400](https://github.com/Increase/increase-ruby/commit/8215400416499fc427ea13a9a0e14287859830cd))
|
|
4429
|
-
* add example directory ([80510db](https://github.com/Increase/increase-ruby/commit/80510db0f9f3c1687ac93cad0afaefee7c49c8f9))
|
|
4430
|
-
* add more examples to README.md ([f742764](https://github.com/Increase/increase-ruby/commit/f742764fe64a49af2ab56d51a961d5d3dd6ff375))
|
|
4431
|
-
* add most doc strings to rbi type definitions ([f3215a9](https://github.com/Increase/increase-ruby/commit/f3215a932a14a45d0211052c314c3e390b28b9ef))
|
|
4432
|
-
* add type annotations for enum and union member listing methods ([e2ea486](https://github.com/Increase/increase-ruby/commit/e2ea486bcab090301370dcffd8132bd673fc0c30))
|
|
4433
|
-
* add type annotations for requester ([5f7b034](https://github.com/Increase/increase-ruby/commit/5f7b03465a822595055bd5451ce6d52f09fe6c50))
|
|
4434
|
-
* be consistent and use lower case headers everywhere ([c64c945](https://github.com/Increase/increase-ruby/commit/c64c9459ad495805d5f68c29b1a60a60e9daf3da))
|
|
4435
|
-
* bump lockfile ([289eef7](https://github.com/Increase/increase-ruby/commit/289eef7a2b3602856c7a252dd9749b528d88aee7))
|
|
4436
|
-
* bump lockfile ([c96a8b1](https://github.com/Increase/increase-ruby/commit/c96a8b1cf59be7986fb649984eba42a34b076d80))
|
|
4437
|
-
* **ci:** bump prism mock server version ([3ca54d5](https://github.com/Increase/increase-ruby/commit/3ca54d56c1b282fcd5c34ede1ab4ea347e72ae37))
|
|
4438
|
-
* clean up client tests ([647d52f](https://github.com/Increase/increase-ruby/commit/647d52f62b25384edb27ea9ed08585df835b5b89))
|
|
4439
|
-
* disable dangerous rubocop auto correct rule ([54ee90e](https://github.com/Increase/increase-ruby/commit/54ee90e2c0cf56d744a9b813497406770d1f839a))
|
|
4440
|
-
* disable overloads in `*.rbs` definitions for readable LSP errors ([add41d9](https://github.com/Increase/increase-ruby/commit/add41d95d5923d1286cf83b5df7b983c5e08077c))
|
|
4441
|
-
* disable unnecessary linter rules for sorbet manifests ([90fea23](https://github.com/Increase/increase-ruby/commit/90fea23ae22256394528761370e30c93cf15d31f))
|
|
4442
|
-
* do not git ignore `bin/` ([c1f2539](https://github.com/Increase/increase-ruby/commit/c1f2539322b26a7085e3d672ebb6e53744509e28))
|
|
4443
|
-
* do not label modules as abstract ([3454e56](https://github.com/Increase/increase-ruby/commit/3454e564a81f4d529e8bd74e3de41bdc1fcddcf4))
|
|
4444
|
-
* document Client's concurrency capability ([aa28822](https://github.com/Increase/increase-ruby/commit/aa2882260641a5a5ca8d159ca7f63a7f59ece4b1))
|
|
4445
|
-
* document union variants in yard doc ([b3dc9e1](https://github.com/Increase/increase-ruby/commit/b3dc9e196276c0015b12f0d1807d77c625e2a1ae))
|
|
4446
|
-
* enable full pagination tests ([07c36ab](https://github.com/Increase/increase-ruby/commit/07c36abcdf4fa3aa00980d200836a39dcc90d583))
|
|
4447
|
-
* enable full pagination tests ([61193bb](https://github.com/Increase/increase-ruby/commit/61193bb02b78affd9c2e04b6ffbaf85ffd73d938))
|
|
4448
|
-
* ensure doc strings for rbi method arguments ([fc029c6](https://github.com/Increase/increase-ruby/commit/fc029c6d469a6906721623f33f7bba010fa122e8))
|
|
4449
|
-
* error fields are now mutable in keeping with rest of SDK ([4766cae](https://github.com/Increase/increase-ruby/commit/4766caec3bab7fb030dc5cc5cb057fae865f113d))
|
|
4450
|
-
* extract error classes into own module ([4334218](https://github.com/Increase/increase-ruby/commit/4334218a572ee48872c1e33d4013b7c63d83c6ea))
|
|
4451
|
-
* fix a yard doc comment ([8cd97fd](https://github.com/Increase/increase-ruby/commit/8cd97fd5f4a73c97ea92fe26f7504832e9906ab4))
|
|
4452
|
-
* fix misc rubocop errors ([42734c9](https://github.com/Increase/increase-ruby/commit/42734c9ce607c4a6d574428129c1355948ceccb0))
|
|
4453
|
-
* fix repo names ([eb6a5cd](https://github.com/Increase/increase-ruby/commit/eb6a5cd0e6dc787e2066eb5b0c290779596ab1bc))
|
|
4454
|
-
* fully qualify `Array` and `Hash` in rbs files to avoid collisions ([39ce5aa](https://github.com/Increase/increase-ruby/commit/39ce5aa74a7e9bf2d12694b7e94dffd33498cb57))
|
|
4455
|
-
* fused enum should use faster internal iteration by default ([5b3000c](https://github.com/Increase/increase-ruby/commit/5b3000c07c2ae2636173a870ec2f703b8ba1bbae))
|
|
4456
|
-
* generate better supported rbi signatures ([23a0909](https://github.com/Increase/increase-ruby/commit/23a09091a159ae7d6f644e9ffc4855f141e3641c))
|
|
4457
|
-
* go live ([#1](https://github.com/Increase/increase-ruby/issues/1)) ([f013e29](https://github.com/Increase/increase-ruby/commit/f013e292e080785111a8c261385b470fd6958a34))
|
|
4458
|
-
* ignore some spurious linter warnings and formatting changes ([a9f97a7](https://github.com/Increase/increase-ruby/commit/a9f97a7f6107eb92044d700fb20aa8dc6949a280))
|
|
4459
|
-
* improve documentation ([2b7f6d3](https://github.com/Increase/increase-ruby/commit/2b7f6d30eec0e2b23bd39e07e3ed4ea9e18a45ae))
|
|
4460
|
-
* improve rbi typedef for page classes ([6ff3fa0](https://github.com/Increase/increase-ruby/commit/6ff3fa03a3ff7060d795641de31dd93b603cbdc3))
|
|
4461
|
-
* improve yard doc folding and reduce repetition ([2b9cee0](https://github.com/Increase/increase-ruby/commit/2b9cee09c821eb7f9d8cf6e60a81d430e287dfe2))
|
|
4462
|
-
* improve yard docs readability ([5dc8d93](https://github.com/Increase/increase-ruby/commit/5dc8d937a2f2c4bca5fea70fd12cd7da1738fcd5))
|
|
4463
|
-
* **internal:** add sorbet config for SDK local development ([bba1099](https://github.com/Increase/increase-ruby/commit/bba1099e66a3c171cc5774725df9d581d7accde5))
|
|
4464
|
-
* **internal:** add utils methods for parsing SSE ([631097b](https://github.com/Increase/increase-ruby/commit/631097b3fc09c124c849a1c5877aacc80c4bdc07))
|
|
4465
|
-
* **internal:** codegen related update ([79efe59](https://github.com/Increase/increase-ruby/commit/79efe59fee012003857b99ed70c151482745cc60))
|
|
4466
|
-
* **internal:** codegen related update ([b605942](https://github.com/Increase/increase-ruby/commit/b60594243fd25ab52ebba7347b1e78b4f647480c))
|
|
4467
|
-
* **internal:** codegen related update ([818700b](https://github.com/Increase/increase-ruby/commit/818700b283ac3b6ae7e80fcb6cd4b0ceb18129b6))
|
|
4468
|
-
* **internal:** codegen related update ([7e0cc97](https://github.com/Increase/increase-ruby/commit/7e0cc974c7c2b03896eacf518c820c78b2554c10))
|
|
4469
|
-
* **internal:** codegen related update ([ff640aa](https://github.com/Increase/increase-ruby/commit/ff640aa40a267fd959f6ed41c7e6b33f29f0d151))
|
|
4470
|
-
* **internal:** codegen related update ([19d4386](https://github.com/Increase/increase-ruby/commit/19d43863411a8519607b3b175030026748f783b3))
|
|
4471
|
-
* **internal:** codegen related update ([20b0b2b](https://github.com/Increase/increase-ruby/commit/20b0b2b9340752091784b0574f766fc55cf9def1))
|
|
4472
|
-
* **internal:** codegen related update ([f99885b](https://github.com/Increase/increase-ruby/commit/f99885bb92a7a415dd6c6c06b4720324da6b34c6))
|
|
4473
|
-
* **internal:** codegen related update ([185fe44](https://github.com/Increase/increase-ruby/commit/185fe44d4ede731cd1234ffdbd7c35884a549420))
|
|
4474
|
-
* **internal:** codegen related update ([1df9e9a](https://github.com/Increase/increase-ruby/commit/1df9e9aaea743518f65d0febbef835b25a395c80))
|
|
4475
|
-
* **internal:** codegen related update ([0c5a979](https://github.com/Increase/increase-ruby/commit/0c5a97973ea6ba25b2a77903c4739c8d7ed1268d))
|
|
4476
|
-
* **internal:** dependency updates ([3012533](https://github.com/Increase/increase-ruby/commit/30125336da92c27eca7302f33de3aa1682f4d62a))
|
|
4477
|
-
* **internal:** formatting ([c19c68d](https://github.com/Increase/increase-ruby/commit/c19c68de5ebee248bb9e76bb762a0df38553d315))
|
|
4478
|
-
* **internal:** group related utils together ([a8fd7d1](https://github.com/Increase/increase-ruby/commit/a8fd7d1e8f30d55311ef4153a1a8828f64e2a389))
|
|
4479
|
-
* **internal:** make lint rules more strict ([074ac7f](https://github.com/Increase/increase-ruby/commit/074ac7fffc597c5218f2678464c3a9106c24517d))
|
|
4480
|
-
* **internal:** minor refactoring of utils ([b108061](https://github.com/Increase/increase-ruby/commit/b10806108c477b7a83fe12e586afe10631ba84e9))
|
|
4481
|
-
* **internal:** prune unused `extern` references ([967342d](https://github.com/Increase/increase-ruby/commit/967342d58749305161ae5fd70b4b4e0fb5344c1e))
|
|
4482
|
-
* **internal:** refactor request stack ([ef2aa71](https://github.com/Increase/increase-ruby/commit/ef2aa712ecdd68b061468fb5f5919cfa18d73f75))
|
|
4483
|
-
* **internal:** remove extra empty newlines ([93ed3cd](https://github.com/Increase/increase-ruby/commit/93ed3cd76c7b12c8c19015db6adb94fe195edacb))
|
|
4484
|
-
* **internal:** temporary docs change ([30d8b8a](https://github.com/Increase/increase-ruby/commit/30d8b8a381ce869bfe0bc0f39dd240b7f143af02))
|
|
4485
|
-
* make MFA optional depending on token ([4f408c4](https://github.com/Increase/increase-ruby/commit/4f408c431ebdfa216d56c2a1c22d04b8ae463e92))
|
|
4486
|
-
* mark non-inheritable SDK internal classes as final ([becca0d](https://github.com/Increase/increase-ruby/commit/becca0d11713ee6c0826d7d780c290ec6c412080))
|
|
4487
|
-
* minor formatting changes ([54c3568](https://github.com/Increase/increase-ruby/commit/54c3568b566f24f800c160377c8aa13005ae9d04))
|
|
4488
|
-
* modify sorbet initializers to better support auto-completion ([c38343c](https://github.com/Increase/increase-ruby/commit/c38343c75694cf1f778017a0cc31c85290b19c84))
|
|
4489
|
-
* more accurate type annotations for SDK internals ([743b918](https://github.com/Increase/increase-ruby/commit/743b918bf9bba600b8ce999455aaf76f5b48ff14))
|
|
4490
|
-
* more aggressive tapioca detection logic for skipping compiler introspection ([1ed897f](https://github.com/Increase/increase-ruby/commit/1ed897f7983a17906e962e652e96e340b479d840))
|
|
4491
|
-
* more detailed yard docs for base client ([49fbe39](https://github.com/Increase/increase-ruby/commit/49fbe3967d128bfadddb31eb6f54717d9d3e0aeb))
|
|
4492
|
-
* more detailed yard docs for sdk utils ([5f1ed50](https://github.com/Increase/increase-ruby/commit/5f1ed50d930d4a0a9dbd01708c7c53d41556c230))
|
|
4493
|
-
* more readable output when tests fail ([39071ee](https://github.com/Increase/increase-ruby/commit/39071eee219a1894b3e3e2d5454a3bbf55d602d1))
|
|
4494
|
-
* move basemodel examples into tests ([02c2992](https://github.com/Increase/increase-ruby/commit/02c29926239b1e9724703238dbc5d2ed63692b1d))
|
|
4495
|
-
* move examples into tests ([04f620f](https://github.com/Increase/increase-ruby/commit/04f620f835ffbda995962a9536f79bdf07248ca3))
|
|
4496
|
-
* order client variables by "importance" ([15699e9](https://github.com/Increase/increase-ruby/commit/15699e99a329b40cdfb21b337a74042a05afe0bb))
|
|
4497
|
-
* pagination ([f052396](https://github.com/Increase/increase-ruby/commit/f052396772aa518676d3f1a77304aca4ab548d55))
|
|
4498
|
-
* re-order init params in accordance with their optionality ([5f7dc2a](https://github.com/Increase/increase-ruby/commit/5f7dc2aca6193500cb39de4f47f5af4df7557c2e))
|
|
4499
|
-
* re-order resource classes constructor position ([df27132](https://github.com/Increase/increase-ruby/commit/df27132bb90c2d396efa1c184cec72d1580924cb))
|
|
4500
|
-
* rebuild project due to codegen change ([1e1e5e8](https://github.com/Increase/increase-ruby/commit/1e1e5e8bddb943247e209ce327e65634c35a46f1))
|
|
4501
|
-
* rebuild project due to codegen change ([d91986b](https://github.com/Increase/increase-ruby/commit/d91986bee5eda324e929e35876543de729ed7743))
|
|
4502
|
-
* rebuild project due to codegen change ([92d5a73](https://github.com/Increase/increase-ruby/commit/92d5a737626fe806a882828817aa3cb6eee24366))
|
|
4503
|
-
* rebuild project due to codegen change ([2207858](https://github.com/Increase/increase-ruby/commit/2207858f1b8c59b7aa4b74d9423937f6e0fde0f0))
|
|
4504
|
-
* recursively accept `AnyHash` for `BaseModel`s in arrays and hashes ([3eac9c3](https://github.com/Increase/increase-ruby/commit/3eac9c3fdd0e8d73e072084b6d46840445d7558d))
|
|
4505
|
-
* reduce verbosity in type declarations ([01b3e00](https://github.com/Increase/increase-ruby/commit/01b3e0093e0a82dba02fe872519d299e6fa22de3))
|
|
4506
|
-
* refactor BasePage to have initializer ([97b31e5](https://github.com/Increase/increase-ruby/commit/97b31e5bae71337f436dfdb0e3bcd88ba03d4d00))
|
|
4507
|
-
* refactor util method signatures ([7c6b45d](https://github.com/Increase/increase-ruby/commit/7c6b45de77ccd01498237aaabe4930505c844ed1))
|
|
4508
|
-
* **refactor:** improve requester internals ([002ca1c](https://github.com/Increase/increase-ruby/commit/002ca1c2d52ec2163c2e990f15a290715579e3db))
|
|
4509
|
-
* relocate internal modules ([8e01721](https://github.com/Increase/increase-ruby/commit/8e017218d68f4f4a848e1f3bbf0fb88ea47d5c4a))
|
|
4510
|
-
* remove custom code ([57924db](https://github.com/Increase/increase-ruby/commit/57924dbd77ce84feeb0f9718ddc5c92228778660))
|
|
4511
|
-
* remove stale thread local checks ([e4d73e8](https://github.com/Increase/increase-ruby/commit/e4d73e8951f523d0be1bfc44f488327e60c5b053))
|
|
4512
|
-
* remove unnecessary & confusing module ([a1a4624](https://github.com/Increase/increase-ruby/commit/a1a46249923775cffe897c52d65330b635f023a3))
|
|
4513
|
-
* rename internal type aliases ([f52047a](https://github.com/Increase/increase-ruby/commit/f52047af4e44a51f48ea8ca28f74ab89c8eb13ec))
|
|
4514
|
-
* rename misleading variable ([90215de](https://github.com/Increase/increase-ruby/commit/90215de6314e6456a6ab867d6a7c992bdd765919))
|
|
4515
|
-
* reorganize import ordering ([1c859e4](https://github.com/Increase/increase-ruby/commit/1c859e4885266a2243a8941630658de0ddd6424b))
|
|
4516
|
-
* sdk client internal refactoring ([29d4430](https://github.com/Increase/increase-ruby/commit/29d443029ff483b8f7d6faf73535daf14a2d8772))
|
|
4517
|
-
* sdk internal updates ([635fb9c](https://github.com/Increase/increase-ruby/commit/635fb9cba7f2350d0e7c98a0de605b97d8c280a3))
|
|
4518
|
-
* slightly more consistent type definition layout ([af1f206](https://github.com/Increase/increase-ruby/commit/af1f20623992a4acc18ba2699b49ec1e83d9f5be))
|
|
4519
|
-
* sort imports via topological dependency & file path ([08ccc35](https://github.com/Increase/increase-ruby/commit/08ccc35fb98a942afa33dc890d062244d8608d7a))
|
|
4520
|
-
* support different EOLs in streaming ([f6a6234](https://github.com/Increase/increase-ruby/commit/f6a6234a02c46bd2848e891a883c223348d0eba3))
|
|
4521
|
-
* switch to prettier looking sorbet annotations ([fb3008a](https://github.com/Increase/increase-ruby/commit/fb3008ae3d34f592c4e02b58013950771492e31c))
|
|
4522
|
-
* touch up sdk usage examples ([96275e1](https://github.com/Increase/increase-ruby/commit/96275e19b6f2b73e831b25f05f9d443ffaf817a8))
|
|
4523
|
-
* touch up yard docs with more spec compliant syntax ([fc2125a](https://github.com/Increase/increase-ruby/commit/fc2125afe0c2af4c9ed82ce057d32475f5c71aa3))
|
|
4524
|
-
* update custom timeout header name ([965cdc0](https://github.com/Increase/increase-ruby/commit/965cdc0ddf90053644b0189157d1c997e2d6c046))
|
|
4525
|
-
* update readme ([e1b593d](https://github.com/Increase/increase-ruby/commit/e1b593db90cd0d9a3f1153d02d563d097261342b))
|
|
4526
|
-
* use concise syntax for pattern matching ([b6361ac](https://github.com/Increase/increase-ruby/commit/b6361ac4d543b773febb51984fa4362276b486de))
|
|
4527
|
-
* use fully qualified name in sorbet README example ([3ea3b43](https://github.com/Increase/increase-ruby/commit/3ea3b43498a6968fcf003b9450ec58ed67094cff))
|
|
4528
|
-
* use generics instead of overloading for sorbet type definitions ([464ce6d](https://github.com/Increase/increase-ruby/commit/464ce6d41e53c0a70be9933c546fd3f117028456))
|
|
4529
|
-
* use more descriptive rubocop output format ([609c929](https://github.com/Increase/increase-ruby/commit/609c929d5b79cbf60ed775b91531b274e116c345))
|
|
4530
|
-
* use multi-line formatting style for really long lines ([36e68d7](https://github.com/Increase/increase-ruby/commit/36e68d75fb5d4e86b1ae13aecda669b5c4488d00))
|
|
4531
|
-
* whitespace changes ([1e9d815](https://github.com/Increase/increase-ruby/commit/1e9d815280ccd0cc93df7f718556094d3056d1b9))
|
|
4532
|
-
|
|
4533
|
-
|
|
4534
|
-
### Documentation
|
|
4535
|
-
|
|
4536
|
-
* update URLs from stainlessapi.com to stainless.com ([6572731](https://github.com/Increase/increase-ruby/commit/65727318d9954bb71e2db176114fb0df406807c7))
|
|
4537
|
-
|
|
4538
|
-
|
|
4539
|
-
### Refactors
|
|
4540
|
-
|
|
4541
|
-
* **client:** impose consistent sdk internals layout ([b05e4e5](https://github.com/Increase/increase-ruby/commit/b05e4e59bdb1091749b3cb9b1f276234aefd74ba))
|