Skip to content

Commit 3f33b3a

Browse files
release: 0.1.0-alpha.3
1 parent cb57d71 commit 3f33b3a

File tree

5 files changed

+63
-4
lines changed

5 files changed

+63
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.2"
2+
".": "0.1.0-alpha.3"
33
}

CHANGELOG.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,64 @@
11
# Changelog
22

3+
## 0.1.0-alpha.3 (2025-11-12)
4+
5+
Full Changelog: [v0.1.0-alpha.2...v0.1.0-alpha.3](https://github.com/hdresearch/vers-sdk-ruby/compare/v0.1.0-alpha.2...v0.1.0-alpha.3)
6+
7+
### Features
8+
9+
* **api:** api update ([cb57d71](https://github.com/hdresearch/vers-sdk-ruby/commit/cb57d71515935194ddc9f1b930cfd4606cd143ec))
10+
* **api:** api update ([d567bf0](https://github.com/hdresearch/vers-sdk-ruby/commit/d567bf0d09f939165476fa2cfb4f57d6365ee445))
11+
* **api:** api update ([96d1dc7](https://github.com/hdresearch/vers-sdk-ruby/commit/96d1dc7cd75e33b1e6b234df930f371e5e1d8b46))
12+
* **api:** api update ([d19bf01](https://github.com/hdresearch/vers-sdk-ruby/commit/d19bf01e3a6e5eaabd4fe6058215ccd8958f2d2b))
13+
* **api:** api update ([64feb46](https://github.com/hdresearch/vers-sdk-ruby/commit/64feb4617cc9645b10c497a927ee7ec595f59032))
14+
* **api:** api update ([79debb2](https://github.com/hdresearch/vers-sdk-ruby/commit/79debb29c0a891cdbce9965252380a730aad6d68))
15+
* **api:** api update ([d5cdf7c](https://github.com/hdresearch/vers-sdk-ruby/commit/d5cdf7c235dac0cb0d2a1414ce2cf2abb8792710))
16+
* **api:** api update ([b2305b2](https://github.com/hdresearch/vers-sdk-ruby/commit/b2305b2bd64b1e6137b5a6c3406d9317a830091c))
17+
* **api:** api update ([f5b3f21](https://github.com/hdresearch/vers-sdk-ruby/commit/f5b3f21b47a04bb0482deda9580992aa9dfa407f))
18+
* **api:** api update ([832ddb6](https://github.com/hdresearch/vers-sdk-ruby/commit/832ddb6608153182d51aa83019fef0270bee4618))
19+
* **api:** api update ([a2cc96b](https://github.com/hdresearch/vers-sdk-ruby/commit/a2cc96bfe209d100a1e6e75b85313cd422d818b5))
20+
* **api:** api update ([3352c8a](https://github.com/hdresearch/vers-sdk-ruby/commit/3352c8ad414dec234bda610fdba8858e0e933033))
21+
* **api:** api update ([0a87453](https://github.com/hdresearch/vers-sdk-ruby/commit/0a874537387f5e3bef936296b433da329c4ab0a8))
22+
* **api:** api update ([4743273](https://github.com/hdresearch/vers-sdk-ruby/commit/47432739732d14b8589e9947ec3377e8c0b4af6c))
23+
* **api:** api update ([a0a461e](https://github.com/hdresearch/vers-sdk-ruby/commit/a0a461ee4439b09d5f1c10eb1fa10d5852fe52d0))
24+
* **api:** api update ([6fdb933](https://github.com/hdresearch/vers-sdk-ruby/commit/6fdb93355d47a1e4e8a3fb8646fe691f1e40f456))
25+
* **api:** api update ([f25708d](https://github.com/hdresearch/vers-sdk-ruby/commit/f25708d4a743ffc54d69dcf31a1fd92d20b928ae))
26+
* expose response headers for both streams and errors ([49657bc](https://github.com/hdresearch/vers-sdk-ruby/commit/49657bcf404a7f11cec02f8d2f67640e73a6959b))
27+
* handle thread interrupts in the core HTTP client ([7ce44a9](https://github.com/hdresearch/vers-sdk-ruby/commit/7ce44a9bff9d50bd71431cb3bd302c0d762ad9da))
28+
29+
30+
### Bug Fixes
31+
32+
* absolutely qualified uris should always override the default ([9fd3d83](https://github.com/hdresearch/vers-sdk-ruby/commit/9fd3d831212335f596571e30211697b67915622e))
33+
* always send `filename=...` for multipart requests where a file is expected ([20f6509](https://github.com/hdresearch/vers-sdk-ruby/commit/20f6509685d769e8b144074f853f75da9437547d))
34+
* better thread safety via early initializing SSL store during HTTP client creation ([8bd0408](https://github.com/hdresearch/vers-sdk-ruby/commit/8bd0408942aaabfd2da007f652d42965d8b19e3a))
35+
* bump sorbet version and fix new type errors from the breaking change ([fa59039](https://github.com/hdresearch/vers-sdk-ruby/commit/fa59039affa570785adb1923061c4760f8db9424))
36+
* coroutine leaks from connection pool ([a5254d2](https://github.com/hdresearch/vers-sdk-ruby/commit/a5254d28f8becc2607764f756651ebc4b3481eda))
37+
* shorten multipart boundary sep to less than RFC specificed max length ([d152d0e](https://github.com/hdresearch/vers-sdk-ruby/commit/d152d0eda36017fc6ec00c29bcbace111ee360b9))
38+
* should not reuse buffers for `IO.copy_stream` interop ([53ea770](https://github.com/hdresearch/vers-sdk-ruby/commit/53ea770bd552dcc57b4c0f686b042660fe18226c))
39+
40+
41+
### Performance Improvements
42+
43+
* faster code formatting ([bfb35ca](https://github.com/hdresearch/vers-sdk-ruby/commit/bfb35cad0e8dded737437b40e3b94f036fa0e7f8))
44+
45+
46+
### Chores
47+
48+
* add json schema comment for rubocop.yml ([0a2b891](https://github.com/hdresearch/vers-sdk-ruby/commit/0a2b891b944131e8775c6272f081bd2511a52c6e))
49+
* bump dependency version and update sorbet types ([3d6246e](https://github.com/hdresearch/vers-sdk-ruby/commit/3d6246e2c5eb966baadbe31366c6b032d6942372))
50+
* collect metadata from type DSL ([044f442](https://github.com/hdresearch/vers-sdk-ruby/commit/044f4422ef1948051a5b212650f8d368e7953ebc))
51+
* do not install brew dependencies in ./scripts/bootstrap by default ([3c5912f](https://github.com/hdresearch/vers-sdk-ruby/commit/3c5912f19ef879816788299817e26cd966e5242c))
52+
* ignore linter error for tests having large collections ([046bb78](https://github.com/hdresearch/vers-sdk-ruby/commit/046bb7824445c0fab978133f42cfe3d3dd878a9f))
53+
* **internal:** codegen related update ([b0ef527](https://github.com/hdresearch/vers-sdk-ruby/commit/b0ef527585555d084ed9e9f24981ed62e2ea9008))
54+
* **internal:** codegen related update ([c9e7de1](https://github.com/hdresearch/vers-sdk-ruby/commit/c9e7de1a5cfee1072d39a29090258f022cd141e0))
55+
* **internal:** codegen related update ([d36fed0](https://github.com/hdresearch/vers-sdk-ruby/commit/d36fed0ff3a76236fa4077ab8560173df0c1153f))
56+
* **internal:** codegen related update ([eed56ef](https://github.com/hdresearch/vers-sdk-ruby/commit/eed56ef375f4843eed4e3af57367dd26239061d9))
57+
* **internal:** increase visibility of internal helper method ([fb8f268](https://github.com/hdresearch/vers-sdk-ruby/commit/fb8f26853146601300e5c4447266b35a239a4ea6))
58+
* **internal:** update comment in script ([78697f1](https://github.com/hdresearch/vers-sdk-ruby/commit/78697f1f9aff2ff34a8d4cd8aa4d4819dcc0787f))
59+
* sync repo ([039c06d](https://github.com/hdresearch/vers-sdk-ruby/commit/039c06d60b1c1cafdd551120432e3829dfac30de))
60+
* update @stainless-api/prism-cli to v5.15.0 ([bcd7ba0](https://github.com/hdresearch/vers-sdk-ruby/commit/bcd7ba0e16e062ec7965497950dc6f0082420cb7))
61+
362
## 0.1.0-alpha.2 (2025-07-31)
463

564
Full Changelog: [v0.1.0-alpha.1...v0.1.0-alpha.2](https://github.com/hdresearch/vers-sdk-ruby/compare/v0.1.0-alpha.1...v0.1.0-alpha.2)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT
1111
PATH
1212
remote: .
1313
specs:
14-
vers (0.1.0.pre.alpha.2)
14+
vers (0.1.0.pre.alpha.3)
1515
connection_pool
1616

1717
GEM

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To use this gem, install via Bundler by adding the following to your application
1717
<!-- x-release-please-start-version -->
1818

1919
```ruby
20-
gem "vers", "~> 0.1.0.pre.alpha.2"
20+
gem "vers", "~> 0.1.0.pre.alpha.3"
2121
```
2222

2323
<!-- x-release-please-end -->

lib/vers/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Vers
4-
VERSION = "0.1.0.pre.alpha.2"
4+
VERSION = "0.1.0.pre.alpha.3"
55
end

0 commit comments

Comments
 (0)