Skip to content

Commit 892ffd2

Browse files
stainless-app[bot]easyCZona-agent
authored
release: 0.8.0 (#87)
* feat(api): RBAC APIs * release: 0.8.0 * Remove unused import of RequestInfo from client.ts * Fix RequestInfo type conflict between errors resource and fetch API Rename the RequestInfo import from errors resource to ErrorRequestInfo to avoid shadowing the global RequestInfo type needed by fetchWithTimeout method. Co-authored-by: Ona <no-reply@ona.com> --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com> Co-authored-by: Milan Pavlik <pavlik.mil@gmail.com> Co-authored-by: Ona <no-reply@ona.com>
1 parent 18fd5b1 commit 892ffd2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+7061
-439
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.7.11"
2+
".": "0.8.0"
33
}

.stats.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
configured_endpoints: 119
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-ca9a49ac7fbb63f55611fd7cd48a22a3ff8b38a797125c8513e891d9b7345550.yml
3-
openapi_spec_hash: fd6ffbdfaefcc555e61ca1c565e05214
4-
config_hash: 7fb76543ceafd4a116473f647f8d63b1
1+
configured_endpoints: 159
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-d62ef4b9187c1f3d36f428abc4b31d8a09ffd36e93d39b8136c60c8f463c838e.yml
3+
openapi_spec_hash: d7f01b6f24e88eb46d744ecd28061f26
4+
config_hash: 26e4a10dfc6ec809322e60d889d15414

CHANGELOG.md

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

3+
## 0.8.0 (2025-12-15)
4+
5+
Full Changelog: [v0.7.11...v0.8.0](https://github.com/gitpod-io/gitpod-sdk-typescript/compare/v0.7.11...v0.8.0)
6+
7+
### Features
8+
9+
* **api:** RBAC APIs ([5888854](https://github.com/gitpod-io/gitpod-sdk-typescript/commit/588885414cc29e94ec512952822d30f2007cbbae))
10+
311
## 0.7.11 (2025-12-15)
412

513
Full Changelog: [v0.7.10...v0.7.11](https://github.com/gitpod-io/gitpod-sdk-typescript/compare/v0.7.10...v0.7.11)

README.md

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

55
This library provides convenient access to the Gitpod REST API from server-side TypeScript or JavaScript.
66

7-
The REST API documentation can be found on [docs.ona.com](https://docs.ona.com). The full API of this library can be found in [api.md](api.md).
7+
The REST API documentation can be found on [docs.gitpod.io](https://docs.gitpod.io). The full API of this library can be found in [api.md](api.md).
88

99
It is generated with [Stainless](https://www.stainless.com/).
1010

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ or products provided by Gitpod, please follow the respective company's security
2020

2121
### Gitpod Terms and Policies
2222

23-
Please contact dev-feedback@ona.com for any questions or concerns regarding the security of our services.
23+
Please contact dev-feedback@gitpod.com for any questions or concerns regarding the security of our services.
2424

2525
---
2626

api.md

Lines changed: 173 additions & 6 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@gitpod/sdk",
3-
"version": "0.7.11",
3+
"version": "0.8.0",
44
"description": "The official TypeScript library for the Gitpod API",
5-
"author": "Gitpod <dev-feedback@ona.com>",
5+
"author": "Gitpod <dev-feedback@gitpod.com>",
66
"types": "dist/index.d.ts",
77
"main": "dist/index.js",
88
"type": "commonjs",

0 commit comments

Comments
 (0)