From 6622e17f6f155bd48e348da6c64278c719ef1ef5 Mon Sep 17 00:00:00 2001 From: smaramwbc <145447586+smaramwbc@users.noreply.github.com> Date: Tue, 14 Jul 2026 08:06:20 +0100 Subject: [PATCH] docs(v1.4): bump SDK rows to 1.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Both SDKs shipped v1.4.0 alongside the server: - statewave-py v1.4.0 (PyPI) — parity release, plus __version__ constant drift fix (had been frozen at 1.0.0) and CHANGELOG backfill for the never-documented 1.2.0 features - @statewavedev/sdk v1.4.0 (npm) — parity release, no behavior changes since 1.2.0 --- architecture/repo-map.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/architecture/repo-map.md b/architecture/repo-map.md index 7c51a7d..a4ae066 100644 --- a/architecture/repo-map.md +++ b/architecture/repo-map.md @@ -7,8 +7,8 @@ Version: **1.4.x** | Project | Purpose | Version | License | |---|---|---|---| | Server | Core server — API, domain model, DB, services, deployment | 1.3.0 | Apache-2.0 | -| `statewave` (Python SDK) | Sync + async clients, typed exceptions, auth, batch, receipts + label / policy methods | 1.2.0 | Apache-2.0 | -| `@statewavedev/sdk` (TypeScript SDK) | Typed errors, auth, batch, ESM, receipts + label / policy methods | 1.2.0 | Apache-2.0 | +| `statewave` (Python SDK) | Sync + async clients, typed exceptions, auth, batch, receipts + label / policy methods | 1.4.0 | Apache-2.0 | +| `@statewavedev/sdk` (TypeScript SDK) | Typed errors, auth, batch, ESM, receipts + label / policy methods | 1.4.0 | Apache-2.0 | | Examples | Runnable demos, evals, benchmarks | — | Apache-2.0 | | `@statewavedev/connectors-*` | Connector ecosystem — 13 source connectors (GitHub, Markdown, Slack, Discord, n8n, Zapier, Zendesk, Intercom, Freshdesk, Notion, Gmail, plus the preview Jira and database connectors) feeding real-world events into Statewave as normalized episodes, plus shared Core, CLI, Config, MCP-server, IDE-core, and Runner packages. Latest release wave: v0.22.0 (Jira webhook receiver + transitions/sprint + Server/Data Center preview, database schema-metadata mode). | latest wave v0.22.0 | Apache-2.0 | | Docs | Architecture, specs, ADRs, coordination (no runtime code) | — | Apache-2.0 |