Vorte Updates
Changelog
Continuous updates, new features, and technical enhancements shipped directly to the Vorte open-source framework.
v1.0.0Genesis Release
May 28, 2026addedReleased 21 core batteries-included modules, fully pre-wired for seamless integration.
addedIntroduced native Multi-Provider AI module (OpenAI, Anthropic, Gemini) with cost-tracking and automatic streaming normalization.
performanceDeveloped optional Rust-native radix-tree router and async engine, reaching 118k req/s.
addedReleased real-time monitoring Admin Dashboard at `/_vorte/dashboard` to inspect routes, queues, memory, and logs.
addedFirst-class WASM sandbox executing third-party code isolated with fuel-metering constraints.
v0.9.8Beta Stable
May 10, 2026addedAutomatic TypeScript client code generation (`vorte codegen`) matching frontend requests.
securityAdded rate-limiting schemas (sliding window, token bucket) with distributed Redis support.
fixedResolved circular dependency issues when importing service classes recursively.
v0.9.0Developer Beta
April 20, 2026addedReleased `vorte cli` scaffolding tools (`vorte new`, `vorte generate scaffold`).
addedIntegrated Alembic async migration system within the `vorte db` command group.
performanceImplemented 4-layer cache architecture including stamps protection and in-memory locks.