Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 4 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soat/app",
"version": "0.19.2",
"version": "0.20.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soat/cli",
"version": "0.19.2",
"version": "0.20.0",
"type": "module",
"scripts": {
"generate": "tsx scripts/generate.ts",
Expand Down
21 changes: 21 additions & 0 deletions packages/postgresdb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/postgresdb/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 4 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
22 changes: 22 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soat/server",
"version": "0.19.2",
"version": "0.20.0",
"main": "dist/server.mjs",
"scripts": {
"build": "tsdown",
Expand Down
23 changes: 23 additions & 0 deletions packages/website/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soat/website",
"version": "0.19.2",
"version": "0.20.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down