increase 1.271.0 → 1.273.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/CHANGELOG.md +175 -0
- data/README.md +1 -1
- data/lib/increase/internal/util.rb +1 -2
- data/lib/increase/models/entity.rb +147 -91
- data/lib/increase/models/entity_create_params.rb +130 -90
- data/lib/increase/models/entity_update_params.rb +52 -36
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/entity.rbi +175 -119
- data/rbi/increase/models/entity_create_params.rbi +175 -105
- data/rbi/increase/models/entity_update_params.rbi +70 -42
- data/sig/increase/models/entity.rbs +119 -84
- data/sig/increase/models/entity_create_params.rbs +100 -55
- data/sig/increase/models/entity_update_params.rbs +40 -22
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1370e7e135405ee51eed703e228cfd3ff84dfd6512b4f6c0a5f54808b4963f13
|
|
4
|
+
data.tar.gz: 707d0dabe7b19967c30d4c220ee8a5e68b49b663c457e2c33f80e149b908b96c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: df06e439ab9ccb20ec7345fef7653a372ede392cc8f76a4673892dbadc1948046ce376d2f2f4646de1b8a307b9eb7421130bc4f605d035a6f0381a9187a2a253
|
|
7
|
+
data.tar.gz: 073a5420d9a1f04bdf0c883af5454b5502fda0a325f5adfd9a850ac67e7f3fa0b01e977783f9372183ad7734df86f5ddf2f08d171101ac7bb97a812575d915f5
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,180 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.273.0 (2026-03-26)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v1.272.0...v1.273.0](https://github.com/Increase/increase-ruby/compare/v1.272.0...v1.273.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([242cdf3](https://github.com/Increase/increase-ruby/commit/242cdf3c89d776823bf36f7fbc1cb4f8a98c7690))
|
|
10
|
+
* **api:** api update ([5e64494](https://github.com/Increase/increase-ruby/commit/5e64494a85d31136ae4356fb54435f1d0d14c1d7))
|
|
11
|
+
* **api:** api update ([dda1a5d](https://github.com/Increase/increase-ruby/commit/dda1a5dd5e5741ad4cd07b02203ab76d15b39e89))
|
|
12
|
+
* **api:** api update ([e2bfbc6](https://github.com/Increase/increase-ruby/commit/e2bfbc6d5dcf042e437d971fd758fae057674cf2))
|
|
13
|
+
* **api:** api update ([d901545](https://github.com/Increase/increase-ruby/commit/d9015457708d005bc055511ab0acf58b42384cf8))
|
|
14
|
+
* **api:** api update ([37342cc](https://github.com/Increase/increase-ruby/commit/37342cc63b765ac19e5fd5fe6be68a24fd7793b5))
|
|
15
|
+
* **api:** api update ([e9cbaa4](https://github.com/Increase/increase-ruby/commit/e9cbaa418bba9a5f5b6c67ef9fbacdfb9c9d0b73))
|
|
16
|
+
* **api:** api update ([f15aa93](https://github.com/Increase/increase-ruby/commit/f15aa93b3d6ae1dd294f25e1153f28248995f7e3))
|
|
17
|
+
* **api:** api update ([514fb64](https://github.com/Increase/increase-ruby/commit/514fb646057005074a8140bae2c34258b3dc854a))
|
|
18
|
+
* **api:** api update ([d47f389](https://github.com/Increase/increase-ruby/commit/d47f389c4c831d79b6afa51f5d77bdf9b0283c2a))
|
|
19
|
+
* **api:** api update ([bf75ccb](https://github.com/Increase/increase-ruby/commit/bf75ccbbc858f4140cf1de6261043f5477dfcfea))
|
|
20
|
+
* **api:** api update ([4401edc](https://github.com/Increase/increase-ruby/commit/4401edc2eccc7e23cf0dbff1043dfed3bb2ffbaf))
|
|
21
|
+
* **api:** api update ([a8f9781](https://github.com/Increase/increase-ruby/commit/a8f9781028df983df9274fc0a5b590a6215fff99))
|
|
22
|
+
* **api:** api update ([e222328](https://github.com/Increase/increase-ruby/commit/e222328aab64f3458322eef37873ac0067adf4bf))
|
|
23
|
+
* **api:** api update ([d6c776e](https://github.com/Increase/increase-ruby/commit/d6c776eae3d415cf592eb2d50eff86ecc45ea730))
|
|
24
|
+
* **api:** api update ([a7abdff](https://github.com/Increase/increase-ruby/commit/a7abdff25371dc04f8408cf7c499142f1ffb54d3))
|
|
25
|
+
* **api:** api update ([f7d74ec](https://github.com/Increase/increase-ruby/commit/f7d74ec547269cefb78232be3f86a1168d1e2461))
|
|
26
|
+
* **api:** api update ([ff314ab](https://github.com/Increase/increase-ruby/commit/ff314ab8e87249407ac4517962ff12e1bdaa0c47))
|
|
27
|
+
* **api:** api update ([70a43c9](https://github.com/Increase/increase-ruby/commit/70a43c9a4f3827e1e270382afbf9e1cf730f0906))
|
|
28
|
+
* **api:** api update ([71ebdbe](https://github.com/Increase/increase-ruby/commit/71ebdbe6510fbbb9b37ce7997c949ed803f89a02))
|
|
29
|
+
* **api:** api update ([8f6f005](https://github.com/Increase/increase-ruby/commit/8f6f005318c7081f2b2307afca2556ec514743cf))
|
|
30
|
+
* **api:** api update ([6dddf56](https://github.com/Increase/increase-ruby/commit/6dddf56e9795979c8d0101cdf03d0181db033fd8))
|
|
31
|
+
* **api:** api update ([e186f28](https://github.com/Increase/increase-ruby/commit/e186f280cbe9dba5b6fc3bf22f690b1ee8f5df91))
|
|
32
|
+
* **api:** api update ([0efc17e](https://github.com/Increase/increase-ruby/commit/0efc17ef7cf0549cba04e59f2c3ce8ade7a0f5bd))
|
|
33
|
+
* **api:** api update ([46f13fb](https://github.com/Increase/increase-ruby/commit/46f13fbc2c2d8c61b2ef81908ab1268b0daec9a1))
|
|
34
|
+
* **api:** api update ([4047a90](https://github.com/Increase/increase-ruby/commit/4047a90a1133c0817e404b466e15eca2161537cc))
|
|
35
|
+
* **api:** api update ([7ca6d0e](https://github.com/Increase/increase-ruby/commit/7ca6d0e11076849403646ab94384acf4be38e951))
|
|
36
|
+
* **api:** api update ([685cdca](https://github.com/Increase/increase-ruby/commit/685cdca2c35f8c425e87d452adc112b555a812a2))
|
|
37
|
+
* **api:** api update ([637b7dc](https://github.com/Increase/increase-ruby/commit/637b7dc6ff6934498094eb2a07a862d3a078d07f))
|
|
38
|
+
* **api:** api update ([96de2a0](https://github.com/Increase/increase-ruby/commit/96de2a03d65c0b10ed3c079df031d54b2615e03a))
|
|
39
|
+
* **api:** api update ([825556b](https://github.com/Increase/increase-ruby/commit/825556b82887af904b0b8ab5b9802a8e2a99c324))
|
|
40
|
+
* **api:** api update ([bf1a7c1](https://github.com/Increase/increase-ruby/commit/bf1a7c1277906587fe2936e1a22b0d2600afa37d))
|
|
41
|
+
* **api:** api update ([db50914](https://github.com/Increase/increase-ruby/commit/db5091471b34d8b77f3c033140e39ecf0fa17572))
|
|
42
|
+
* **api:** api update ([a1fbe28](https://github.com/Increase/increase-ruby/commit/a1fbe28bc558d22af76914980c6ed28afcef7909))
|
|
43
|
+
* **api:** api update ([d0e90a3](https://github.com/Increase/increase-ruby/commit/d0e90a3c94918124e74d1e07e5db94305582e2f5))
|
|
44
|
+
* **api:** api update ([6559af9](https://github.com/Increase/increase-ruby/commit/6559af9d9552f0bdbb37f76c18ecdb73afbc212f))
|
|
45
|
+
* **api:** api update ([cfada5f](https://github.com/Increase/increase-ruby/commit/cfada5f2d836be7a2812384112dbea652f50a063))
|
|
46
|
+
* **api:** api update ([a983d19](https://github.com/Increase/increase-ruby/commit/a983d1940123f48578655ee17920f426bdbcea48))
|
|
47
|
+
* **api:** api update ([e31a754](https://github.com/Increase/increase-ruby/commit/e31a754a01ebde6f6137a884980914149bcdecd0))
|
|
48
|
+
* **api:** api update ([645195b](https://github.com/Increase/increase-ruby/commit/645195bd521ea964e9e45a8481da6a9fd4b6d8fa))
|
|
49
|
+
* **api:** api update ([2d9f9cf](https://github.com/Increase/increase-ruby/commit/2d9f9cf21e6b687ad3d258f911c407d65f14efc1))
|
|
50
|
+
* **api:** api update ([66feace](https://github.com/Increase/increase-ruby/commit/66feace168340eeddbe3ba3dc7b8e14367da26e3))
|
|
51
|
+
* **api:** api update ([44a2122](https://github.com/Increase/increase-ruby/commit/44a2122e09ada53ea9a7bad2c1a7464efebac4f5))
|
|
52
|
+
* **api:** api update ([66453f0](https://github.com/Increase/increase-ruby/commit/66453f0af0d45454683288f06335ba1810cf14a1))
|
|
53
|
+
* **api:** api update ([7dc118e](https://github.com/Increase/increase-ruby/commit/7dc118ecddad0d55af30cdfa21dd17c35edcb1bb))
|
|
54
|
+
* **api:** api update ([ddc3cd4](https://github.com/Increase/increase-ruby/commit/ddc3cd4884004ebf1fbafc1f5fa167ca1f4e426c))
|
|
55
|
+
* **api:** api update ([fb5f4b5](https://github.com/Increase/increase-ruby/commit/fb5f4b56e93b5788f9a91cee8ede3101cbf68bc9))
|
|
56
|
+
* **api:** api update ([8d54036](https://github.com/Increase/increase-ruby/commit/8d540364e842ef2d4b902a9bef64a7a8e06a1119))
|
|
57
|
+
* **api:** api update ([db6601e](https://github.com/Increase/increase-ruby/commit/db6601e09d4bd7249a54d5392d48f7f63d13e056))
|
|
58
|
+
* **api:** api update ([8138773](https://github.com/Increase/increase-ruby/commit/813877385707317ec80dee8cc74e5467dd6acaa5))
|
|
59
|
+
* **api:** api update ([604cbbe](https://github.com/Increase/increase-ruby/commit/604cbbe5d1d9f99deaa46ed986e7663e2756b0fd))
|
|
60
|
+
* **api:** api update ([cd57df1](https://github.com/Increase/increase-ruby/commit/cd57df1c07f29864b0e36d045da0a3d3dea37229))
|
|
61
|
+
* **api:** api update ([efcfa51](https://github.com/Increase/increase-ruby/commit/efcfa5154c46aab88003a81d2efdd0b4f5cdc86b))
|
|
62
|
+
* **api:** api update ([81dd29e](https://github.com/Increase/increase-ruby/commit/81dd29e9dfdb8299aaa1b41197f66a09a0711ca2))
|
|
63
|
+
* **api:** api update ([cc6c884](https://github.com/Increase/increase-ruby/commit/cc6c8843f24bd39fe4a69d6edf9b3beb64ef5792))
|
|
64
|
+
* **api:** api update ([b8cbdc8](https://github.com/Increase/increase-ruby/commit/b8cbdc86fbef7fcce3ac85a343889971b77c3a30))
|
|
65
|
+
* **api:** api update ([d02efb1](https://github.com/Increase/increase-ruby/commit/d02efb177d58b0323bf73de2f3deeded92a0c185))
|
|
66
|
+
* **api:** api update ([2f6fc4d](https://github.com/Increase/increase-ruby/commit/2f6fc4dbc127a023adcb3f72e0109ff37e438cd8))
|
|
67
|
+
* **api:** api update ([8f4579a](https://github.com/Increase/increase-ruby/commit/8f4579a2a216731fe314953038ad9ee909d49148))
|
|
68
|
+
* **api:** api update ([2ce4a69](https://github.com/Increase/increase-ruby/commit/2ce4a69b1c900c2bcc275023fb5143355f61d7fb))
|
|
69
|
+
* **api:** api update ([10f88cf](https://github.com/Increase/increase-ruby/commit/10f88cfa5326ec0c3a5ba0bb3fc3c5eff9a3ba93))
|
|
70
|
+
* **api:** api update ([00e40b7](https://github.com/Increase/increase-ruby/commit/00e40b7f0b1545a03d150056eb324008d28757a7))
|
|
71
|
+
* **api:** api update ([6d5ae13](https://github.com/Increase/increase-ruby/commit/6d5ae13ad65d9357064023c4aadd89bd280a37dd))
|
|
72
|
+
* **api:** api update ([3c7de8b](https://github.com/Increase/increase-ruby/commit/3c7de8be54ab3a3838bf3f531f0d9fcf4326f981))
|
|
73
|
+
* **api:** api update ([477fc1d](https://github.com/Increase/increase-ruby/commit/477fc1d2d3e0ffa94d87bd38de8f9fa640b6d6b6))
|
|
74
|
+
* **api:** api update ([8e4bd77](https://github.com/Increase/increase-ruby/commit/8e4bd77a9f6e38d6fb624f14de54158a1f5d8c47))
|
|
75
|
+
* **api:** api update ([994c574](https://github.com/Increase/increase-ruby/commit/994c574e2a7b0ca88f389b0497b590cd3c12dfc1))
|
|
76
|
+
* **api:** api update ([933d5be](https://github.com/Increase/increase-ruby/commit/933d5beb3f18163905c9f83ba7df18875bf01489))
|
|
77
|
+
* **api:** api update ([19af3d3](https://github.com/Increase/increase-ruby/commit/19af3d3a57953bb6bb3eb70feab82483c7f15e19))
|
|
78
|
+
* **api:** api update ([5b3d504](https://github.com/Increase/increase-ruby/commit/5b3d50412c6d0936cae8657e9d36ec49d2988eda))
|
|
79
|
+
* **api:** api update ([21c63e6](https://github.com/Increase/increase-ruby/commit/21c63e65a7c7a4077af5dd863f125871b5726d85))
|
|
80
|
+
* **api:** api update ([6e53b59](https://github.com/Increase/increase-ruby/commit/6e53b5915bd240411121268dd808b13d2bd3ab82))
|
|
81
|
+
* **api:** api update ([c8a408a](https://github.com/Increase/increase-ruby/commit/c8a408a669f396435823a3c7bd3ca0a2aa978663))
|
|
82
|
+
* **api:** api update ([a8fec40](https://github.com/Increase/increase-ruby/commit/a8fec40bf005e25dcbdeb20a820a232a7a896038))
|
|
83
|
+
* **api:** api update ([1d50d86](https://github.com/Increase/increase-ruby/commit/1d50d86f1f11eb6bdaf6b04c8a847cbe4719d3b7))
|
|
84
|
+
* **api:** api update ([bc9e64d](https://github.com/Increase/increase-ruby/commit/bc9e64deb4c9ec1da47bd0a234882f7acb624ad0))
|
|
85
|
+
* **api:** api update ([17fab0d](https://github.com/Increase/increase-ruby/commit/17fab0dfc100c6ac9fa01ddb459cb5ed511e49d6))
|
|
86
|
+
* **api:** api update ([5d17ef7](https://github.com/Increase/increase-ruby/commit/5d17ef766f6b516c5a9669b497565b6d5d7db71a))
|
|
87
|
+
* **api:** api update ([28f6cee](https://github.com/Increase/increase-ruby/commit/28f6cee5a4346d0a0c7f6562e91319f90689d7b0))
|
|
88
|
+
* **api:** api update ([f738a4c](https://github.com/Increase/increase-ruby/commit/f738a4ca9f5bf4da6aa89a71cf2618404e13e75d))
|
|
89
|
+
* **api:** api update ([f4c26d1](https://github.com/Increase/increase-ruby/commit/f4c26d1b1cdfbcfe12d127c29b3de964b3400d68))
|
|
90
|
+
* **api:** api update ([d576bf7](https://github.com/Increase/increase-ruby/commit/d576bf7b4b1f3cc201cf63ef73c384fdaba766c5))
|
|
91
|
+
* **api:** api update ([05030a4](https://github.com/Increase/increase-ruby/commit/05030a4fc7232f9724c7ddaa2dc2592cbfd3edd6))
|
|
92
|
+
* **api:** api update ([67c1f0b](https://github.com/Increase/increase-ruby/commit/67c1f0b2926fe0a4d0d9abb4c86d36c0821b4b6a))
|
|
93
|
+
* **api:** api update ([70d6b93](https://github.com/Increase/increase-ruby/commit/70d6b937f554264a3b965f0278e9af20bb13f524))
|
|
94
|
+
* **api:** api update ([1caa411](https://github.com/Increase/increase-ruby/commit/1caa4112436ad6896121d27afdd4a06f406ac9a8))
|
|
95
|
+
* **api:** api update ([8f9e694](https://github.com/Increase/increase-ruby/commit/8f9e69431eca1427c939b902e793c1fe27490f7c))
|
|
96
|
+
* **api:** api update ([092b919](https://github.com/Increase/increase-ruby/commit/092b9196c87f3494f483d62b214b229ca26e1f58))
|
|
97
|
+
* **api:** api update ([e1dc24f](https://github.com/Increase/increase-ruby/commit/e1dc24f2a597da1fb4e51f9a648b1bccb35c583e))
|
|
98
|
+
* **api:** api update ([6aa76a0](https://github.com/Increase/increase-ruby/commit/6aa76a005943d4e9cf671360dcee9863e442835f))
|
|
99
|
+
* **api:** api update ([27f834c](https://github.com/Increase/increase-ruby/commit/27f834c3056d05eceaeedecffaef9876d23c3207))
|
|
100
|
+
* **api:** api update ([a9ab98b](https://github.com/Increase/increase-ruby/commit/a9ab98b9e29d37ff5a00e166eb53c25c1bcaccc4))
|
|
101
|
+
* **api:** api update ([8b8d2d6](https://github.com/Increase/increase-ruby/commit/8b8d2d63a92772d12202716c6e640a256cc710ad))
|
|
102
|
+
* **api:** api update ([52ab218](https://github.com/Increase/increase-ruby/commit/52ab218e2b9df867348b2512eba89077359d766a))
|
|
103
|
+
* **api:** api update ([8d4da8c](https://github.com/Increase/increase-ruby/commit/8d4da8ce0198334d123f78a9007b321ff12fb5d6))
|
|
104
|
+
* **api:** api update ([111a104](https://github.com/Increase/increase-ruby/commit/111a1045d994ccd58b6f14194322d764ef8cbb7f))
|
|
105
|
+
* **api:** api update ([a4d7fde](https://github.com/Increase/increase-ruby/commit/a4d7fded60123d3ee9ff7bb2c814e7a91deef931))
|
|
106
|
+
* **api:** api update ([81619dc](https://github.com/Increase/increase-ruby/commit/81619dc2ac3f2b68f5326c8e64be9dd674afd34e))
|
|
107
|
+
* **api:** api update ([098249e](https://github.com/Increase/increase-ruby/commit/098249e18aa22539c26a93e87d5ecbb262bb9183))
|
|
108
|
+
* **api:** api update ([11114af](https://github.com/Increase/increase-ruby/commit/11114af8856a05605a2b2091d0c31bae5c46bd22))
|
|
109
|
+
* **api:** api update ([0aa66a3](https://github.com/Increase/increase-ruby/commit/0aa66a3195f4efe263ac76df4ef7192623a0f5a8))
|
|
110
|
+
* **api:** api update ([0faec8e](https://github.com/Increase/increase-ruby/commit/0faec8e767f7679258cf8c0bf0179d7644e7ba70))
|
|
111
|
+
* **api:** api update ([65a3663](https://github.com/Increase/increase-ruby/commit/65a3663561976c1a6d63ab045e69177563f34416))
|
|
112
|
+
* **api:** api update ([3cf8a9d](https://github.com/Increase/increase-ruby/commit/3cf8a9d9253e87984e2d7886ac3e28be3971a76f))
|
|
113
|
+
* **api:** api update ([4242458](https://github.com/Increase/increase-ruby/commit/4242458875f37192735850ab74b10a012e13acf3))
|
|
114
|
+
* **api:** api update ([16f0dab](https://github.com/Increase/increase-ruby/commit/16f0dab6226fe15fe7940701ad6069a58bc53b5d))
|
|
115
|
+
* **api:** api update ([e2c60d1](https://github.com/Increase/increase-ruby/commit/e2c60d1ef601903aaa8b200710a558097e9f4278))
|
|
116
|
+
* **api:** api update ([6d86a6a](https://github.com/Increase/increase-ruby/commit/6d86a6afaf3717e5cce39cc681ecb880cb152062))
|
|
117
|
+
* **api:** api update ([1e2e703](https://github.com/Increase/increase-ruby/commit/1e2e70358f12d691c1e6e0352957ef0c25e0def7))
|
|
118
|
+
* **api:** api update ([2ff7de1](https://github.com/Increase/increase-ruby/commit/2ff7de1effe1f3e8ebc604de682682f06a34752b))
|
|
119
|
+
* **api:** api update ([aceb4f3](https://github.com/Increase/increase-ruby/commit/aceb4f3c59f2a0900583306ce30027a831549525))
|
|
120
|
+
* **api:** api update ([e46ae8f](https://github.com/Increase/increase-ruby/commit/e46ae8fe09873e7fded365dafac56aeefbcce73b))
|
|
121
|
+
* **api:** api update ([764783b](https://github.com/Increase/increase-ruby/commit/764783bd11d78eee36a65efb4fceaa4d8ad09bb2))
|
|
122
|
+
* **api:** api update ([723d38e](https://github.com/Increase/increase-ruby/commit/723d38eb40d3ab1403166954cce2327b5b757f85))
|
|
123
|
+
* **api:** api update ([83c266a](https://github.com/Increase/increase-ruby/commit/83c266a24ee743bdca87ebf5155fe4cb485ad097))
|
|
124
|
+
* **api:** api update ([900dbdd](https://github.com/Increase/increase-ruby/commit/900dbdd0fdecd5c00bb815f669b62853b1c79a57))
|
|
125
|
+
* **api:** api update ([229b3fd](https://github.com/Increase/increase-ruby/commit/229b3fdc43be28c9a2c3a18e1f2a8f7b6cdf4da0))
|
|
126
|
+
* **api:** api update ([b28917e](https://github.com/Increase/increase-ruby/commit/b28917e83e452e1f7995d33f5c1e8f5f348e4cd9))
|
|
127
|
+
* **api:** api update ([cbab315](https://github.com/Increase/increase-ruby/commit/cbab315aefb41453b15f6d40294447933ccad6fa))
|
|
128
|
+
* **api:** api update ([30413fd](https://github.com/Increase/increase-ruby/commit/30413fd094d82dda9a2ce63dfd5b02cc437e5edd))
|
|
129
|
+
* **api:** api update ([6bd1989](https://github.com/Increase/increase-ruby/commit/6bd198909a8273554fd61703b047b0900193cf92))
|
|
130
|
+
* **api:** api update ([75344a9](https://github.com/Increase/increase-ruby/commit/75344a9514d97b42e680910123ca5d7f157405ab))
|
|
131
|
+
* **api:** api update ([b7b5b4d](https://github.com/Increase/increase-ruby/commit/b7b5b4daa32fbdd9e98b67252a5dee579d98fab8))
|
|
132
|
+
* **api:** api update ([cd471d1](https://github.com/Increase/increase-ruby/commit/cd471d16f2026e09a7875c4d3d17a0236fc1253a))
|
|
133
|
+
* **api:** api update ([98cb040](https://github.com/Increase/increase-ruby/commit/98cb040f373612a7a336992d6bcf91b665a76941))
|
|
134
|
+
* **client:** add webhook support ([c873d85](https://github.com/Increase/increase-ruby/commit/c873d8586d280b9e0e13c6e564f68f17fa8d81e3))
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
### Bug Fixes
|
|
138
|
+
|
|
139
|
+
* calling `break` out of streams should be instantaneous ([d9d0a28](https://github.com/Increase/increase-ruby/commit/d9d0a289232863c2e6248afbd22d6ffdfd5bf846))
|
|
140
|
+
* **client:** always add content-length to post body, even when empty ([aef2fe6](https://github.com/Increase/increase-ruby/commit/aef2fe6cb55acc83a228a2acb3f0690dd7f82bef))
|
|
141
|
+
* **client:** loosen json header parsing ([c047ae2](https://github.com/Increase/increase-ruby/commit/c047ae28d54c3ece94f4be124b7bcc74763c9e6c))
|
|
142
|
+
* **internal:** correct multipart form field name encoding ([3ad55ce](https://github.com/Increase/increase-ruby/commit/3ad55ce5091836f9d17644ee1e245673b154b463))
|
|
143
|
+
* issue where json.parse errors when receiving HTTP 204 with nobody ([41bfa40](https://github.com/Increase/increase-ruby/commit/41bfa400871737c89342695a01bb2f65ed99a012))
|
|
144
|
+
* properly mock time in ruby ci tests ([89f7533](https://github.com/Increase/increase-ruby/commit/89f7533c558e7eba55dc2c741103fc6f1a47b945))
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
### Chores
|
|
148
|
+
|
|
149
|
+
* **ci:** skip lint on metadata-only changes ([316bbca](https://github.com/Increase/increase-ruby/commit/316bbca1aae545bc5d8b89d657241f2a84b82a61))
|
|
150
|
+
* **docs:** remove www prefix ([0a9b229](https://github.com/Increase/increase-ruby/commit/0a9b229d07e1646a9d41076313018a3c0327d149))
|
|
151
|
+
* **internal:** codegen related update ([5e62216](https://github.com/Increase/increase-ruby/commit/5e62216d033a720cf9efb23e46bf4dd1d214fa81))
|
|
152
|
+
* **internal:** codegen related update ([70fa568](https://github.com/Increase/increase-ruby/commit/70fa568124ffb341715b9036402c0db8ce9cb81a))
|
|
153
|
+
* **internal:** codegen related update ([cc5705d](https://github.com/Increase/increase-ruby/commit/cc5705d53a00de97ade9365f752dddbcaed07751))
|
|
154
|
+
* **internal:** codegen related update ([36a3ea8](https://github.com/Increase/increase-ruby/commit/36a3ea8ef2941bbe4f8251dab71fdbb8427b1cf8))
|
|
155
|
+
* **internal:** tweak CI branches ([e6bcade](https://github.com/Increase/increase-ruby/commit/e6bcade7f30bfcca40cf3f4e17066633a7c70dba))
|
|
156
|
+
* **internal:** update `actions/checkout` version ([998f9cd](https://github.com/Increase/increase-ruby/commit/998f9cdab36085daa153d3698ae196767034fd85))
|
|
157
|
+
* **internal:** update gitignore ([bb6dc26](https://github.com/Increase/increase-ruby/commit/bb6dc266b53b39dfe0903c0560fd595e51310949))
|
|
158
|
+
* move `cgi` into dependencies for ruby 4 ([24c9d9f](https://github.com/Increase/increase-ruby/commit/24c9d9fee4c206ffc5f49b81a896366c34a343ae))
|
|
159
|
+
* **tests:** bump steady to v0.19.4 ([704590b](https://github.com/Increase/increase-ruby/commit/704590b4e61fe317a42a8eab1d3f898e06363f66))
|
|
160
|
+
* **tests:** bump steady to v0.19.5 ([c4fca5c](https://github.com/Increase/increase-ruby/commit/c4fca5c3dc01ee9508767d674c7d7fbf44a43829))
|
|
161
|
+
* **tests:** bump steady to v0.19.6 ([1ed23ad](https://github.com/Increase/increase-ruby/commit/1ed23ada6e1fc6a5c8c026e2db84899c35cc4725))
|
|
162
|
+
* **tests:** bump steady to v0.19.7 ([32ea9a5](https://github.com/Increase/increase-ruby/commit/32ea9a542dc1af14dce1b8acdf078db3be837781))
|
|
163
|
+
* update mock server docs ([4d9d783](https://github.com/Increase/increase-ruby/commit/4d9d783cbead1701fea327429ac3f149610e3a40))
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
### Refactors
|
|
167
|
+
|
|
168
|
+
* **tests:** switch from prism to steady ([65ff0ba](https://github.com/Increase/increase-ruby/commit/65ff0bae7d21b9eb2f5d66ad4d9c39425b6aa613))
|
|
169
|
+
|
|
170
|
+
## 1.272.0 (2026-03-25)
|
|
171
|
+
|
|
172
|
+
Full Changelog: [v1.271.0...v1.272.0](https://github.com/Increase/increase-ruby/compare/v1.271.0...v1.272.0)
|
|
173
|
+
|
|
174
|
+
### Features
|
|
175
|
+
|
|
176
|
+
* **api:** api update ([e21339a](https://github.com/Increase/increase-ruby/commit/e21339adb4ae1b88f334460423ed374ff3243cca))
|
|
177
|
+
|
|
3
178
|
## 1.271.0 (2026-03-25)
|
|
4
179
|
|
|
5
180
|
Full Changelog: [v1.270.0...v1.271.0](https://github.com/Increase/increase-ruby/compare/v1.270.0...v1.271.0)
|
data/README.md
CHANGED