July 2025

July 2, 2025
v1.0.105

Property Flattening for BM25 Insertion

  • Implemented space-separated flattening of array and object values for BM25 indexing.
  • Added logic for string-flattening of Value::Array and Value::Object.
  • Updated crate versions for helixdb and helix-cli.
  • Added new query handlers in helix-container.
July 1, 2025
v1.0.104

Comprehensive Bug Fixes

  • Introduces a wide range of updates and numerous bug fixes across the project.
  • Improves stability and performance by addressing various reported issues.
  • Updates dependencies and internal modules to their latest versions.
  • Refactors and enhances multiple core components for better maintainability and functionality.

June 2025

June 27, 2025
v1.0.103

Datetime Handling Fixes

  • Introduce serialization of Datetime as RFC3339 strings.
  • Ensures correct parsing, storage, and retrieval of datetime values.
  • Improves reliability and accuracy for datetime-related operations.
June 21, 2025
v1.0.102

Response Header Bug Fix

  • Fixed a bug in the Content-Length computation for response headers
  • Ensured accurate values by adjusting the calculation in the response implementation.
  • Updates package versions in Cargo.toml
June 21, 2025
v1.0.101

Comprehensive Changes

  • Introduced tracing to facilitate easier debugging and monitoring of internal operations
  • Modified brute force vector search to return similarity scores along with search results
June 20, 2025
v1.0.100

Infinite Loop Bug Fixes

  • Identified and resolved an issue where improper or incomplete implementation of the PartialEq trait could result in infinite loops during equality checks.
June 20, 2025
v1.0.99

Edge Traversal Type Checking

  • Implemented stricter type validation when defining or traversing edges, ensuring that “from” and “to” steps conform to expected types.