Skip to main content
February 17, 2026
v2.3.0

Helix Sync, Intersect & HQL Improvements

  • New helix sync command to pull .hx source files and helix.toml from deployed Helix Cloud instances back to your local project
  • New Intersect function for computing set intersections in HQL queries
  • Dashboard backend integration with workspace-driven cluster creation flow
  • Fixed complex traversals inside AND/OR WHERE clauses
  • Date fields now stored as Value::Date instead of Value::String
  • New analyzer checks: E659 for non-boolean WHERE expressions, E660 for non-String Embed() arguments
  • Fixed date parsing ordering violation for mixed-type comparisons
View on GitHub →
February 6, 2026
v2.2.8

Math Operations & CLI Improvements

  • New math operations support: ADD, SUB, MUL, DIV, POW, MOD, ABS, SQRT, MIN, MAX
  • CLI output revamp with structured verbosity levels and animated spinners
  • Nested HQL improvements for ID access and math operations in sub-queries
  • Bug fixes for UpsertE parameter handling and WHERE property access
View on GitHub →
January 30, 2026
v2.2.7

Compiler Reliability & Error Reporting

  • Systematic panic removal across the HQL compiler with proper error handling
  • Improved error diagnostics with source-annotated error messages
  • Nested traversal code generation fixes including ORDER BY support
  • Query validation enhancements and port availability checking
View on GitHub →
January 25, 2026
v2.2.5

Upsert Refactoring & Developer Experience

  • Upsert operations (UpsertN, UpsertE, UpsertV) refactored as traversal steps for more composable queries
  • Renamed debug build mode to dev for clarity
  • Configuration validation now resolves relative paths from helix.toml location
  • Bug fixes for date picker handling and Rust code generation
View on GitHub →
January 17, 2026
v2.2.2

Log Viewer Command

  • New helix logs command for viewing instance logs
  • Interactive TUI mode with vim-style navigation
  • Live streaming mode for real-time log monitoring
  • Time range queries for historical log analysis
View on GitHub →
January 12, 2026
v2.2.0

Upsert Operations & Unique Indexes

  • New UpsertN, UpsertE, and UpsertV operations for update-or-insert semantics
  • Unique secondary indexes with UNIQUE INDEX constraint support
  • Enhanced embedding provider error handling (OpenAI, Azure, Gemini, Local)
  • HQL compiler stability improvements
View on GitHub →
December 18, 2025
v2.1.10

CLI & Stability Improvements

  • Interactive CLI improvements
  • Fixed concurrent write crashes
  • Fixed BM25 null result bug
  • HQL error fixes
View on GitHub →
December 9, 2025
v2.1.5

Dashboard & Performance

  • Added helix dashboard command
  • Cloud backup support
  • Dev build mode for faster iteration
  • Performance improvements via arena allocation
View on GitHub →
November 23, 2025
v2.1.3

Environment & Embedding Configuration

  • Environment variable loading support
  • Embedding model selection
  • Docker auto-start
View on GitHub →
November 12, 2025
v2.1.2

Schema & Query Improvements

  • Default values for edges and vectors
  • Custom return structures
  • Gateway permissions checking
View on GitHub →
November 7, 2025
v2.1.0

Pathfinding & Rerankers

  • A* pathfinding algorithm
  • Rerankers (MMR, RRF)
  • Custom edge weightings
  • Performance improvements
View on GitHub →
October 8, 2025
v2.0.5

Platform Fixes

  • HQL fixes
  • Docker and Fly.io fixes
  • WSL compatibility improvements
View on GitHub →
September 30, 2025
v2.0.2

Dijkstra’s Algorithm

  • Dijkstra’s shortest path algorithm
  • HQL panic removal
View on GitHub →
September 27, 2025
v2.0.0

CLI V2

  • Complete CLI rewrite with improved UX
  • New deployment workflows (Local, Fly.io, ECR, Helix Cloud)
  • Enhanced build system
View on GitHub →
September 25, 2025
v1.0.138

MCP & Query Enhancements

  • Implicit field support improvements
  • MCP aggregation methods
  • V from ID/type queries
View on GitHub →
September 3, 2025
v1.0.136

HQL Operators

  • IS_IN operator
  • HQL object wrapping
  • Parser refactor
View on GitHub →
August 29, 2025
v1.0.135

Docker Integration

  • Docker CLI integration
  • HQL improvements
  • NOT EXISTS support
View on GitHub →
August 14, 2025
v1.0.130
  • Built-in visualization endpoints
  • Embedding hoisting
  • BM25 improvements
View on GitHub →
August 6, 2025
v1.0.128

Schema Migrations

  • Schema migrations
  • Embedding macro
  • Optional parameters
View on GitHub →
July 30, 2025
v1.0.122

MCP & Ordering

  • MCP nested filtering
  • Environment sourcing
  • ORDER BY improvements
View on GitHub →
July 16, 2025
v1.0.115

MCP Generation

  • MCP generation
  • BM25 and hybrid search fixes
View on GitHub →
July 13, 2025
v1.0.111

HQL Testing

  • HQL testing framework
  • Multiple HQL fixes
View on GitHub →
July 11, 2025
v1.0.106

Cloud & Authentication

  • Login functionality
  • Cloud redeployments via CLI
  • Built-in embedding functionality
View on GitHub →
July 2, 2025
v1.0.105

Property Flattening for BM25 Insertion

  • Implemented space-separated flattening of array and object values for BM25 indexing
View on GitHub →
July 1, 2025
v1.0.104

Comprehensive Bug Fixes

  • Wide range of bug fixes across the project
  • Stability and performance improvements
View on GitHub →
June 27, 2025
v1.0.103

Datetime Handling Fixes

  • Serialization of Datetime as RFC3339 strings
  • Correct parsing, storage, and retrieval of datetime values
View on GitHub →
June 21, 2025
v1.0.102

Response Header Bug Fix

  • Fixed Content-Length computation for response headers
View on GitHub →
June 21, 2025
v1.0.101

Comprehensive Changes

  • Introduced tracing for debugging and monitoring
  • Vector search now returns similarity scores
View on GitHub →
June 20, 2025
v1.0.100

Infinite Loop Bug Fixes

  • Resolved PartialEq trait infinite loop issue
View on GitHub →
June 20, 2025
v1.0.99

Edge Traversal Type Checking

  • Stricter type validation for edge traversals
View on GitHub →