Releases: Roberdan/Convergio
Releases · Roberdan/Convergio
v3.0.0 - Web App Release Manager & Codebase Cleanup
🚀 Convergio v3.0.0
Highlights
- Web App Release Manager Agent - BRUTAL mode enforcement for pre-release quality checks
- 542 files cleaned up and reorganized
- SvelteKit 2 + Svelte 5 frontend migration
- Vite 7 upgrade (security fixes, 0 vulnerabilities)
- Node.js 20 requirement (Vite 7 compatibility)
- Zero tolerance quality gates - no TODO/FIXME/console.log in releases
Bug Fixes
- Backend: Fixed missing orchestrator exports (graphflow, streaming)
- Frontend: Fixed health check proxy for Vite dev server
- Docker: Cross-platform builds with Alpine/musl support
- CI: Linux platform binaries for rollup
Breaking Changes
- Frontend framework migrated from SvelteKit 1 to SvelteKit 2 with Svelte 5
- Node.js 20+ now required (was 18)
- Major codebase restructuring and cleanup
Quality Metrics
- ✅ Build: Success
- ✅ svelte-check: 0 errors, 0 warnings
- ✅ ESLint: 0 errors
- ✅ Unit Tests: 21/21 passed
- ✅ npm audit: 0 vulnerabilities
- ✅ CI Pipeline: All checks passing
See CHANGELOG.md for full details.
🤖 Released with Claude Code assistance
v2.0.0 - Microsoft Agent Framework Migration
🚀 Major Release: Microsoft Agent Framework Migration
This release marks the complete migration from Microsoft AutoGen to the next-generation Microsoft Agent Framework 1.0.
✨ Highlights
- Complete Framework Migration - Migrated from AutoGen to Microsoft Agent Framework with backward compatibility layer
- New AgentFrameworkOrchestrator - Modern orchestration with improved performance and streaming support
- Enhanced Memory System - Dedicated
AgentFrameworkMemorywith optimized context management - Unified Tools Registry - Centralized tool management supporting both frameworks
🔧 Core Changes
- New adapter architecture (
AgentFrameworkAdapter,AutogenAdapter) for dual-framework support - Feature flag system for gradual rollout (
FrameworkFeatureFlags) - Enhanced streaming with
AgentFrameworkStreamingRunner - Dynamic agent loading with hot-reload support
🐛 Bug Fixes
- Fixed SQLAlchemy reserved
metadataattribute conflict in Tenant model - Fixed enum values for
WorkflowStatus('pending' → 'draft') - Fixed GraphFlowOrchestrator missing attributes
- Fixed async event loop issues in database tools
📊 Test Coverage
- 431+ unit tests passing ✅
- 276+ new Agent Framework tests
- 12 E2E tests require infrastructure-specific setup
🐳 Docker Support
- Added production-ready Dockerfiles for backend and frontend
- Multi-stage builds with security best practices
- Health checks and non-root user execution
📚 Documentation
- Complete migration documentation in
docs/ - ADR-001 documenting migration decisions
- Updated README and CHANGELOG
Full Changelog: v1.0.0...v2.0.0