Skip to content

Commit 2b23c81

Browse files
chore(sdk): release sdk 0.6.0 (#772)
* chore(main): release sdk 0.6.0 * Update dependencies --------- Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
1 parent 9cd7b44 commit 2b23c81

File tree

11 files changed

+44
-30
lines changed

11 files changed

+44
-30
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.0"
2+
".": "0.6.0"
33
}

CHANGELOG.md

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

3+
## [0.6.0](https://github.com/opentdf/web-sdk/compare/sdk-v0.5.0...sdk-v0.6.0) (2025-10-30)
4+
5+
6+
### Features
7+
8+
* **ci:** Add a workflow to update the generated code for new protocol/go versions ([#767](https://github.com/opentdf/web-sdk/issues/767)) ([c9d5f21](https://github.com/opentdf/web-sdk/commit/c9d5f21f89c7a523a524b8da3345c9b0c69743dc))
9+
* **sdk:** Add requiredObligations to the PermissionDeniedError ([#781](https://github.com/opentdf/web-sdk/issues/781)) ([9cd7b44](https://github.com/opentdf/web-sdk/commit/9cd7b44b406e96d00c8bb17d3783bc0652b7fe2f))
10+
* **sdk:** Move to rewrap v2 request/response format ([#774](https://github.com/opentdf/web-sdk/issues/774)) ([e7718d5](https://github.com/opentdf/web-sdk/commit/e7718d583d2cd1b770afd4bb0b3159d5a05ba21c))
11+
12+
13+
### Bug Fixes
14+
15+
* **sdk:** Additional comments and cleanup of Rewrap V2 code ([#780](https://github.com/opentdf/web-sdk/issues/780)) ([bb29962](https://github.com/opentdf/web-sdk/commit/bb299623d82572509b6a59557a97e5cca5ad6740))
16+
317
## [0.5.0](https://github.com/opentdf/web-sdk/compare/sdk/v0.4.0...sdk-v0.5.0) (2025-10-17)
418

519

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# x-release-please-start-version
3-
version=0.5.0
3+
version=0.6.0
44
# x-release-please-end
55
extras=cli web-app
66
pkgs=lib $(extras)

cli/package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentdf/ctl",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Node based CLI for opentdf",
55
"repository": {
66
"type": "git",
@@ -51,7 +51,7 @@
5151
"typescript-eslint": "^8.26.0"
5252
},
5353
"dependencies": {
54-
"@opentdf/sdk": "file:../lib/opentdf-sdk-0.5.0.tgz",
54+
"@opentdf/sdk": "file:../lib/opentdf-sdk-0.6.0.tgz",
5555
"yargs": "^17.7.2"
5656
}
5757
}

lib/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentdf/sdk",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "OpenTDF for the Web",
55
"homepage": "https://github.com/opentdf/web-sdk",
66
"bugs": {

lib/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Exposes the released version number of the `@opentdf/sdk` package
33
*/
4-
export const version = '0.5.0'; // x-release-please-version
4+
export const version = '0.6.0'; // x-release-please-version
55

66
/**
77
* A string name used to label requests as coming from this library client.

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.0
1+
0.6.0

web-app/package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)