Skip to content

Commit 8960352

Browse files
chore(main): release sdk 0.15.0 (#914)
* chore(main): release sdk 0.15.0 * Update dependencies --------- Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
1 parent a14b777 commit 8960352

11 files changed

Lines changed: 90 additions & 55 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.14.0"
2+
".": "0.15.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.15.0](https://github.com/opentdf/web-sdk/compare/sdk-v0.14.0...sdk-v0.15.0) (2026-04-22)
4+
5+
6+
### Features
7+
8+
* **sdk:** add ergonomic Resource constructors for authorization ([#921](https://github.com/opentdf/web-sdk/issues/921)) ([a14b777](https://github.com/opentdf/web-sdk/commit/a14b7771021271e6648d331fbd345dd89bcf13b4))
9+
* **sdk:** add segment batch size and max concurrent segment batches options ([#920](https://github.com/opentdf/web-sdk/issues/920)) ([376c780](https://github.com/opentdf/web-sdk/commit/376c780d17355053348a832006bcdd90bddb00e2))
10+
* **sdk:** namespace EntityIdentifier helpers under EntityIdentifiers ([#916](https://github.com/opentdf/web-sdk/issues/916)) ([d0ab115](https://github.com/opentdf/web-sdk/commit/d0ab11560a9f493b7b92fdf04408263fdac97734))
11+
12+
13+
### Bug Fixes
14+
15+
* **ci:** remove redundant npm install in dev-artifact workflow ([#913](https://github.com/opentdf/web-sdk/issues/913)) ([015176c](https://github.com/opentdf/web-sdk/commit/015176cb56d9155b6b4a050da6688f51021365f7))
16+
317
## [0.14.0](https://github.com/opentdf/web-sdk/compare/sdk-v0.13.0...sdk-v0.14.0) (2026-04-09)
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.14.0
3+
version=0.15.0
44
# x-release-please-end
55
extras=cli web-app
66
pkgs=lib $(extras)

cli/package-lock.json

Lines changed: 6 additions & 6 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.14.0",
3+
"version": "0.15.0",
44
"description": "Node based CLI for opentdf",
55
"repository": {
66
"type": "git",
@@ -54,7 +54,7 @@
5454
"serialize-javascript": "^7.0.4"
5555
},
5656
"dependencies": {
57-
"@opentdf/sdk": "file:../lib/opentdf-sdk-0.14.0.tgz",
57+
"@opentdf/sdk": "file:../lib/opentdf-sdk-0.15.0.tgz",
5858
"yargs": "^18.0.0"
5959
}
6060
}

0 commit comments

Comments
 (0)