Skip to content

Commit b1f261c

Browse files
stainless-botyjp20
authored andcommitted
release: 0.29.0
1 parent 698acea commit b1f261c

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
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.28.0"
2+
".": "0.29.0"
33
}

CHANGELOG.md

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

3+
## 0.29.0 (2026-02-20)
4+
5+
Full Changelog: [v0.28.0...v0.29.0](https://github.com/stainless-api/stainless-api-go/compare/v0.28.0...v0.29.0)
6+
7+
### Features
8+
9+
* **api:** populate integrated_stats ([4de23d2](https://github.com/stainless-api/stainless-api-go/commit/4de23d26e3e2d66225e3caad904d9e61d7d7c3a3))
10+
11+
12+
### Bug Fixes
13+
14+
* allow canceling a request while it is waiting to retry ([310f52e](https://github.com/stainless-api/stainless-api-go/commit/310f52ee5e7e7f1c5e875c26e72692ce384cfec7))
15+
16+
17+
### Chores
18+
19+
* **internal:** remove mock server code ([5fcb7c4](https://github.com/stainless-api/stainless-api-go/commit/5fcb7c4861be97cde54f1aa46b7bdde6eab4cfb2))
20+
* update mock server docs ([d58d1af](https://github.com/stainless-api/stainless-api-go/commit/d58d1af54babd9ef3b9db2d6bfc9754cfdb96584))
21+
322
## 0.28.0 (2026-02-19)
423

524
Full Changelog: [v0.27.1...v0.28.0](https://github.com/stainless-api/stainless-api-go/compare/v0.27.1...v0.28.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Or to pin the version:
3737
<!-- x-release-please-start-version -->
3838

3939
```sh
40-
go get -u 'github.com/stainless-api/stainless-api-go@v0.28.0'
40+
go get -u 'github.com/stainless-api/stainless-api-go@v0.29.0'
4141
```
4242

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

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package internal
44

5-
const PackageVersion = "0.28.0" // x-release-please-version
5+
const PackageVersion = "0.29.0" // x-release-please-version

0 commit comments

Comments
 (0)