You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,30 @@
1
1
# Changelog
2
2
3
+
## 0.1.0-alpha.3 (2025-03-18)
4
+
5
+
Full Changelog: [v0.1.0-alpha.2...v0.1.0-alpha.3](https://github.com/openai/openai-ruby/compare/v0.1.0-alpha.2...v0.1.0-alpha.3)
6
+
7
+
### ⚠ BREAKING CHANGES
8
+
9
+
***model:** base model should recursively store coerced base models ([#29](https://github.com/openai/openai-ruby/issues/29))
10
+
11
+
### Bug Fixes
12
+
13
+
***api:** correct some Responses types ([#30](https://github.com/openai/openai-ruby/issues/30)) ([18e8c25](https://github.com/openai/openai-ruby/commit/18e8c2599977fc74f922c75b008ba11f0b12f7d0))
14
+
* missing union constants in rbs and rbi type definitions ([#28](https://github.com/openai/openai-ruby/issues/28)) ([60acb4a](https://github.com/openai/openai-ruby/commit/60acb4ac3d7c63d91f87028aeb11149e78b93992))
15
+
***model:** base model should recursively store coerced base models ([#29](https://github.com/openai/openai-ruby/issues/29)) ([27250dc](https://github.com/openai/openai-ruby/commit/27250dc25f293102264c3f6fdad242a1bd751cd5))
16
+
***types:** improve responses type names ([#34](https://github.com/openai/openai-ruby/issues/34)) ([63603b3](https://github.com/openai/openai-ruby/commit/63603b395558d4fc12451065bf40b739a7dc0ef7))
17
+
18
+
19
+
### Chores
20
+
21
+
* disable unnecessary linter rules for sorbet manifests ([#35](https://github.com/openai/openai-ruby/issues/35)) ([cc08aa1](https://github.com/openai/openai-ruby/commit/cc08aa1902e20b3bb43be67fead0f221592282b3))
* ignore some spurious linter warnings and formatting changes ([#31](https://github.com/openai/openai-ruby/issues/31)) ([e7ccd84](https://github.com/openai/openai-ruby/commit/e7ccd84c8d80abce4af3a9f0cc2eb0c2f6c27ff1))
24
+
***internal:** add back release workflow ([2fb6237](https://github.com/openai/openai-ruby/commit/2fb62372c5882259d58d0793600b6893949f4d85))
25
+
***internal:** codegen related update ([#27](https://github.com/openai/openai-ruby/issues/27)) ([35e13ee](https://github.com/openai/openai-ruby/commit/35e13ee3a1c5c3316aab43d357691c77d5d7152f))
26
+
***internal:** version bump ([#26](https://github.com/openai/openai-ruby/issues/26)) ([3b5a453](https://github.com/openai/openai-ruby/commit/3b5a453f6d8f9e30f0e05ee6ad129bbc70c497d2))
27
+
3
28
## 0.1.0-alpha.2 (2025-03-18)
4
29
5
30
Full Changelog: [v0.1.0-alpha.1...v0.1.0-alpha.2](https://github.com/openai/openai-ruby/compare/v0.1.0-alpha.1...v0.1.0-alpha.2)
0 commit comments