all versions · semantic versioning

Changelog // vault-js

Every public release of @vault/sdk, oldest at the bottom. Breaking changes are flagged in red. We follow SemVer strictly.

⌥ Subscribe to RSS
3.2.0May 19, 2026Minor

Strongly-typed webhook events + async iterators on listings

Two changes that have been the top community asks for a year. Webhook events now ship with a discriminated-union WebhookEvent type so switch-case is exhaustive. All list endpoints return AsyncIterable so you can for await the cursor.

Added
Fixed
↗ commit e8b3f9a · 14 contributors · npm dl 620k
3.1.4May 02, 2026Patch

Edge runtime support

SDK now bundles a separate entry for edge runtimes (Vercel Edge, Cloudflare Workers, Deno Deploy). Slightly smaller (10kB → 7kB gzip) and avoids the Node crypto import.

Fixed
3.1.3Apr 18, 2026Patch

Misc fixes

3.0.0Feb 04, 2026MajorBreaking

Rewrite in TypeScript · half the size · 4 breaking changes

3.0 is a ground-up rewrite. Same API surface, 14kB gzip (down from 28kB), and the types are much stricter. Four breaking changes — migration guide linked below.

Breaking
Added