MemGQL Changelog
MemGQL v0.2.1 - April 17th, 2026
- Fixed all required to make the Docker Compose example working as expected
MemGQL v0.2.0 - April 12th, 2026
- Added MCP server
- Added Clickhouse connector
- Added the structured2graph agent to help generate mappings
MemGQL v0.1.0 - March 29th, 2026
- GQL parser with ISO/IEC 39075 standard support including quantified path patterns
- Federated Bolt server for querying across Neo4j, Memgraph, PostgreSQL, DuckDB, and Iceberg/Trino
- GQL-to-native query translation (Cypher for graph DBs, SQL for relational)
- Runtime connector management via
ADD CONNECTOR,CONNECT, andUSEstatements - Shortest path queries with
ALL SHORTEST,ANY SHORTEST, andSHORTEST ksupport