From 071ba1c33b776f38f54f277a3f6688f18be87131 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 8 Aug 2026 12:05:28 +0000 Subject: [PATCH] chore(release): publish packages --- CHANGELOG.md | 23 +++++++++++++++++++++++ lerna.json | 2 +- packages/app/CHANGELOG.md | 4 ++++ packages/app/package.json | 2 +- packages/cli/CHANGELOG.md | 4 ++++ packages/cli/package.json | 2 +- packages/postgresdb/CHANGELOG.md | 21 +++++++++++++++++++++ packages/postgresdb/package.json | 2 +- packages/sdk/CHANGELOG.md | 4 ++++ packages/sdk/package.json | 2 +- packages/server/CHANGELOG.md | 22 ++++++++++++++++++++++ packages/server/package.json | 2 +- packages/website/CHANGELOG.md | 23 +++++++++++++++++++++++ packages/website/package.json | 2 +- 14 files changed, 108 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d363c7f3..73fc5044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.20.0](https://github.com/ttoss/soat/compare/v0.19.2...v0.20.0) (2026-08-08) + +### Bug Fixes + +* **orchestrations:** pin a run to the graph it started on ([#892](https://github.com/ttoss/soat/issues/892)) ([cecda04](https://github.com/ttoss/soat/commit/cecda049071c52b91f9994f5563dc8084a34d369)), closes [#880](https://github.com/ttoss/soat/issues/880) [#883](https://github.com/ttoss/soat/issues/883) [#877](https://github.com/ttoss/soat/issues/877) [#872](https://github.com/ttoss/soat/issues/872) +* **tests:** make the sonnet-workflows tutorial CI-viable ([#881](https://github.com/ttoss/soat/issues/881)) ([dd99e89](https://github.com/ttoss/soat/commit/dd99e891ea7ab3e19c42a1387ddca4d150c5969e)) +* **workflows:** give a workflow-dispatched agent the same run identity a run has ([#891](https://github.com/ttoss/soat/issues/891)) ([dc289a2](https://github.com/ttoss/soat/commit/dc289a2e96492c411e339fa3cf9da058f0b576dc)), closes [#884](https://github.com/ttoss/soat/issues/884) +* **workflows:** pin a task to the state machine it entered on ([#895](https://github.com/ttoss/soat/issues/895)) ([aaffa42](https://github.com/ttoss/soat/commit/aaffa42c20b66bf1fd9a0eab10c86709d422204c)), closes [#883](https://github.com/ttoss/soat/issues/883) [#882](https://github.com/ttoss/soat/issues/882) + +### Features + +* **orchestrations:** give durable runs an identity and fail soat calls loudly ([#879](https://github.com/ttoss/soat/issues/879)) ([b6b39df](https://github.com/ttoss/soat/commit/b6b39df15b4aa14c8d861e6ff738ac4e87cfcd19)) +* **server:** extract a shared resource-versioning engine ([#880](https://github.com/ttoss/soat/issues/880)) ([95f08ec](https://github.com/ttoss/soat/commit/95f08ec1f45668255bb9f377bd2ac955e21407b6)), closes [#872](https://github.com/ttoss/soat/issues/872) [#877](https://github.com/ttoss/soat/issues/877) + +### BREAKING CHANGES + +* **server:** the `GuardrailVersion` response no longer carries a top-level + `document` field. The archived policy moved to `config.document`, alongside the + new `id`, `label` and `created_by` fields, so guardrail versions share one shape + with agent versions. Read `config.document` where you read `document` before. + The `guardrail_versions.document` column is renamed to `config` and rewrapped; + schema sync does not migrate existing rows. + ## [0.19.2](https://github.com/ttoss/soat/compare/v0.19.1...v0.19.2) (2026-08-07) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 18daaf77..8dff1f7d 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", - "version": "0.19.2", + "version": "0.20.0", "npmClient": "pnpm", "stream": true, "command": { diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index a022b14f..95ae448d 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.20.0](https://github.com/ttoss/soat/compare/v0.19.2...v0.20.0) (2026-08-08) + +**Note:** Version bump only for package @soat/app + ## [0.19.2](https://github.com/ttoss/soat/compare/v0.19.1...v0.19.2) (2026-08-07) **Note:** Version bump only for package @soat/app diff --git a/packages/app/package.json b/packages/app/package.json index 9d019390..95680fd2 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,6 +1,6 @@ { "name": "@soat/app", - "version": "0.19.2", + "version": "0.20.0", "private": true, "type": "module", "scripts": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 64d69334..94d12ed7 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.20.0](https://github.com/ttoss/soat/compare/v0.19.2...v0.20.0) (2026-08-08) + +**Note:** Version bump only for package @soat/cli + ## [0.19.2](https://github.com/ttoss/soat/compare/v0.19.1...v0.19.2) (2026-08-07) **Note:** Version bump only for package @soat/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index 3b216e81..7c4ae4a3 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@soat/cli", - "version": "0.19.2", + "version": "0.20.0", "type": "module", "scripts": { "generate": "tsx scripts/generate.ts", diff --git a/packages/postgresdb/CHANGELOG.md b/packages/postgresdb/CHANGELOG.md index bf838a94..dec651f1 100644 --- a/packages/postgresdb/CHANGELOG.md +++ b/packages/postgresdb/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.20.0](https://github.com/ttoss/soat/compare/v0.19.2...v0.20.0) (2026-08-08) + +### Bug Fixes + +* **orchestrations:** pin a run to the graph it started on ([#892](https://github.com/ttoss/soat/issues/892)) ([cecda04](https://github.com/ttoss/soat/commit/cecda049071c52b91f9994f5563dc8084a34d369)), closes [#880](https://github.com/ttoss/soat/issues/880) [#883](https://github.com/ttoss/soat/issues/883) [#877](https://github.com/ttoss/soat/issues/877) [#872](https://github.com/ttoss/soat/issues/872) +* **workflows:** pin a task to the state machine it entered on ([#895](https://github.com/ttoss/soat/issues/895)) ([aaffa42](https://github.com/ttoss/soat/commit/aaffa42c20b66bf1fd9a0eab10c86709d422204c)), closes [#883](https://github.com/ttoss/soat/issues/883) [#882](https://github.com/ttoss/soat/issues/882) + +### Features + +* **orchestrations:** give durable runs an identity and fail soat calls loudly ([#879](https://github.com/ttoss/soat/issues/879)) ([b6b39df](https://github.com/ttoss/soat/commit/b6b39df15b4aa14c8d861e6ff738ac4e87cfcd19)) +* **server:** extract a shared resource-versioning engine ([#880](https://github.com/ttoss/soat/issues/880)) ([95f08ec](https://github.com/ttoss/soat/commit/95f08ec1f45668255bb9f377bd2ac955e21407b6)), closes [#872](https://github.com/ttoss/soat/issues/872) [#877](https://github.com/ttoss/soat/issues/877) + +### BREAKING CHANGES + +* **server:** the `GuardrailVersion` response no longer carries a top-level + `document` field. The archived policy moved to `config.document`, alongside the + new `id`, `label` and `created_by` fields, so guardrail versions share one shape + with agent versions. Read `config.document` where you read `document` before. + The `guardrail_versions.document` column is renamed to `config` and rewrapped; + schema sync does not migrate existing rows. + ## [0.19.2](https://github.com/ttoss/soat/compare/v0.19.1...v0.19.2) (2026-08-07) **Note:** Version bump only for package @soat/postgresdb diff --git a/packages/postgresdb/package.json b/packages/postgresdb/package.json index 94c731cc..3b4e6349 100644 --- a/packages/postgresdb/package.json +++ b/packages/postgresdb/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@soat/postgresdb", - "version": "0.19.2", + "version": "0.20.0", "description": "Database models and operations for SOAT packages", "type": "module", "exports": { diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index fbddabdf..9e81dd31 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.20.0](https://github.com/ttoss/soat/compare/v0.19.2...v0.20.0) (2026-08-08) + +**Note:** Version bump only for package @soat/sdk + ## [0.19.2](https://github.com/ttoss/soat/compare/v0.19.1...v0.19.2) (2026-08-07) **Note:** Version bump only for package @soat/sdk diff --git a/packages/sdk/package.json b/packages/sdk/package.json index e2a94533..1f2ae9e3 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@soat/sdk", - "version": "0.19.2", + "version": "0.20.0", "description": "TypeScript SDK for the SOAT API", "type": "module", "main": "dist/index.mjs", diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index 23041603..46c566dd 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.20.0](https://github.com/ttoss/soat/compare/v0.19.2...v0.20.0) (2026-08-08) + +### Bug Fixes + +* **orchestrations:** pin a run to the graph it started on ([#892](https://github.com/ttoss/soat/issues/892)) ([cecda04](https://github.com/ttoss/soat/commit/cecda049071c52b91f9994f5563dc8084a34d369)), closes [#880](https://github.com/ttoss/soat/issues/880) [#883](https://github.com/ttoss/soat/issues/883) [#877](https://github.com/ttoss/soat/issues/877) [#872](https://github.com/ttoss/soat/issues/872) +* **workflows:** give a workflow-dispatched agent the same run identity a run has ([#891](https://github.com/ttoss/soat/issues/891)) ([dc289a2](https://github.com/ttoss/soat/commit/dc289a2e96492c411e339fa3cf9da058f0b576dc)), closes [#884](https://github.com/ttoss/soat/issues/884) +* **workflows:** pin a task to the state machine it entered on ([#895](https://github.com/ttoss/soat/issues/895)) ([aaffa42](https://github.com/ttoss/soat/commit/aaffa42c20b66bf1fd9a0eab10c86709d422204c)), closes [#883](https://github.com/ttoss/soat/issues/883) [#882](https://github.com/ttoss/soat/issues/882) + +### Features + +* **orchestrations:** give durable runs an identity and fail soat calls loudly ([#879](https://github.com/ttoss/soat/issues/879)) ([b6b39df](https://github.com/ttoss/soat/commit/b6b39df15b4aa14c8d861e6ff738ac4e87cfcd19)) +* **server:** extract a shared resource-versioning engine ([#880](https://github.com/ttoss/soat/issues/880)) ([95f08ec](https://github.com/ttoss/soat/commit/95f08ec1f45668255bb9f377bd2ac955e21407b6)), closes [#872](https://github.com/ttoss/soat/issues/872) [#877](https://github.com/ttoss/soat/issues/877) + +### BREAKING CHANGES + +* **server:** the `GuardrailVersion` response no longer carries a top-level + `document` field. The archived policy moved to `config.document`, alongside the + new `id`, `label` and `created_by` fields, so guardrail versions share one shape + with agent versions. Read `config.document` where you read `document` before. + The `guardrail_versions.document` column is renamed to `config` and rewrapped; + schema sync does not migrate existing rows. + ## [0.19.2](https://github.com/ttoss/soat/compare/v0.19.1...v0.19.2) (2026-08-07) ### Bug Fixes diff --git a/packages/server/package.json b/packages/server/package.json index bafff267..10524a05 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@soat/server", - "version": "0.19.2", + "version": "0.20.0", "main": "dist/server.mjs", "scripts": { "build": "tsdown", diff --git a/packages/website/CHANGELOG.md b/packages/website/CHANGELOG.md index eb138099..f59d7f12 100644 --- a/packages/website/CHANGELOG.md +++ b/packages/website/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.20.0](https://github.com/ttoss/soat/compare/v0.19.2...v0.20.0) (2026-08-08) + +### Bug Fixes + +* **orchestrations:** pin a run to the graph it started on ([#892](https://github.com/ttoss/soat/issues/892)) ([cecda04](https://github.com/ttoss/soat/commit/cecda049071c52b91f9994f5563dc8084a34d369)), closes [#880](https://github.com/ttoss/soat/issues/880) [#883](https://github.com/ttoss/soat/issues/883) [#877](https://github.com/ttoss/soat/issues/877) [#872](https://github.com/ttoss/soat/issues/872) +* **tests:** make the sonnet-workflows tutorial CI-viable ([#881](https://github.com/ttoss/soat/issues/881)) ([dd99e89](https://github.com/ttoss/soat/commit/dd99e891ea7ab3e19c42a1387ddca4d150c5969e)) +* **workflows:** give a workflow-dispatched agent the same run identity a run has ([#891](https://github.com/ttoss/soat/issues/891)) ([dc289a2](https://github.com/ttoss/soat/commit/dc289a2e96492c411e339fa3cf9da058f0b576dc)), closes [#884](https://github.com/ttoss/soat/issues/884) +* **workflows:** pin a task to the state machine it entered on ([#895](https://github.com/ttoss/soat/issues/895)) ([aaffa42](https://github.com/ttoss/soat/commit/aaffa42c20b66bf1fd9a0eab10c86709d422204c)), closes [#883](https://github.com/ttoss/soat/issues/883) [#882](https://github.com/ttoss/soat/issues/882) + +### Features + +* **orchestrations:** give durable runs an identity and fail soat calls loudly ([#879](https://github.com/ttoss/soat/issues/879)) ([b6b39df](https://github.com/ttoss/soat/commit/b6b39df15b4aa14c8d861e6ff738ac4e87cfcd19)) +* **server:** extract a shared resource-versioning engine ([#880](https://github.com/ttoss/soat/issues/880)) ([95f08ec](https://github.com/ttoss/soat/commit/95f08ec1f45668255bb9f377bd2ac955e21407b6)), closes [#872](https://github.com/ttoss/soat/issues/872) [#877](https://github.com/ttoss/soat/issues/877) + +### BREAKING CHANGES + +* **server:** the `GuardrailVersion` response no longer carries a top-level + `document` field. The archived policy moved to `config.document`, alongside the + new `id`, `label` and `created_by` fields, so guardrail versions share one shape + with agent versions. Read `config.document` where you read `document` before. + The `guardrail_versions.document` column is renamed to `config` and rewrapped; + schema sync does not migrate existing rows. + ## [0.19.2](https://github.com/ttoss/soat/compare/v0.19.1...v0.19.2) (2026-08-07) ### Bug Fixes diff --git a/packages/website/package.json b/packages/website/package.json index d669eb2f..f8c4781c 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -1,6 +1,6 @@ { "name": "@soat/website", - "version": "0.19.2", + "version": "0.20.0", "private": true, "scripts": { "docusaurus": "docusaurus",