GraphForge v0.3.4: Operators and String Functions

GraphForge v0.3.4 filled in operator and string-function gaps, raising reported feature completeness to 92%.

February 19, 2026GraphForgeCypherFunctions

Curate Labs / DecisionNerd release note.

GraphForge v0.3.4: Operators and String Functions

GraphForge v0.3.4: Operators and String Functions

GraphForge v0.3.4 added a small but important set of language features and documentation corrections.

The release focused on operator completeness and string-function compatibility.

What Shipped

  • Power arithmetic operator ^
  • XOR logical operator with ternary logic
  • toUpper() and toLower() camelCase aliases
  • Documentation updates for length(), list slicing, and negative list indexing
  • 102 new integration tests across power, XOR, string aliases, and parser behavior
  • Reported feature completion improved from 88% to 92%

Why We're Excited

These are the kinds of compatibility details that make a Cypher engine feel dependable. They are not flashy, but they prevent surprises when users bring existing query habits to GraphForge.

Source