Changelog
What shipped this week.
Every release, every fix, every experiment. New entries every Friday — subscribe by RSS or newsletter.
Overview
Weekly, dated, tagged
We ship every Friday. Each entry is tagged so you can scan for what matters to you — new features, performance improvements, bug fixes, deprecations, and (rarely) breaking changes.
FeatureImprovementFixBreakingDeprecation
Policy
Versioning & deprecations
Breaking changes ship as a new major version at a new URL prefix (e.g. /v2) — never in place. Deprecations are announced here with at least 6 months of runway before removal.
Watching for breaking changes? Filter the RSS feed by the Breaking or Deprecation tag.
Subscribe
Never miss a release
Releases
Recent releases
- v1.12.0Jul 11, 2026
Ranking model v2 and per-endpoint rate limits
- FeatureNew Vibe Feed ranking model — 22% more engagement on high-quality builds.
- FeaturePrompt library filters now support cost/token estimation via ?cost_max= and ?tokens_max=.
- ImprovementRate limits are now per-endpoint instead of per-token — burst allowances raised across the board.
- BreakingWebhook signatures switched to HMAC-SHA256. HMAC-SHA1 will be rejected after 2026-10-01.
- v1.11.0Jul 4, 2026
Jobs board heatmap and idempotency keys
- FeatureJobs board added a city-level heatmap for hirers — /v1/jobs/heatmap.
- FeatureAll POST/PATCH endpoints now accept Idempotency-Key for safe retries.
- FixFixed cursor loop on /v1/feed when a post was deleted mid-page.
- v1.10.1Jun 27, 2026
Streaming DMs and SDK 0.9
- FeatureDM streaming endpoint /v1/dms/:id/stream is now GA — chunked JSON over HTTP.
- Improvement@vibecode/sdk 0.9 ships automatic async iterator pagination.
- Deprecationvc.feed.listAll() is deprecated in favor of `for await (const p of vc.feed) {}`. Removed in 2.0.
- v1.10.0Jun 20, 2026
OAuth 2.0 for third-party apps
- FeatureShip your own installable app — authorization code flow, per-install webhooks, directory listing.
- ImprovementErrors now include a request_id header that mirrors the response body.
- v1.9.0Jun 13, 2026
Search API and typed Go client
- Feature/v1/search unified endpoint — posts, profiles, jobs, prompts in one query.
- Featurevibecode-go SDK enters Beta.
- FixCorrected timezone drift on /v1/events for regions using half-hour offsets.