New Features
Enhanced Oxy Start Command
Comprehensive improvements to local development environment management:- Clean Start Option - New
--cleanflag removes all Oxy-managed Docker containers, volumes, and networks before starting fresh - Enterprise Mode - New
--enterpriseflag automatically starts additional services: ClickHouse for observability, OpenTelemetry Collector for tracing, and Cube.js semantic engine for analytics - Parallel Service Startup - All Docker services start in parallel with automatic environment variable configuration
- Lifecycle Management - Proper shutdown and cleanup for all enterprise containers
- Pinned Dependencies - OpenTelemetry Collector image pinned to version 0.144.0 for consistency
Migrated Settings to Developer Portal
Improved navigation and discoverability for key platform features:- Dedicated IDE Pages - Database management and activity logs moved from modal-based settings to full pages in the developer portal
- New Settings Section - Added Settings section to IDE sidebar with Databases and Activity Logs navigation
- Consistent Page Headers - New reusable
PageHeadercomponent standardizes headers across IDE sections including observability pages - Better User Experience - Enhanced discoverability and more space for detailed management interfaces
Breaking Changes
PostgreSQL-Only Database Support
Complete removal of SQLite support to streamline the platform:- PostgreSQL Required - PostgreSQL is now the only supported database backend
- Simplified Codebase - Removed all SQLite-related code paths from SeaORM configs, SQLx implementations, and migration logic
- Removed Migration Tools - SQLite-to-PostgreSQL migration tooling removed; users must complete migration before upgrading
- Updated Documentation - All references to SQLite removed from docs, CI workflows, and configuration examples
- Use
oxy start- Automatically manages PostgreSQL in Docker with all environment variables configured - Use
oxy serve- Connect to external PostgreSQL by settingOXY_DATABASE_URLenvironment variable
Platform Improvements
Semantic Query Artifact Handling
- Streamlined Artifact Flow - Semantic Query artifacts now driven by
Output::SemanticQuery/Content::SemanticQuerydirectly instead of reconstructing from SQL/Table events - Simplified Event Model - Removed
SemanticQueryGeneratedevent and related parameter tracking - Consistent Display - Updated core/app block handlers, artifact tracker, and web UI to align with new artifact payload structure
Build Command Fixes
- Fixed
oxy buildExecution - Resolved build failures by avoiding unnecessaryRunsManagerinitialization during Omni sync - Regression Tests - Added CLI integration tests to verify
oxy buildsucceeds and creates expected.semanticsoutput - Flag Coverage - Added test case for
--drop-all-tablesbuild flag
Observability UI Improvements
- Bug Fixes - Addressed various UI issues in observability pages
- Enhanced Charts - Improved chart display and visualization components
Dependencies Update
- Latest Versions - Updated Rust and all dependencies to latest versions for improved performance and security