openai 0.22.0 → 0.22.1
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 +10 -0
- data/README.md +1 -1
- data/lib/openai/internal/stream.rb +1 -1
- data/lib/openai/version.rb +1 -1
- 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: 887b4188085cb58d7d08b043bb231aaf9c911e1fde2a5b6e0494c3478491e81f
|
4
|
+
data.tar.gz: c4e908ee7d15fac9f59e99ab3f8adb3cb0b584990292a86fcdc2b36b660b9529
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 56484dcf1283f408c0d2025ccbe87af7ecd74e4807888630759520a0676687d7c33311d3597b61807d23589b4a5343032bd87e3f5e6277e6727b9c7aa4192058
|
7
|
+
data.tar.gz: 7160a979ee2c76c52762487d989f9973f5302f2551951a5403768e1d38bdd8617b4796ca2c4b5e3887f30c0a4fa5ba367670327a25d49d5a7f9403d1433cec62
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## 0.22.1 (2025-09-05)
|
4
|
+
|
5
|
+
Full Changelog: [v0.22.0...v0.22.1](https://github.com/openai/openai-ruby/compare/v0.22.0...v0.22.1)
|
6
|
+
|
7
|
+
### Bug Fixes
|
8
|
+
|
9
|
+
* **internal:** oops had a bad test merge in ([#824](https://github.com/openai/openai-ruby/issues/824)) ([d3a0ae8](https://github.com/openai/openai-ruby/commit/d3a0ae823a4a14faff5b115488fdb26b0786ece6))
|
10
|
+
* use APIStatusError.for instead of APIError.for in stream.rb ([#194](https://github.com/openai/openai-ruby/issues/194)) ([275e19b](https://github.com/openai/openai-ruby/commit/275e19b7d83237431e2f67190d5a3c45fc359610))
|
11
|
+
* use correct error class when raising errors from within streams ([271d805](https://github.com/openai/openai-ruby/commit/271d805d07594bd52ffea841429a1a309ba7a8b6))
|
12
|
+
|
3
13
|
## 0.22.0 (2025-09-03)
|
4
14
|
|
5
15
|
Full Changelog: [v0.21.1...v0.22.0](https://github.com/openai/openai-ruby/compare/v0.21.1...v0.22.0)
|
data/README.md
CHANGED
data/lib/openai/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: openai
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.22.
|
4
|
+
version: 0.22.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAI
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-09-
|
11
|
+
date: 2025-09-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: connection_pool
|