Skip to content

Commit 16aac50

Browse files
release: 0.1.0-alpha.56
1 parent 08320be commit 16aac50

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.55"
2+
".": "0.1.0-alpha.56"
33
}

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 0.1.0-alpha.56 (2025-02-07)
4+
5+
Full Changelog: [v0.1.0-alpha.55...v0.1.0-alpha.56](https://github.com/openai/openai-go/compare/v0.1.0-alpha.55...v0.1.0-alpha.56)
6+
7+
### Features
8+
9+
* **pagination:** avoid fetching when has_more: false ([#218](https://github.com/openai/openai-go/issues/218)) ([22dfd12](https://github.com/openai/openai-go/commit/22dfd12bd06caaa6750b54c934b970288f43c67f))
10+
11+
12+
### Bug Fixes
13+
14+
* fix early cancel when RequestTimeout is provided for streaming requests ([#221](https://github.com/openai/openai-go/issues/221)) ([4843296](https://github.com/openai/openai-go/commit/48432968fbb130a60d2a678df4e19bcc41d4a5e1))
15+
316
## 0.1.0-alpha.55 (2025-02-05)
417

518
Full Changelog: [v0.1.0-alpha.54...v0.1.0-alpha.55](https://github.com/openai/openai-go/compare/v0.1.0-alpha.54...v0.1.0-alpha.55)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Or to pin the version:
2525
<!-- x-release-please-start-version -->
2626

2727
```sh
28-
go get -u 'github.com/openai/[email protected].55'
28+
go get -u 'github.com/openai/[email protected].56'
2929
```
3030

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

internal/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package internal
44

5-
const PackageVersion = "0.1.0-alpha.55" // x-release-please-version
5+
const PackageVersion = "0.1.0-alpha.56" // x-release-please-version

0 commit comments

Comments
 (0)