Changelog
Changelog
Per-SDK release history and manifest schema versions.
Vendo ships three SDKs and one deploy-time manifest schema. Each lives in its
own repo with a semver-tracked CHANGELOG.md. Pin against these before
upgrading a production tool.
SDK changelogs
| SDK | Latest | Repo |
|---|---|---|
Python (vendo-sdk) | 1.2.0 | runvendo/vendo-sdk-py — CHANGELOG.md |
TypeScript (@vendodev/sdk) | 1.4.0 | runvendo/vendo-sdk-js — CHANGELOG.md |
Swift (vendo-sdk-swift) | 1.0.0 | runvendo/vendo-sdk-swift — CHANGELOG.md |
vendo.yaml manifest schema
The version: field is the manifest schema version. Currently only 1 is
supported. Future breaking schema changes will bump this and document the
migration in reference/vendo-yaml-schema.
Recent highlights
- TypeScript 1.4.0 —
DataAPI.executeposts tohttps://composio-proxy.vendo.run/v1/execute. - TypeScript 1.2.0 —
reconcilermoved to its own subpath export (import * as reconciler from "@vendodev/sdk/reconciler"). The class no longer exposes it asvendo.reconciler. - Python 1.2.0 — package now requires
Python >= 3.11.Vendoinstance exposesconnections, integrations, billing, webhooks, events, dataonly;sso,deployment,reconcilerremain module-level (vendo.sso.*). - Swift 1.0.0 — first stable release.
Vendois implemented as anactor;VendoErrorships with labeled associated values across the full case set.
For per-release notes (additions, fixes, breaking changes), follow the SDK links above.