> ## Documentation Index
> Fetch the complete documentation index at: https://oxy.tech/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Fly.io Deployment Support, Workflow Run Management, and Chart Improvements

> Quick cloud deployment capabilities with Fly.io integration and enhanced workflow management

<Icon icon="calendar" iconType="regular" size={16} /> **January 1, 2026**

### New Features

#### Fly.io Deployment Support

Quick cloud deployment capabilities with enterprise features:

* **One-Command Deployment** - Deploy Oxygen demo application to Fly.io with simple configuration
* **Persistent Storage** - Automatic volume management for data persistence across deployments
* **Auto-Scaling** - Built-in auto-scaling capabilities for production workloads
* **Health Checks** - Configured health monitoring and automatic recovery
* **Lightweight Docker Image** - Optimized Dockerfile using pre-built Oxygen image for fast deployments

Step-by-step deployment instructions added to README for seamless cloud deployment experience.

#### Workflow Run Management

Delete and manage workflow execution history:

* **Single Run Deletion** - Delete individual workflow runs through UI dropdown with confirmation dialog
* **Bulk Deletion API** - API endpoints for deleting multiple workflow runs at once
* **Project and Branch Scoping** - Proper filtering ensures deletion only affects appropriate workflow runs
* **Clean History Management** - Better control over workflow execution history and storage

<img src="https://mintcdn.com/oxy-internal/nwa-U54-Zz3__2aR/changelog/images/2026-01-01/2026-01-01-18-22-49.png?fit=max&auto=format&n=nwa-U54-Zz3__2aR&q=85&s=69a8e7cc3cf8070c78a3d742eb71286a" alt="" width="1440" height="1080" data-path="changelog/images/2026-01-01/2026-01-01-18-22-49.png" />

***

### Platform Improvements

#### Chart Visualization Fixes

* **Crash Prevention** - Fixed app crashes when charts reference missing files or invalid data sources
* **Line Chart Data Accuracy** - Resolved incorrect data display issues in line chart visualizations
* **Hover Interaction** - Fixed hover-over dots positioning - now correctly responds to hovering over any point on the line with accurate data display

#### Semantic Layer Improvements

* **Sidebar Scrolling** - Restored scroll functionality in semantic layer sidebar that was previously broken
* **Toggle Button Fix** - Fixed expand/collapse toggle for views with improved state management using null-initialized pattern for proper "all expanded" default state
* **TypeScript Type Safety** - Added explicit type annotations to callback parameters in utility functions

#### Configuration and State Management

* **Environment-Based State Directory** - Fixed state directory not being picked up from environment variables, preventing data loss from temporary directory usage
* **Proper Data Persistence** - State directory now correctly inferred from environment configuration

#### Dependencies and Infrastructure

* **Docker Improvements** - Upgraded Bollard Docker client with improved options and capabilities
* **Dependencies Update** - Updated Rust and all dependencies to latest versions for improved performance and security
