Changelog

Track every release, feature, and fix. GremlinStudio is actively developed and regularly updated.

v1.1.0

Latest

February 22, 2026

  • New Bulk Import from CSV — 5-step wizard to import vertices and edges from CSV files into Cosmos DB Gremlin graphs with automatic delimiter detection, typed columns, and upsert mode
  • New Bulk Import from SQL Server — import graph data directly from SQL Server queries with Windows, SQL Login, and Azure AD authentication
  • New Real-time import progress streaming via SignalR with RU consumption tracking and per-row error reporting
  • New Minimized picture-in-picture widget shows live import progress while you continue working
  • Security SQL injection prevention — SqlStatementValidator blocks all DML/DDL statements in SQL Server import queries
  • Improved Bulk Import is a Pro-tier exclusive feature with license gating enforced at both backend and frontend
  • Improved Expanded marketing site documentation and 5 new SEO blog posts

v1.0.1

February 19, 2026

  • Security Frontend JavaScript obfuscation with string encryption, control flow flattening, and debug protection
  • Security License system hardened with HMAC-protected trial dates and AppData breadcrumb file to prevent tampering
  • Fix Backend no longer shuts down prematurely during development (watchdog disabled in Development mode)
  • Fix Malformed or tampered license keys are now handled gracefully instead of causing errors
  • Improved Backend obfuscation support via .NET Reactor (NecroBit, string encryption, anti-tamper)
  • Improved Platform-specific README files included in each download archive

v1.0.0

February 17, 2026

  • New Monaco-powered Gremlin query editor with syntax highlighting and autocomplete
  • New Interactive graph visualization with Sigma.js v3 and ForceAtlas2 layout
  • New Step-by-step Gremlin query debugger with visual traverser highlighting
  • New AI-powered natural language to Gremlin translation (BYOK with OpenAI or Azure OpenAI)
  • New WYSIWYG graph CRUD — create, edit, and delete vertices and edges via right-click context menu
  • New Schema discovery panel with automatic label and property introspection
  • New Query history with search, auto-save, and one-click reload
  • New Conditional style rules for custom graph visualization (colors, sizes, labels, opacity)
  • New Multi-tab query editing with independent state per tab
  • New Query cancellation with Escape key or Cancel button
  • New Full-screen result panel mode
  • New Smart vertex discovery for edge-only queries
  • New Connection manager with up to 10 saved profiles (Pro tier)
  • New Azure subscription discovery to auto-find Cosmos DB accounts
  • New Result views: sortable Table, collapsible JSON tree, Raw, Graph, and Schema
  • New CSV export from table view
  • New Native Cosmos DB GraphSON2 parser handling untyped number values
  • New Cross-platform support: Windows x64, macOS ARM64 & Intel, Linux x64