Skip to main content
v2.1.10
December 18, 2025

CLI & Stability Improvements

  • Interactive CLI improvements
  • Fixed concurrent write crashes
  • Fixed BM25 null result bug
  • HQL error fixes
View on GitHub →

v2.1.5
December 9, 2025

Dashboard & Performance

  • Added helix dashboard command
  • Cloud backup support
  • Dev build mode for faster iteration
  • Performance improvements via arena allocation
View on GitHub →

v2.1.3
November 23, 2025

Environment & Embedding Configuration

  • Environment variable loading support
  • Embedding model selection
  • Docker auto-start
View on GitHub →

v2.1.2
November 12, 2025

Schema & Query Improvements

  • Default values for edges and vectors
  • Custom return structures
  • Gateway permissions checking
View on GitHub →

v2.1.0
November 7, 2025

Pathfinding & Rerankers

  • A* pathfinding algorithm
  • Rerankers (MMR, RRF)
  • Custom edge weightings
  • Performance improvements
View on GitHub →

v2.0.5
October 8, 2025

Platform Fixes

  • HQL fixes
  • Docker and Fly.io fixes
  • WSL compatibility improvements
View on GitHub →

v2.0.2
September 30, 2025

Dijkstra’s Algorithm

  • Dijkstra’s shortest path algorithm
  • HQL panic removal
View on GitHub →

v2.0.0
September 27, 2025

CLI V2

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

v1.0.138
September 25, 2025

MCP & Query Enhancements

  • Implicit field support improvements
  • MCP aggregation methods
  • V from ID/type queries
View on GitHub →

v1.0.136
September 3, 2025

HQL Operators

  • IS_IN operator
  • HQL object wrapping
  • Parser refactor
View on GitHub →

v1.0.135
August 29, 2025

Docker Integration

  • Docker CLI integration
  • HQL improvements
  • NOT EXISTS support
View on GitHub →

v1.0.130
August 14, 2025
  • Built-in visualization endpoints
  • Embedding hoisting
  • BM25 improvements
View on GitHub →

v1.0.128
August 6, 2025

Schema Migrations

  • Schema migrations
  • Embedding macro
  • Optional parameters
View on GitHub →

v1.0.122
July 30, 2025

MCP & Ordering

  • MCP nested filtering
  • Environment sourcing
  • ORDER BY improvements
View on GitHub →

v1.0.115
July 16, 2025

MCP Generation

  • MCP generation
  • BM25 and hybrid search fixes
View on GitHub →

v1.0.111
July 13, 2025

HQL Testing

  • HQL testing framework
  • Multiple HQL fixes
View on GitHub →

v1.0.106
July 11, 2025

Cloud & Authentication

  • Login functionality
  • Cloud redeployments via CLI
  • Built-in embedding functionality
View on GitHub →

v1.0.105
July 2, 2025

Property Flattening for BM25 Insertion

  • Implemented space-separated flattening of array and object values for BM25 indexing
View on GitHub →

v1.0.104
July 1, 2025

Comprehensive Bug Fixes

  • Wide range of bug fixes across the project
  • Stability and performance improvements
View on GitHub →

v1.0.103
June 27, 2025

Datetime Handling Fixes

  • Serialization of Datetime as RFC3339 strings
  • Correct parsing, storage, and retrieval of datetime values
View on GitHub →

v1.0.102
June 21, 2025

Response Header Bug Fix

  • Fixed Content-Length computation for response headers
View on GitHub →

v1.0.101
June 21, 2025

Comprehensive Changes

  • Introduced tracing for debugging and monitoring
  • Vector search now returns similarity scores
View on GitHub →

v1.0.100
June 20, 2025

Infinite Loop Bug Fixes

  • Resolved PartialEq trait infinite loop issue
View on GitHub →

v1.0.99
June 20, 2025

Edge Traversal Type Checking

  • Stricter type validation for edge traversals
View on GitHub →