|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.20.0 (2026-03-28) |
| 4 | + |
| 5 | +Full Changelog: [v0.19.0...v0.20.0](https://github.com/ArkHQ-io/ark-ruby/compare/v0.19.0...v0.20.0) |
| 6 | + |
| 7 | +### Features |
| 8 | + |
| 9 | +* **api:** add tenantId to send ([d443493](https://github.com/ArkHQ-io/ark-ruby/commit/d4434933efda6c1cc2cab76c52319113f67aab91)) |
| 10 | + |
| 11 | + |
| 12 | +### Bug Fixes |
| 13 | + |
| 14 | +* **internal:** correct multipart form field name encoding ([5d61b9b](https://github.com/ArkHQ-io/ark-ruby/commit/5d61b9b1cdd09c39eebca5102e349607afa202af)) |
| 15 | +* properly mock time in ruby ci tests ([1af3ac3](https://github.com/ArkHQ-io/ark-ruby/commit/1af3ac341b43b64d6e491c72a0a8bda9408625e1)) |
| 16 | + |
| 17 | + |
| 18 | +### Chores |
| 19 | + |
| 20 | +* **ci:** add build step ([07f4b8f](https://github.com/ArkHQ-io/ark-ruby/commit/07f4b8f01d304d412aef6898dc8d003f701e2733)) |
| 21 | +* **ci:** skip lint on metadata-only changes ([ca59137](https://github.com/ArkHQ-io/ark-ruby/commit/ca5913766b6889a2ea3c0966859652a01a2956b1)) |
| 22 | +* **ci:** skip uploading artifacts on stainless-internal branches ([84760ce](https://github.com/ArkHQ-io/ark-ruby/commit/84760cec19c56830abbe97179c421be8ec8d0573)) |
| 23 | +* **ci:** support opting out of skipping builds on metadata-only commits ([999db01](https://github.com/ArkHQ-io/ark-ruby/commit/999db01d79aa3e790cd164119e32a33c1161dd76)) |
| 24 | +* **internal:** codegen related update ([59ed473](https://github.com/ArkHQ-io/ark-ruby/commit/59ed473b3a2c74b6baecde451956fb1a24829489)) |
| 25 | +* **internal:** codegen related update ([52ec8d2](https://github.com/ArkHQ-io/ark-ruby/commit/52ec8d221046d735dd605aab684f17e074478cf9)) |
| 26 | +* **internal:** tweak CI branches ([890ab73](https://github.com/ArkHQ-io/ark-ruby/commit/890ab7325739769a805f7d783b06f6aed714d5cd)) |
| 27 | +* **internal:** update gitignore ([c32fe9f](https://github.com/ArkHQ-io/ark-ruby/commit/c32fe9f42f4108c3a02dd282375c2355d72c14b9)) |
| 28 | +* **test:** do not count install time for mock server timeout ([8be7c3f](https://github.com/ArkHQ-io/ark-ruby/commit/8be7c3f8333306f7e3687ade2d770a928abbf270)) |
| 29 | +* **tests:** bump steady to v0.19.4 ([20434aa](https://github.com/ArkHQ-io/ark-ruby/commit/20434aa984868e0c14f7a0aa7532ef1d13720ff0)) |
| 30 | +* **tests:** bump steady to v0.19.5 ([b648dfd](https://github.com/ArkHQ-io/ark-ruby/commit/b648dfdd94ef618155eb49efcb6356877f045e7b)) |
| 31 | +* **tests:** bump steady to v0.19.6 ([b617b4c](https://github.com/ArkHQ-io/ark-ruby/commit/b617b4c3f5bd7ecdcef434578bac5bc9e6bcedfa)) |
| 32 | +* **tests:** bump steady to v0.19.7 ([8b6c392](https://github.com/ArkHQ-io/ark-ruby/commit/8b6c3929e2e186d2549fa35f8313fe07c4b800b1)) |
| 33 | +* update mock server docs ([e0cbedc](https://github.com/ArkHQ-io/ark-ruby/commit/e0cbedce73ed0f6dbd683cb3dc04b8aa9937a434)) |
| 34 | + |
| 35 | + |
| 36 | +### Refactors |
| 37 | + |
| 38 | +* **tests:** switch from prism to steady ([dda5d01](https://github.com/ArkHQ-io/ark-ruby/commit/dda5d0168b42d6ca35dd0acb5a209d4be56e6e71)) |
| 39 | + |
3 | 40 | ## 0.19.0 (2026-02-07) |
4 | 41 |
|
5 | 42 | Full Changelog: [v0.18.0...v0.19.0](https://github.com/ArkHQ-io/ark-ruby/compare/v0.18.0...v0.19.0) |
|
0 commit comments