Skip to content

Commit a93d1fd

Browse files
committed
release: 0.28.0
1 parent d30fed7 commit a93d1fd

File tree

4 files changed

+33
-3
lines changed

4 files changed

+33
-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.27.0"
2+
".": "0.28.0"
33
}

CHANGELOG.md

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

3+
## 0.28.0 (2025-12-17)
4+
5+
Full Changelog: [v0.27.0...v0.28.0](https://github.com/stainless-api/stainless-api-go/compare/v0.27.0...v0.28.0)
6+
7+
### Features
8+
9+
* add openapi target ([d30fed7](https://github.com/stainless-api/stainless-api-go/commit/d30fed7680928a4b39408f7269c9ce9aeaf8b1fc))
10+
* **ai:** build APIs take SDK level commit messages & new gate for AI commit messages ([ca5309d](https://github.com/stainless-api/stainless-api-go/commit/ca5309d0a34a25f0eb0b2616ba6e1d8feecba276))
11+
* **encoder:** support bracket encoding form-data object members ([1d44e24](https://github.com/stainless-api/stainless-api-go/commit/1d44e246218eaa016dc84d2169dfeb3823b88fba))
12+
13+
14+
### Bug Fixes
15+
16+
* **api:** switch 'targets' query param to comma-delimited string in diagnostics endpoint ([50b39f0](https://github.com/stainless-api/stainless-api-go/commit/50b39f0450546bc9b06eef7121f8b9f93f5912b5))
17+
* **mcp:** correct code tool API endpoint ([87da202](https://github.com/stainless-api/stainless-api-go/commit/87da202dcb56daa2cbe8e1e45e1ff5ab51e8a967))
18+
* rename param to avoid collision ([a19d09f](https://github.com/stainless-api/stainless-api-go/commit/a19d09f5db486d85cd4c86388a1b8bf3853fae58))
19+
* skip usage tests that don't work with Prism ([9ab1422](https://github.com/stainless-api/stainless-api-go/commit/9ab1422f1e4daecd1429a5e0f556bbcd0c9f3609))
20+
21+
22+
### Chores
23+
24+
* elide duplicate aliases ([0e1da23](https://github.com/stainless-api/stainless-api-go/commit/0e1da23148f8b3e9aece108dd09ebe276ffc4400))
25+
* **internal:** codegen related update ([a70b6ce](https://github.com/stainless-api/stainless-api-go/commit/a70b6ced3b113500f758992c4cf6f87fd0235ca7))
26+
* skip spec resource ([3f19d64](https://github.com/stainless-api/stainless-api-go/commit/3f19d643be5e5b38c621b9ba9839adc89ab74438))
27+
28+
29+
### Refactors
30+
31+
* **api:** change completed shape ([cc1af63](https://github.com/stainless-api/stainless-api-go/commit/cc1af6316f191ab1b86b69086451b857c144ccb2))
32+
333
## 0.27.0 (2025-11-13)
434

535
Full Changelog: [v0.26.0...v0.27.0](https://github.com/stainless-api/stainless-api-go/compare/v0.26.0...v0.27.0)

README.md

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

3030
```sh
31-
go get -u 'github.com/stainless-api/stainless-api-go@v0.27.0'
31+
go get -u 'github.com/stainless-api/stainless-api-go@v0.28.0'
3232
```
3333

3434
<!-- 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.27.0" // x-release-please-version
5+
const PackageVersion = "0.28.0" // x-release-please-version

0 commit comments

Comments
 (0)