VendoVendo Docs
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

SDKLatestRepo
Python (vendo-sdk)1.2.0runvendo/vendo-sdk-py — CHANGELOG.md
TypeScript (@vendodev/sdk)1.4.0runvendo/vendo-sdk-js — CHANGELOG.md
Swift (vendo-sdk-swift)1.0.0runvendo/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.0DataAPI.execute posts to https://composio-proxy.vendo.run/v1/execute.
  • TypeScript 1.2.0reconciler moved to its own subpath export (import * as reconciler from "@vendodev/sdk/reconciler"). The class no longer exposes it as vendo.reconciler.
  • Python 1.2.0 — package now requires Python >= 3.11. Vendo instance exposes connections, integrations, billing, webhooks, events, data only; sso, deployment, reconciler remain module-level (vendo.sso.*).
  • Swift 1.0.0 — first stable release. Vendo is implemented as an actor; VendoError ships with labeled associated values across the full case set.

For per-release notes (additions, fixes, breaking changes), follow the SDK links above.

On this page