Skip to content
Changelog

Changelog

Find the most relevant product changes here. Versions follow Semantic Versioning.

v0.3.0 — 2026-09-13

Product

  • Governed connections in Mind Ocean: accounts with the integration enabled can bring their Mind Ocean connections into the Connections list. They arrive read-only (managed in Mind Ocean) and can be referenced from a sheet: the cell stores the identifier the connection has in Mind Ocean, not an internal id.
  • AI assistant (Agnes) available on the platform, with per-plan query quotas.

Connectivity

  • MCP in Claude’s connector directory: Mind One is found by name and connected with the Mind One login, with no URLs or keys to paste.
  • Stateless MCP server: calls no longer depend on a session stored on the server, which was what cut off long conversations with the connector.
  • Asynchronous job waiting: mindone_wait_for_job returns the in-progress status after 25 seconds (it used to block for up to 2 minutes, and the client would cut the call before that).

Documentation

  • Fixed the MCP’s connection mode: there’s no local distribution of the server — it’s used hosted at mcp.getmindapp.io.

v0.2.0 — 2026-07-24

Product

  • Renamed: “Collections” are now called Groups and “Governed Sheets” are now called Sheets throughout the interface.
  • Creating sheets from Excel/CSV: a drop zone on the Sheets page that opens the First Steps wizard with the file loaded (column and type detection, suggested value lists, one-step import).
  • New Currency column type, with a per-column display mask (1,000.12€ · 1.000,12€ · €1,000.12 · €1.000,12) and Number ↔ Currency switching allowed even if the column has data.
  • Profile personalization: per-user number format (comma/point + thousands separator) and currency format, applied across every sheet.
  • Versions with a comment: a comment can be added on approval, and the ⋯ → Versions menu shows the history (author, date, comment) with restoration.
  • Sidebar search: now also finds sheets by the name or code of their columns.
  • Sheet list: creator and last-modified-by columns.
  • Security: sheets inherit the workspace’s access (members see all its sheets; the tenant owner sees everything).
  • Complete billing: tax details in two steps with Tax ID lookup, structured address with autonomous community, automatic VAT by territory, invoices issued and sent on every payment with a downloadable PDF, payment history with invoicing status, and immediate charging on plan changes.

Documentation

  • Full update to the new Groups/Sheets naming, plus new illustrations.

v0.1.0 — 2026-04-24

First public release of Mind One.

Added

  • User management — SSO authentication with Google and Microsoft, role management and granular access control per workspace and dataset
  • Data configuration — Workspaces, groups, sheets and value lists (LoV) to structure your data catalog
  • Metadata documentation — Description, tags and custom properties on every data asset
  • Data quality — Quality rules and referential integrity between data models
  • Collaboration — Change versioning, notifications and team review workflows
  • Connectivity — REST API and MCP server for integration with AI agents; autosync with BigQuery, Snowflake, Databricks, Redshift, PostgreSQL, Mind Ocean and Qlik Cloud
  • Administration — Online billing and subscription management
  • Documentation — A product documentation portal and a feature request channel