New Authentication System
We've implemented authentication with multiple new options to fit your workflow:
- Built-in Authentication - Self-contained email/password and Google OAuth with zero external dependencies - perfect for quick deployments
- AWS Cognito Integration - Enterprise authentication with Application Load Balancer integration
- Google Identity-Aware Proxy (IAP) - Zero-trust security with Google Load Balancer integration
- Serverless IAP for Cloud Run - Optimized authentication for Google Cloud serverless environments
For more information, please visit our Authentication document


API doc & API Keys Support
Oxy now allows programmatic access for integrations and automation using API keys - perfect for headless operations and third-party integrations
An API doc is available at your-deployment-url/apidoc
while the API key is available under your-deployment-url/api-keys


Enhanced Agent Capabilities
Our AI agents are now more powerful and reliable:
- Routing Agents - Smart dispatchers that automatically direct tasks to the right specialized agents, workflows, or SQL queries using semantic similarity matching. Features built-in result synthesis for coherent responses across multi-agent systems.
- Artifacts - Better handling of AI-generated content by highlighting code blocks, queries or workflows that are utilized as source of inference for answer
- Multiple messages in one thread, with memory - Evolved from one shot simple ask-and-answer interactions to true conversations that remember context and build on previous exchanges
To set up routing agents, please visit our routing agents documentation
Below is a simple example of a routing agent
model: "openai-4o-mini"
type: routing
routes:
- "agents/sql-analyst.agent.yml"
- "workflows/data-processing.workflow.yml"
- "queries/reports.sql"


Advanced Database Sync & Build System
Streamline your data workflows with powerful new sync capabilities:
- Database Sync/Build API - Previously CLI-only operations now available through API for programmatic automation and integrations
- Oxy Sync & Oxy Build Frontend Integration - Run sync and build operations directly from the UI instead of switching to command line
- Column and Table Description Sync - Enhanced sync operations now include column descriptions and table documentation alongside schema data
- Skipped and Overwritten Files Tracking - Clear visibility into which files were updated, skipped, or replaced during sync operations
From the UI, you can start viewing databases and perform operation like sync
and build
similarly to the CLI commands at <your-deployment-url>/databases


Improved Developer Experience
Enhanced IDE and file management capabilities:
- Complete File Management in IDE - Create, edit, rename, and remove files directly in the IDE
- Enhanced Workflow Diagrams - Better visualization of your data workflows
- Query Result CSV Download - Export query results for external analysis


Better Thread and Chat Management
Significantly improved conversation handling:
- Paginated Thread view- Handle large numbers of conversations efficiently
- Unified Thread System - All tasks like running workflows & building data app can now use a consistent thread-based approach
- Efficient Thread Management - Easily review and remove threads
- Enhanced Data Visualization - Improved charting capabilities, better complex data structure display, and smoother loading states for a superior data exploration experience
- Token Counter - Added token usage tracking to help monitor and optimize AI model usage.





Other Performance & Platform Improvements
Enhanced platform stability with improved data fetching, strengthened database connections, and better chat streaming architecture. We also implemented comprehensive logging and error handling improvements behind the scene to gracefully handle edge cases and large data loading scenarios
Latest long term support version of Node and Rust is used with the most sensibly updated sets of dependencies to ensure backward compatibility and security
There is also a new Docker Release for easy access to the latest container images.
Documentation Updates
- Reference Architecture Guide - Comprehensive best practices for production deployments on AWS
- Step-by-Step Deployment Guide - Complete instructions to get Oxy running in your environment
- Hands-On Tutorial - Interactive guide to learn Oxy through practical examples