<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>MotherDuck Release Notes</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/</link>
    <description>Latest updates, new features, and improvements to MotherDuck.</description>
    <language>en-us</language>
    <lastBuildDate>Thu, 03 Sep 2026 12:00:00 GMT</lastBuildDate>
    <atom:link href="https://motherduck.com/docs/release-notes/rss.xml" rel="self" type="application/rss+xml"/>
  <item>
    <title>September 3, 2026</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#september-3-2026</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#september-3-2026</guid>
    <pubDate>Thu, 03 Sep 2026 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong><span><span tabindex="0" role="button">Flights</span></span> are generally available:</strong> <a href="https://motherduck.com/docs/key-tasks/flights/">Flights</a> have graduated from Preview and support HIPAA workloads. To process protected health information (PHI), you need a signed <a href="https://motherduck.com/docs/concepts/security/#hipaa">HIPAA BAA</a> with MotherDuck. Existing BAAs cover Flights.</li>
<li><strong>Guide commands in the MotherDuck CLI:</strong> Create, edit, and version <a href="https://motherduck.com/docs/key-tasks/guides/">Guides</a> from your terminal with <code>motherduck guide</code>, and keep them in version control alongside your other source files. Refer to the <a href="https://motherduck.com/docs/sql-reference/motherduck-cli/guide/"><code>guide</code> command reference</a> for details.</li>
</ul>]]></description>
  </item>
  <item>
    <title>August 21, 2026</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#august-21-2026</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#august-21-2026</guid>
    <pubDate>Fri, 21 Aug 2026 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>Table-level security:</strong> You can now share specific tables, views, or entire schemas instead of an entire database. Set an <code>INCLUDE_PATTERN</code> such as <code>'reporting.*, main.orders'</code> when you <a href="https://motherduck.com/docs/sql-reference/motherduck-sql-reference/create-share/#include_pattern-clause">create a share</a>, change it later with <a href="https://motherduck.com/docs/sql-reference/motherduck-sql-reference/alter-share/"><code>ALTER SHARE</code></a>, or set it from the share dialog in the UI. Available on <strong>Business</strong> and <strong>Enterprise</strong> plans. Refer to the <a href="https://motherduck.com/docs/key-tasks/sharing-data/table-level-security/">documentation</a> for pattern rules and limitations.</li>
<li><strong>Custom roles available on Business:</strong> Business plan customers can now create <a href="https://motherduck.com/docs/key-tasks/managing-organizations/managing-roles/#create-a-custom-role">custom roles</a>, which inherit a preset role's platform permissions and can receive data grants directly.</li>
</ul>]]></description>
  </item>
  <item>
    <title>August 14, 2026</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#august-14-2026</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#august-14-2026</guid>
    <pubDate>Fri, 14 Aug 2026 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>[Preview] MotherDuck CLI:</strong> The <code>motherduck</code> CLI lets you authenticate (<code>motherduck login</code>, <code>logout</code>, <code>status</code>), run SQL queries, and build Dives and Flights from your terminal, with table, JSON, or CSV output for scripting and automation. Refer to the <a href="https://motherduck.com/docs/getting-started/interfaces/motherduck-cli/">MotherDuck CLI documentation</a> for details.</li>
<li><strong>Windows install script for the DuckDB CLI:</strong> Windows users can install a MotherDuck-supported <a href="https://motherduck.com/docs/getting-started/interfaces/connect-query-from-duckdb-cli/">DuckDB CLI version</a> with a single command, <code>powershell -c "irm https://install.motherduck.com | iex"</code>. The script installs the <code>motherduck</code> extension and can save your MotherDuck token.</li>
<li><strong>Create a database from a remote file:</strong> <a href="https://motherduck.com/docs/sql-reference/motherduck-sql-reference/create-database/"><code>CREATE DATABASE ... FROM</code></a> now accepts a remote DuckDB database file in cloud storage, for example <code>CREATE DATABASE my_db FROM 's3://my-bucket/my.db'</code>.</li>
<li><strong>Favorites:</strong> Keep the content you use most at the top of the Object Explorer sidebar. Star <a href="https://motherduck.com/docs/key-tasks/dives/">Dives</a>, Notebooks, <a href="https://motherduck.com/docs/key-tasks/flights/">Flights</a>, <a href="https://motherduck.com/docs/key-tasks/guides/">Guides</a>, databases, and <a href="https://motherduck.com/docs/key-tasks/sharing-data/">shares</a>, then organize them into folders and drag them into the order you want.</li>
</ul>]]></description>
  </item>
  <item>
    <title>August 5, 2026</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#august-5-2026</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#august-5-2026</guid>
    <pubDate>Wed, 05 Aug 2026 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>DuckDB 1.5.5 support:</strong> <a href="https://motherduck.com/docs/troubleshooting/version-lifecycle-schedules/" target="_blank" rel="noopener noreferrer">MotherDuck supports DuckDB 1.5.5</a>. Refer to the <a href="https://github.com/duckdb/duckdb/releases/tag/v1.5.5?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">changelog</a> and the <a href="https://duckdb.org/2026/07/22/announcing-duckdb-155?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">official announcement</a> for details.<!-- -->
<ul>
<li><strong>Note:</strong> Our <a href="https://motherduck.com/docs/getting-started/interfaces/connect-query-from-duckdb-cli/" target="_blank" rel="noopener noreferrer">install scripts</a> ensure you always have a MotherDuck-supported DuckDB client version.</li>
</ul>
</li>
<li><strong>Flights available in Asia Pacific:</strong> <a href="https://motherduck.com/docs/concepts/flights/#connecting-to-external-systems">Flights</a> are now available in AWS Sydney <code>ap-southeast-2</code> and Tokyo <code>ap-northeast-1</code> <a href="https://motherduck.com/docs/about-motherduck/cloud-regions/">regions</a>.</li>
<li><strong>Org-wide Flight visibility for Admins:</strong> Users with the Admin <a href="https://motherduck.com/docs/concepts/roles-and-access-control/">role</a> have view-only access to every Flight in their organization. Running, editing, and deleting a Flight is restricted to a Flight's creator.</li>
<li><strong><code>CREATE SHARE</code> defaults to automatic updates on DuckDB 1.5.5+:</strong> On DuckDB 1.5.5 and later, <a href="https://motherduck.com/docs/sql-reference/motherduck-sql-reference/create-share/#update-clause"><code>CREATE SHARE</code></a> without an explicit update mode now defaults to <code>UPDATE AUTOMATIC</code>. Clients on 1.5.4 and earlier are unchanged.</li>
</ul>]]></description>
  </item>
  <item>
    <title>July 29, 2026</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#july-29-2026</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#july-29-2026</guid>
    <pubDate>Wed, 29 Jul 2026 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>[Preview] Guides:</strong> You can now teach AI agents your organization's context with <a href="https://motherduck.com/docs/key-tasks/guides/">Guides</a>: markdown documents in MotherDuck holding your metric definitions, join rules, columns to avoid, and conventions for Dives and Flights. Agents read them automatically through the <span><span tabindex="0" role="button">MCP server</span></span>, so every session writes SQL against the same definitions instead of rediscovering them. Share Guides org-wide to align every agent, or keep them private to personalize your own. Read the <a href="https://motherduck.com/blog/context-belongs-in-the-warehouse" target="_blank" rel="noopener noreferrer">announcement blog</a> for benchmark results and more details.</li>
</ul>]]></description>
  </item>
  <item>
    <title>July 23, 2026</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#july-23-2026</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#july-23-2026</guid>
    <pubDate>Thu, 23 Jul 2026 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>Role-based access control (RBAC):</strong> Admins can <a href="https://motherduck.com/docs/concepts/roles-and-access-control/">assign roles and grant scoped privileges</a> to control access to databases, shares, and platform-level resources using the <a href="https://motherduck.com/docs/key-tasks/managing-organizations/managing-roles/">Members and Roles page in Settings</a>. RBAC is available on <strong>Business</strong> and <strong>Enterprise</strong> plans; custom roles are also available for <strong>Enterprise</strong> customers.</li>
<li><strong>Read and write to Cloudflare R2 Data Catalog:</strong> MotherDuck can now read from and write to <a href="https://motherduck.com/docs/integrations/file-formats/apache-iceberg/#cloudflare-r2-data-catalog" target="_blank" rel="noopener noreferrer">Cloudflare R2</a> as a persisted Iceberg catalog.</li>
<li><strong>Configurable maximum runtime for Flights:</strong> The <a href="https://motherduck.com/docs/key-tasks/flights/">Flights</a> UI now includes a max runtime field to enable users to automatically stop runs if they exceed the set limit.</li>
</ul>]]></description>
  </item>
  <item>
    <title>July 16, 2026</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#july-16-2026</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#july-16-2026</guid>
    <pubDate>Thu, 16 Jul 2026 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>MotherDuck cloud coverage extends to Asia Pacific:</strong> MotherDuck is now <a href="https://motherduck.com/docs/about-motherduck/cloud-regions/">available on AWS</a> in Asia Pacific (Sydney) <code>ap-southeast-2</code> and Asia Pacific (Tokyo) <code>ap-northeast-1</code>. Create new organizations in either region for lower latency and regional data residency. <a href="https://motherduck.com/docs/key-tasks/flights/">Flights</a> are not yet available in these regions and are coming soon.</li>
<li><strong>Run a Flight with a custom config:</strong> In the <a href="https://motherduck.com/docs/key-tasks/flights/">Flights UI</a>, users can click the <strong>Run now</strong> menu to override config values for a single run, without editing the Flight itself.</li>
<li><strong>Scheduled Flights available on Lite:</strong> <a href="https://motherduck.com/docs/key-tasks/flights/">Lite</a> plan customers can now schedule Flight runs without per-user Flight or concurrency limits.</li>
<li><strong>Rename views with <code>ALTER TABLE ... RENAME TO</code>:</strong> You can now <a href="https://motherduck.com/docs/sql-reference/duckdb-sql-reference/duckdb-statements/alter-table/#rename-a-view">rename a view</a> in a MotherDuck catalog using <code>ALTER TABLE &lt;view&gt; RENAME TO &lt;new_name&gt;</code>.</li>
</ul>]]></description>
  </item>
  <item>
    <title>July 9, 2026</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#july-9-2026</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#july-9-2026</guid>
    <pubDate>Thu, 09 Jul 2026 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>Write to Databricks-managed Iceberg tables:</strong> MotherDuck can now write to Databricks-managed <a href="https://motherduck.com/docs/integrations/file-formats/apache-iceberg/#databricks" target="_blank" rel="noopener noreferrer">Iceberg tables</a>.</li>
<li><strong>Flights available on all plans:</strong> <a href="https://motherduck.com/docs/key-tasks/flights/">Flights</a> are now available on Free and Lite plans, in addition to Business.</li>
<li><strong>Flight secrets available as non-namespaced environment variables:</strong> <a href="https://motherduck.com/docs/key-tasks/flights/flights-authentication-config-and-secrets/#secrets-sensitive-environment-variables">Flight secrets</a> are now injected into the Flight runtime under both the namespaced <code>&lt;secret_name&gt;_&lt;KEY&gt;</code> name and the bare <code>&lt;KEY&gt;</code> name, so your code can read them without the <code>secret_name</code> prefix.</li>
<li><strong>Status page updates:</strong> Users can now subscribe to updates on the <a href="https://status.motherduck.com/" target="_blank" rel="noopener noreferrer">MotherDuck status page</a> to be notified about system health and scheduled maintenance. Refer to <a href="https://motherduck.com/docs/troubleshooting/support/#service-status">Service status</a> for details.</li>
<li><strong>Connect your tools:</strong> <a href="https://motherduck.com/docs/integrations/" target="_blank" rel="noopener noreferrer">Integrations</a> have been added to the Home page for easy access in the UI.</li>
</ul><ul>
<li><strong>Dive statuses:</strong> Dives now carry a <a href="https://motherduck.com/docs/key-tasks/dives/dive-statuses/">status</a> (draft, ready, endorsed, or archived) to distinguish work-in-progress from vetted, endorsed Dives. Dive status shows up in the Dives list and the MCP/SQL tools for filtering and sorting.</li>
</ul>]]></description>
  </item>
  <item>
    <title>July 2, 2026</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#july-2-2026</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#july-2-2026</guid>
    <pubDate>Thu, 02 Jul 2026 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>[Preview] Server-side Iceberg attach:</strong> Attach an external <a href="https://motherduck.com/docs/integrations/file-formats/apache-iceberg/#persisted-iceberg-catalogs">Apache Iceberg REST catalog</a> to MotherDuck and query your Iceberg tables server-side, alongside your MotherDuck and <span><span tabindex="0" role="button">DuckLake</span></span> data. Available in Preview.</li>
<li><strong><span><span tabindex="0" role="button">dbt</span></span> Cloud support via the Postgres endpoint:</strong> You can now connect dbt Cloud to MotherDuck directly through the <a href="https://motherduck.com/docs/integrations/transformation/dbt-cloud/">Postgres endpoint</a>, without standing up a self-hosted <code>pg_duckdb</code> proxy.</li>
</ul>]]></description>
  </item>
  <item>
    <title>June 25, 2026</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#june-25-2026</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#june-25-2026</guid>
    <pubDate>Thu, 25 Jun 2026 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>DuckDB 1.4.5 and 1.5.4 support:</strong> <a href="https://motherduck.com/docs/troubleshooting/version-lifecycle-schedules/" target="_blank" rel="noopener noreferrer">MotherDuck supports DuckDB 1.4.5 and 1.5.4</a>. Refer to the <a href="https://github.com/duckdb/duckdb/releases/tag/v1.5.4?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">changelog</a> and the <a href="https://duckdb.org/2026/06/17/announcing-duckdb-154?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">official announcement</a> for details.</li>
<li><strong>Postgres endpoint JDBC compatibility improvements:</strong> The <a href="https://motherduck.com/docs/key-tasks/authenticating-and-connecting-to-motherduck/postgres-endpoint/">Postgres endpoint</a> now resolves primary keys and indexes, reports column precision and identity metadata, exposes table and column comments, and scopes catalog views to the connected database, enabling <a href="https://motherduck.com/docs/integrations/#supported-integrations" target="_blank" rel="noopener noreferrer">BI tools</a> and <a href="https://motherduck.com/docs/integrations/sql-ides/" target="_blank" rel="noopener noreferrer">SQL IDEs</a> like <a href="https://motherduck.com/docs/integrations/sql-ides/dbeaver/" target="_blank" rel="noopener noreferrer">DBeaver</a> and <a href="https://motherduck.com/docs/integrations/sql-ides/datagrip/" target="_blank" rel="noopener noreferrer">DataGrip</a> to read your schema correctly.</li>
<li><strong>Dives support for <code>REFRESH DATABASE</code>:</strong> <a href="https://motherduck.com/docs/key-tasks/dives/">Dives</a> running on <a href="https://motherduck.com/docs/key-tasks/authenticating-and-connecting-to-motherduck/read-scaling/">read scaling</a> replicas can now run <a href="https://motherduck.com/docs/sql-reference/motherduck-sql-reference/refresh-database/"><code>REFRESH DATABASE</code></a> to pull the latest committed writes on demand, enabling Embedded Dives to <a href="https://motherduck.com/docs/key-tasks/dives/#refreshing-data-in-a-dive">reflect changes made from its host page</a>.</li>
</ul>]]></description>
  </item>
  <item>
    <title>June 10, 2026</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#june-10-2026</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#june-10-2026</guid>
    <pubDate>Wed, 10 Jun 2026 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>[Preview] Launching Flights - agent-native data pipelines in MotherDuck:</strong> Build and deploy data pipelines using a flexible Python runtime, natively connected to your MotherDuck data — for ingest, transformation, warehouse replication, SaaS ETL, and more. Create and manage Flights via SQL, UI, or any MCP-capable AI agent. Available in Preview to Business and Enterprise plans. Read the <a href="https://motherduck.com/blog/flights-agent-native-ingest/" target="_blank" rel="noopener noreferrer">announcement blog</a> for more details and refer to the <a href="https://motherduck.com/docs/concepts/flights/" target="_blank" rel="noopener noreferrer">Flights documentation</a> to get started.</li>
<li><strong>Dives are generally available:</strong> <a href="https://motherduck.com/docs/key-tasks/dives/">Dives</a> – interactive data apps you build from natural language and share across the MotherDuck UI, embeds, and MCP clients — have graduated from Preview to general availability (GA). Available on all plans.</li>
<li><strong>MotherDuck cloud coverage extends to Europe (Dublin) <code>eu-west-1</code>:</strong> MotherDuck is <a href="https://motherduck.com/docs/concepts/architecture-and-capabilities/#the-motherduck-cloud-service">available on AWS in Europe (Dublin) <code>eu-west-1</code></a>. Create new Organizations in Dublin for lower latency and regional data residency.</li>
<li><strong>MotherDuck Wasm Client <code>1.5.3-r.1</code>:</strong> Each release of the <a href="https://motherduck.com/docs/sql-reference/wasm-client/">Wasm Client</a> pins a specific DuckDB version instead of tracking the MotherDuck web UI's DuckDB version dynamically, so your DuckDB version stays predictable across deployments. Check <code>pragma version</code> to confirm which version is in use. This release builds on DuckDB 1.5.3 and adds the <code>terminateDuckDB</code> function, which resets the shared in-browser DuckDB instance so you can recreate it. Refer to the <a href="https://www.npmjs.com/package/@motherduck/wasm-client" target="_blank" rel="noopener noreferrer">Wasm Client documentation</a> to learn more.</li>
</ul>]]></description>
  </item>
  <item>
    <title>June 2, 2026</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#june-2-2026</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#june-2-2026</guid>
    <pubDate>Tue, 02 Jun 2026 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>DuckDB 1.5.3 support:</strong> <a href="https://motherduck.com/docs/troubleshooting/version-lifecycle-schedules/" target="_blank" rel="noopener noreferrer">MotherDuck supports DuckDB 1.5.3</a>. Refer to the <a href="https://github.com/duckdb/duckdb/releases/tag/v1.5.3?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">changelog</a> and the <a href="https://duckdb.org/2026/05/20/announcing-duckdb-153?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">official announcement</a> for details.</li>
<li><strong>Compact URLs for Dives with large filter state:</strong> <a href="https://motherduck.com/docs/key-tasks/dives/#sharing-the-current-view">Sharing or copying the URL of a Dive</a> with extensive filters now uses a shortened URL to facilitate easier sharing.</li>
<li><strong>Retool Cloud native integration:</strong> Connect Retool Cloud apps to MotherDuck through a native <a href="https://motherduck.com/docs/integrations/dev-tools/retool/#retool-cloud-native-connector">MotherDuck resource type</a>, no JDBC driver required. Refer to <a href="https://docs.retool.com/data-sources/guides/connect/motherduck" target="_blank" rel="noopener noreferrer">Retool's documentation</a> for setup.</li>
</ul>]]></description>
  </item>
  <item>
    <title>May 22, 2026</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#may-22-2026</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#may-22-2026</guid>
    <pubDate>Fri, 22 May 2026 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>Postgres wire protocol endpoint support for Looker:</strong> The <a href="https://motherduck.com/docs/getting-started/interfaces/client-apis/other/postgres-endpoint-jdbc/" target="_blank" rel="noopener noreferrer">Postgres Endpoint</a>, a Postgres wire protocol-compatible MotherDuck client, now enables connectivity with <a href="https://motherduck.com/docs/integrations/bi-tools/looker/" target="_blank" rel="noopener noreferrer">Looker</a>.</li>
<li><strong>DuckDB &amp; MotherDuck plugin for Obsidian:</strong> Run DuckDB SQL or MotherDuck queries from inside an <a href="https://motherduck.com/docs/integrations/dev-tools/obsidian/">Obsidian</a> note, with results frozen as a markdown table directly below the query. Local DuckDB blocks run in Wasm with no account required; <code>motherduck</code> blocks reach your MotherDuck account for <a href="https://motherduck.com/docs/key-tasks/running-hybrid-queries/">hybrid execution</a> against shared databases. Install from the <a href="https://community.obsidian.md/plugins/duckdb-motherduck" target="_blank" rel="noopener noreferrer">Obsidian Community Plugins</a> directory.</li>
<li><strong>Manual member <span><span tabindex="0" role="button">deprovisioning</span></span>:</strong> Users with permission to deprovision members can <a href="https://motherduck.com/docs/key-tasks/managing-organizations/#deprovisioning-users">deprovision them</a> directly from the Members page in Settings in the MotherDuck UI. Reactivating members requires a separate permission. The Admin preset role includes both permissions by default. These actions don't require <a href="https://motherduck.com/docs/key-tasks/authenticating-and-connecting-to-motherduck/authenticating-to-motherduck/scim/">SCIM</a> or an external <span><span tabindex="0" role="button">identity provider</span></span>.</li>
<li><strong>Compound file extensions in Add Data:</strong> The <a href="https://motherduck.com/docs/key-tasks/loading-data-into-motherduck/loading-data-from-cloud-or-https/">Add Data</a> UI now recognizes compound suffixes such as <code>.parquet.zst</code>, <code>.csv.zst</code>, and <code>.parquet.snappy</code> when detecting file types from <span><span tabindex="0" role="button">object storage</span></span>.</li>
<li><strong>TOON-encoded responses from the MCP server:</strong> Responses from the <a href="https://motherduck.com/docs/sql-reference/mcp/">MotherDuck remote MCP server</a> are now encoded in <a href="https://github.com/toon-format/toon" target="_blank" rel="noopener noreferrer">TOON</a>, a compact, token-efficient format for LLM consumption, reducing payload size on large result sets.</li>
<li><strong>Pin a Dive version when embedding:</strong> <a href="https://motherduck.com/docs/key-tasks/dives/embedding-dives/">Embed sessions</a> now accept an optional <code>version</code> parameter so production embeds keep rendering a vetted Dive version even when the source Dive is edited. Omit it to follow the current version.</li>
<li><strong>Dive Viewer in ChatGPT:</strong> The <a href="https://motherduck.com/docs/sql-reference/mcp/dives/view-dive/">MCP Dive Viewer</a> is now available as a <a href="https://chatgpt.com/apps/motherduck/asdk_app_696a54f1c91c81919002b9153ce0e336" target="_blank" rel="noopener noreferrer">ChatGPT app</a>, rendering Dives inline in conversations.</li>
<li><strong>"Open in MotherDuck" preserves Dive state:</strong> Clicking "Open in MotherDuck" from the <a href="https://motherduck.com/docs/sql-reference/mcp/dives/view-dive/">MCP Dive Viewer</a> now carries your current filters and selections through to the full MotherDuck UI.</li>
<li><strong>Dive Viewer auto-refreshes stale tokens:</strong> <a href="https://motherduck.com/docs/key-tasks/dives/">Dives</a> left open in browser tabs for hours no longer show "Invalid Token" errors. The session token now refreshes silently when the tab regains focus.</li>
</ul>]]></description>
  </item>
  <item>
    <title>May 15, 2026</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#may-15-2026</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#may-15-2026</guid>
    <pubDate>Fri, 15 May 2026 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong><span><span tabindex="0" role="button">SCIM provisioning</span></span>:</strong> MotherDuck now supports SCIM, so you can manage MotherDuck users from your identity provider. Available on <strong>Business</strong> and <strong>Enterprise</strong> plans. Refer to the <a href="https://motherduck.com/docs/key-tasks/authenticating-and-connecting-to-motherduck/authenticating-to-motherduck/scim/">documentation</a> for more details.</li>
<li><strong>Per-session database override for Dives:</strong> <a href="https://motherduck.com/docs/key-tasks/dives/embedding-dives/#override-required-databases">Embedded Dives</a> and the <a href="https://motherduck.com/docs/sql-reference/mcp/dives/view-dive/"><code>view_dive</code> MCP tool</a> now accept a <code>required_resources</code> parameter that overrides the Dive's source-declared <code>REQUIRED_DATABASES</code> for the session. This lets you point a single Dive at different databases per tenant or environment.</li>
<li><strong>Share Dives with their current view:</strong> Share a <a href="https://motherduck.com/docs/key-tasks/dives/#sharing-the-current-view">Dive</a> along with its interactive state — filters, drill-downs, sort orders, selected views. In the MotherDuck UI, the state is captured in the URL fragment, so sharing the URL lands recipients on the same view. In <a href="https://motherduck.com/docs/key-tasks/dives/embedding-dives/#handle-dive-state-updates-from-embedded-dives">embedded Dives</a>, state changes emit <code>postMessage</code> events your host page can listen for and persist in your application.</li>
<li><strong>Preconfigure Dives with a starting UI state:</strong> A new <code>initial_state</code> parameter on <a href="https://motherduck.com/docs/key-tasks/dives/embedding-dives/#preconfigure-the-starting-ui-state">embed sessions</a> and the <a href="https://motherduck.com/docs/sql-reference/mcp/dives/view-dive/"><code>view_dive</code> MCP tool</a> loads the Dive with specific filters and selections already applied.</li>
<li><strong>Data exports from Dives in MCP apps:</strong> The <a href="https://motherduck.com/docs/sql-reference/mcp/dives/view-dive/#data-exports-from-the-dive-viewer">MCP Dive Viewer</a> now lets users export Dive results as CSV, <span><span tabindex="0" role="button">Parquet</span></span>, or XLSX.</li>
<li><strong>Claude Cowork support for the Dive Viewer:</strong> The <a href="https://motherduck.com/docs/sql-reference/mcp/dives/view-dive/">MCP Dive Viewer</a> now renders Dives inline in Claude Cowork, alongside existing MCP client support.</li>
</ul>]]></description>
  </item>
  <item>
    <title>May 7, 2026</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#may-7-2026</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#may-7-2026</guid>
    <pubDate>Thu, 07 May 2026 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>Data exports from Dives:</strong> <a href="https://motherduck.com/docs/key-tasks/dives/">Dives</a> can now include export buttons that deliver CSV, JSON, Parquet, or Excel files, both in the MotherDuck UI and in <a href="https://motherduck.com/docs/key-tasks/dives/embedding-dives/#handle-data-exports-from-embedded-dives">embedded Dives</a>. Wire up exports from your Dive code with the new <a href="https://motherduck.com/docs/sql-reference/motherduck-sql-reference/dives/use-sql-query/#export-query-results"><code>exportAs</code> and <code>useExport</code> hooks</a> from <code>@motherduck/react-sql-query</code>. Embedded exports are delivered to your host page through a <code>postMessage</code> channel and require dual mode, now the default for embedded Dives.</li>
<li><strong>MotherDuck extends cloud coverage to Oregon <code>us-west-2</code>:</strong> MotherDuck is now <a href="https://motherduck.com/docs/concepts/architecture-and-capabilities/#the-motherduck-cloud-service">available on AWS in Oregon <code>us-west-2</code></a>; users are able to create new Organizations in Oregon for lower latency and regional data residency.</li>
<li><strong>Drizzle support via the Postgres endpoint:</strong> You can now connect to MotherDuck from <a href="https://orm.drizzle.team/" target="_blank" rel="noopener noreferrer">Drizzle</a> using the <a href="https://motherduck.com/docs/key-tasks/authenticating-and-connecting-to-motherduck/postgres-endpoint/drizzle/" target="_blank" rel="noopener noreferrer">Postgres endpoint</a>.</li>
</ul>]]></description>
  </item>
  <item>
    <title>May 1, 2026</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#may-1-2026</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#may-1-2026</guid>
    <pubDate>Fri, 01 May 2026 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>Streamlined Dives sidebar:</strong> The <a href="https://motherduck.com/docs/key-tasks/dives/">Dives</a> list in the Object Explorer is now capped at your 10 most recent Dives, with a new <strong>View all Dives</strong> link that opens the full searchable Dives table.</li>
<li><strong>Wasm Client SDK no longer requires COI headers:</strong> The <a href="https://motherduck.com/docs/sql-reference/wasm-client/">MotherDuck Wasm client</a> SDK (now at version <code>1.5.2</code>) no longer requires Cross-Origin Isolation (COI) headers, so custom DuckDB Wasm applications using <code>LOAD motherduck</code> can run in standard, non-COI environments. This change also brings faster transfers for larger payloads.</li>
<li><strong><span><span tabindex="0" role="button">JIT provisioning</span></span> enabled by default for <span><span tabindex="0" role="button">SSO</span></span>:</strong> When you activate <a href="https://motherduck.com/docs/key-tasks/authenticating-and-connecting-to-motherduck/authenticating-to-motherduck/sso-setup/">SSO</a> for the first time, <a href="https://motherduck.com/docs/key-tasks/authenticating-and-connecting-to-motherduck/authenticating-to-motherduck/sso-setup/#just-in-time-jit-user-provisioning">Just-in-Time (JIT) provisioning</a> is now on by default, so users from your verified domain can join the organization automatically on first login.</li>
<li><strong>Link handling in Dives:</strong> When you click a link inside a <a href="https://motherduck.com/docs/key-tasks/dives/">Dive</a>, MotherDuck surfaces a confirmation popup for external URLs so you can review the destination before opening it, and navigates directly for links that point inside the MotherDuck UI (for example, another Dive). <a href="https://motherduck.com/docs/key-tasks/dives/embedding-dives/#handle-link-navigation-from-embedded-dives">Embedded Dives</a> forward each click to the host page through a <code>postMessage</code> channel, so the parent app can apply its own navigation policy.</li>
</ul>]]></description>
  </item>
  <item>
    <title>April 22, 2026</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#april-22-2026</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#april-22-2026</guid>
    <pubDate>Wed, 22 Apr 2026 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong><span><span tabindex="0" role="button">Duckling</span></span> Overview UI:</strong> The <a href="https://motherduck.com/docs/getting-started/interfaces/motherduck-quick-tour/#duckling-overview">Duckling Overview page</a> in Settings provides a view of activity across every <a href="https://motherduck.com/docs/about-motherduck/billing/duckling-sizes/">Duckling</a> in the organization over the last 24 hours, including key metrics like status, disk spills, active minutes, and query-level drilldowns. Viewing it requires permission to view organization-wide Duckling activity, which the Admin and Builder preset roles include by default.</li>
<li><strong>Dive Viewer Inline Preview for <span><span tabindex="0" role="button">Remote MCP Server</span></span>:</strong> The <a href="https://motherduck.com/docs/sql-reference/mcp/">MotherDuck remote MCP server</a> now includes an inline preview <a href="https://motherduck.com/docs/key-tasks/dives/#inline-preview-with-the-dive-viewer">Dive Viewer</a>, allowing users and AI agents to create and view <a href="https://motherduck.com/docs/key-tasks/dives/">Dives</a> directly in their chat workflow.</li>
<li><strong>Removed Cross-Origin Isolation (COI) requirement for DuckDB Wasm:</strong> MotherDuck's DuckDB Wasm integration can now run in standard i-frames and non-COI third-party environments. This is already powering the MotherDuck UI and <a href="https://motherduck.com/docs/key-tasks/dives/embedding-dives/">Embedded Dives</a>, which default to <a href="https://motherduck.com/docs/key-tasks/running-hybrid-queries/">Dual Execution</a> for zero-latency client-side queries. Support for <code>LOAD motherduck</code> from custom DuckDB Wasm applications will follow in a future WASM SDK release.</li>
</ul>]]></description>
  </item>
  <item>
    <title>April 16, 2026</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#april-16-2026</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#april-16-2026</guid>
    <pubDate>Thu, 16 Apr 2026 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>DuckDB 1.5.2 support:</strong> MotherDuck supports DuckDB 1.5.2, a bugfix release. Learn more in the <a href="https://duckdb.org/2026/04/13/announcing-duckdb-152?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">official DuckDB Labs 1.5.2 announcement</a> and <a href="https://github.com/duckdb/duckdb/releases/tag/v1.5.2?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">changelog</a>.</li>
<li><strong>DuckLake 1.0 support:</strong> MotherDuck supports DuckLake 1.0. Learn more in the <a href="https://ducklake.select/2026/04/13/ducklake-10/?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">official DuckDB Labs DuckLake 1.0 announcement</a>.</li>
<li><strong>Concurrent checkpoints:</strong> Checkpoints can now run concurrently to reads, insertions and deletions. Previously they could block or be blocked by user queries and also interfere with share updates, as these require a <span><span tabindex="0" role="button">checkpoint</span></span>. Note that concurrent checkpoints require writes or deletions to be issued by DuckDB clients that are at least on <a href="https://motherduck.com/docs/troubleshooting/version-lifecycle-schedules/" target="_blank" rel="noopener noreferrer">version 1.5</a>.</li>
</ul>]]></description>
  </item>
  <item>
    <title>April 9, 2026</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#april-9-2026</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#april-9-2026</guid>
    <pubDate>Thu, 09 Apr 2026 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>Postgres wire protocol endpoint support for PowerBI:</strong> The <a href="https://motherduck.com/docs/getting-started/interfaces/client-apis/other/postgres-endpoint-jdbc/" target="_blank" rel="noopener noreferrer">Postgres Endpoint</a>, a Postgres wire protocol-compatible MotherDuck client, now enables connectivity with <a href="https://motherduck.com/docs/integrations/bi-tools/powerbi/" target="_blank" rel="noopener noreferrer">PowerBI</a>.</li>
</ul>]]></description>
  </item>
  <item>
    <title>April 3, 2026</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#april-3-2026</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#april-3-2026</guid>
    <pubDate>Fri, 03 Apr 2026 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>[Preview] Embedded Dives:</strong> MotherDuck Dives can now be embedded directly in your customer-facing applications. Create a Dive, generate an embed session, and drop an iframe into your app. Your end-users can explore data in real time, powered by MotherDuck. Embedded Dives currently require a Business plan. Read the <a href="https://motherduck.com/blog/introducing-embedded-dives/" target="_blank" rel="noopener noreferrer">announcement blog</a> for more details or refer to the <a href="https://motherduck.com/docs/key-tasks/dives/embedding-dives/">documentation</a> to get started.</li>
<li><strong>Airbyte Connector Certified:</strong> MotherDuck is now a certified Airbyte destination. Refer to the <a href="https://docs.airbyte.com/integrations/destinations/motherduck" target="_blank" rel="noopener noreferrer">Airbyte destination documentation</a> for more details.</li>
<li><strong>Customizable Sidebar:</strong> The Object Explorer sidebar is now fully customizable. Right-click any section to show, hide, or reorder it — or access the customization dialog from the command menu or the org menu. Your expand/collapse state is persisted across sessions.</li>
</ul>]]></description>
  </item>
  <item>
    <title>March 25, 2026</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#march-25-2026</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#march-25-2026</guid>
    <pubDate>Wed, 25 Mar 2026 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>Configurable Duckling cooldown periods:</strong> The cooldown period for Standard, Jumbo, Mega, and Giga Ducklings can now be configured from 1 minute to 24 hours via the UI, SQL, or REST API. Learn more in the <a href="https://motherduck.com/docs/about-motherduck/billing/duckling-sizes/" target="_blank" rel="noopener noreferrer">Duckling sizes</a> documentation.</li>
<li><strong>SHUTDOWN and SHUTDOWN TERMINATE commands:</strong> Two new SQL commands give you direct control over Duckling lifecycle without waiting for the cooldown period. <a href="https://motherduck.com/docs/sql-reference/motherduck-sql-reference/shutdown-terminate/#shutdown" target="_blank" rel="noopener noreferrer">SHUTDOWN</a> shuts down a Duckling after running queries complete; <a href="https://motherduck.com/docs/sql-reference/motherduck-sql-reference/shutdown-terminate/#shutdown" target="_blank" rel="noopener noreferrer">SHUTDOWN TERMINATE</a> force-terminates immediately. Both are subject to a 1-minute billing minimum and are useful for cost control in batch pipelines or CI/CD workflows where you want to stop billing as soon as work is done. See the <a href="https://motherduck.com/docs/sql-reference/motherduck-sql-reference/shutdown-terminate/" target="_blank" rel="noopener noreferrer">command reference</a> for details.</li>
<li><strong>Dives Version History in UI:</strong> Every time you update a <a href="https://motherduck.com/docs/key-tasks/dives/">Dive</a>, MotherDuck saves a version. Browse previous versions using the version picker in the top-right corner of any Dive or retrieve them programmatically with <a href="https://motherduck.com/docs/sql-reference/mcp/dives/list-dives/" target="_blank" rel="noopener noreferrer">list_dives</a> and <a href="https://motherduck.com/docs/sql-reference/mcp/dives/read-dive/" target="_blank" rel="noopener noreferrer">read_dive</a>. Version browsing is read-only — selecting an older version does not overwrite the latest.</li>
</ul>]]></description>
  </item>
  <item>
    <title>March 24, 2026</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#march-24-2026</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#march-24-2026</guid>
    <pubDate>Tue, 24 Mar 2026 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>DuckDB 1.5.1 support:</strong> MotherDuck supports <a href="https://duckdb.org/2026/03/23/announcing-duckdb-151?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">DuckDB 1.5.1</a> ("Variegata"). This release brings significant performance improvements including bloom filter join pushdown, stats-only min/max evaluation, faster TopN queries with late materialization, and lazy view binding. Note that the VARIANT data type and background checkpointing improvements are not yet supported in MotherDuck and will be made available in a future update. See the <a href="https://motherduck.com/docs/troubleshooting/version-lifecycle-schedules/">version lifecycle schedules</a> for supported version ranges.</li>
<li><strong>DuckLake 0.4:</strong> The DuckLake open table format has been updated to <a href="https://motherduck.com/docs/integrations/file-formats/ducklake/#whats-new-in-ducklake-10">version 0.4</a>, introducing deletion inlining, sorted compaction, stats-only <code>COUNT(*)</code>, TopN file pruning, expression-based default values, and macro support.</li>
</ul>]]></description>
  </item>
  <item>
    <title>March 12, 2026</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#march-12-2026</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#march-12-2026</guid>
    <pubDate>Thu, 12 Mar 2026 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>Postgres wire protocol endpoint support for Tableau Cloud:</strong> The <a href="https://motherduck.com/docs/getting-started/interfaces/client-apis/other/postgres-endpoint-jdbc/" target="_blank" rel="noopener noreferrer">Postgres Endpoint</a>, a Postgres wire protocol-compatible MotherDuck client, now enables connectivity with <a href="https://motherduck.com/docs/integrations/bi-tools/tableau/tableau-cloud/" target="_blank" rel="noopener noreferrer">Tableau Cloud</a>.</li>
<li><strong>Dives can now be remixed:</strong> A new 'Remix this Dive' menu option in the left-side object explorer opens ChatGPT or Claude with pre-filled metadata to help you explore and iterate on existing analysis and create new <a href="https://motherduck.com/docs/key-tasks/dives/">Dives</a>.</li>
</ul><div style="text-align:center"><img src="https://motherduck.com/docs/img/about-motherduck/remix-dive.png" width="50%"></div>]]></description>
  </item>
  <item>
    <title>March 6, 2026</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#march-6-2026</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#march-6-2026</guid>
    <pubDate>Fri, 06 Mar 2026 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>Postgres wire protocol endpoint:</strong> Query your MotherDuck databases using any Postgres-compatible client, including <code>psql</code>, Python libraries like psycopg2/psycopg3, JDBC drivers, and serverless platforms like Cloudflare Workers — without installing a DuckDB client library. The Postgres endpoint is ideal for serverless environments, languages without a DuckDB SDK, thin client architectures, or any tool that supports PostgreSQL data sources. See guides for <a href="https://motherduck.com/docs/getting-started/interfaces/client-apis/python/postgres-endpoint/" target="_blank" rel="noopener noreferrer">Python</a>, <a href="https://motherduck.com/docs/getting-started/interfaces/client-apis/other/postgres-endpoint-jdbc/" target="_blank" rel="noopener noreferrer">Java (JDBC)</a>, and <a href="https://motherduck.com/docs/getting-started/interfaces/serverless/cloudflare-workers/" target="_blank" rel="noopener noreferrer">Cloudflare Workers</a>.</li>
</ul>]]></description>
  </item>
  <item>
    <title>February 27, 2026</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#february-27-2026</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#february-27-2026</guid>
    <pubDate>Fri, 27 Feb 2026 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>Write support for the MCP server is now live:</strong> Users can now perform write operations via the MCP Server using the new <code>query_rw</code> tool. This enables programmatic data modification workflows in addition to read queries. Refer to the <a href="https://motherduck.com/docs/sql-reference/mcp/core/query-rw/">documentation</a> and <a href="https://motherduck.com/docs/sql-reference/mcp/#restricting-to-read-only-access">setup guide for read-only access</a> for more details.</li>
</ul>]]></description>
  </item>
  <item>
    <title>February 26, 2026</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#february-26-2026</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#february-26-2026</guid>
    <pubDate>Thu, 26 Feb 2026 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>Dives are now available on all plans:</strong> Dives are now available on all MotherDuck plans, giving users access to shareable visualizations built by AI agents and backed by composable SQL. Refer to the <a href="https://motherduck.com/docs/key-tasks/dives/">documentation</a> for more details.</li>
<li><strong>Faster edits for Dive Previews in Claude:</strong> Claude agents in <a href="http://claude.ai/" target="_blank" rel="noopener noreferrer">Claude Web</a> and <a href="https://code.claude.com/docs/en/desktop" target="_blank" rel="noopener noreferrer">Claude Desktop</a> now apply edits to the existing Dive preview instead of re-generating it from scratch.</li>
<li><strong>SSO support:</strong> MotherDuck now supports Single Sign-On (SSO) with Okta, Microsoft Entra ID, and federated <span><span tabindex="0" role="button">SAML</span></span>/<span><span tabindex="0" role="button">OIDC</span></span>. Refer to the <a href="https://motherduck.com/docs/key-tasks/authenticating-and-connecting-to-motherduck/authenticating-to-motherduck/sso-setup/">documentation</a> for more details.</li>
</ul>]]></description>
  </item>
  <item>
    <title>February 19, 2026</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#february-19-2026</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#february-19-2026</guid>
    <pubDate>Thu, 19 Feb 2026 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>Visualizations with Dives:</strong> Create interactive visualizations directly in your MotherDuck UI using natural language. To get started, connect your <a href="https://motherduck.com/docs/getting-started/mcp-getting-started/">AI agent</a> (Claude, ChatGPT, Cursor, or any MCP-compatible client) to the <a href="https://motherduck.com/docs/sql-reference/mcp/">MotherDuck MCP Server</a> and ask it to build a Dive. The agent writes the SQL, configures the charts, and saves the visualization in your MotherDuck UI. Dives stay live and up-to-date and can be shared across your organization. Read the <a href="https://motherduck.com/blog/duck-dive-and-answer/" target="_blank" rel="noopener noreferrer">announcement blog</a> and get started in the <a href="https://motherduck.com/docs/key-tasks/dives/">Dives documentation</a>. Dives are now available on all MotherDuck plans at no additional charge.</li>
</ul>]]></description>
  </item>
  <item>
    <title>February 5, 2026</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#february-5-2026</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#february-5-2026</guid>
    <pubDate>Thu, 05 Feb 2026 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>Expanded DuckDB Extension support in the MotherDuck MCP Server:</strong> The MotherDuck Remote MCP Server is now compatible with the DuckLake, Spatial, Iceberg, and Delta DuckDB extensions. Read more about using the MotherDuck MCP Server <a href="https://motherduck.com/docs/key-tasks/ai-and-motherduck/mcp-workflows/">in the documentation</a>.</li>
<li><strong>Point-in-time Restore</strong>: Restore databases to previous states using automatic or named snapshots within a configurable retention window of up to 90 days. Use <a href="https://motherduck.com/docs/sql-reference/motherduck-sql-reference/undrop-database/"><code>UNDROP DATABASE</code></a> to recover deleted databases. Learn more in the <a href="https://motherduck.com/blog/point-in-time-restore/" target="_blank" rel="noopener noreferrer">launch blog post</a> and the <a href="https://motherduck.com/docs/concepts/data-recovery/">data recovery documentation</a>.</li>
<li><strong>DuckDB Database File Upload:</strong> Upload DuckDB database files (.duckdb, .db) from your laptop to MotherDuck using the "Add data" menu in the MotherDuck UI. Preview tables and schemas in the UI before copying to MotherDuck. See the <a href="https://motherduck.com/docs/key-tasks/loading-data-into-motherduck/loading-duckdb-database/">documentation on loading DuckDB databases into MotherDuck</a> to learn more about using DuckDB database files.</li>
</ul>]]></description>
  </item>
  <item>
    <title>January 29, 2026</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#january-29-2026</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#january-29-2026</guid>
    <pubDate>Thu, 29 Jan 2026 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>DuckDB 1.4.4:</strong> MotherDuck supports DuckDB 1.4.4, a bugfix release. Learn more in the <a href="https://duckdb.org/2026/01/26/announcing-duckdb-144.html?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">official DuckDB Labs 1.4.4 announcement</a> and <a href="https://github.com/duckdb/duckdb/releases/tag/v1.4.4?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">changelog</a>.</li>
</ul>]]></description>
  </item>
  <item>
    <title>January 23, 2026</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#january-23-2026</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#january-23-2026</guid>
    <pubDate>Fri, 23 Jan 2026 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>Expanded MCP Server support:</strong> The MotherDuck remote MCP Server now supports <a href="https://www.warp.dev/" target="_blank" rel="noopener noreferrer">Warp</a>, <a href="https://trypear.ai/" target="_blank" rel="noopener noreferrer">PearAI</a>, <a href="https://www.trae.ai/" target="_blank" rel="noopener noreferrer">Trae</a>, <a href="https://voideditor.com/" target="_blank" rel="noopener noreferrer">Void</a>, <a href="https://positron.posit.co/" target="_blank" rel="noopener noreferrer">Positron</a>, <a href="https://supermaven.com/" target="_blank" rel="noopener noreferrer">Supermaven</a>, <a href="https://aider.chat/" target="_blank" rel="noopener noreferrer">Aider</a>, and <a href="https://www.jetbrains.com/" target="_blank" rel="noopener noreferrer">JetBrains IDEs</a>. Use your favorite AI assistant to answer questions about your data through natural conversation. See the <a href="https://motherduck.com/docs/sql-reference/mcp/">MCP Server documentation</a> to get started.</li>
<li><strong>Add Data from Cloud Storage:</strong> Import data from Amazon S3, Google Cloud Storage, Cloudflare R2, and others directly in the MotherDuck UI. Click "Add data" and select "From cloud storage" to browse your bucket, select files (or use Wildcard mode for patterns), preview the data, and create tables. Learn more in the <a href="https://motherduck.com/docs/key-tasks/loading-data-into-motherduck/loading-data-from-cloud-or-https/">documentation for loading data from Cloud Storage</a>.</li>
</ul>]]></description>
  </item>
  <item>
    <title>January 8, 2026</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#january-8-2026</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#january-8-2026</guid>
    <pubDate>Thu, 08 Jan 2026 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>Giga Ducklings on Business plan:</strong> Users on any MotherDuck Business plan can now access <a href="https://motherduck.com/docs/about-motherduck/billing/duckling-sizes/#giga">Giga Ducklings</a>, our largest compute Duckling size, built to tackle the largest, toughest, most complex data transformations. Configure your Duckling size in <a href="https://app.motherduck.com/settings/ducklings" target="_blank" rel="noopener noreferrer">Settings &gt; Ducklings</a>.</li>
</ul>]]></description>
  </item>
  <item>
    <title>December 17, 2025</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#december-17-2025</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#december-17-2025</guid>
    <pubDate>Wed, 17 Dec 2025 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>MotherDuck MCP Server:</strong> Your favorite AI assistant can now talk directly to your data. Connect Claude, ChatGPT, Cursor, or any MCP-compatible client to MotherDuck using the MotherDuck <strong>remote</strong> MCP Server at <code>https://api.motherduck.com/mcp</code>. Your agent can explore schemas, run read-only SQL queries, and answer questions about your databases through natural conversation. Learn more in the <a href="https://motherduck.com/blog/analytics-agents" target="_blank" rel="noopener noreferrer">announcement blog</a>, and <a href="https://motherduck.com/docs/sql-reference/mcp/">MCP Server documentation</a>.</li>
</ul>]]></description>
  </item>
  <item>
    <title>December 16, 2025</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#december-16-2025</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#december-16-2025</guid>
    <pubDate>Tue, 16 Dec 2025 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>DuckDB 1.4.3:</strong> MotherDuck supports DuckDB 1.4.3, a bugfix release. Learn more in the <a href="https://duckdb.org/2025/12/09/announcing-duckdb-143?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">official DuckDB Labs 1.4.3 announcement</a> and <a href="https://github.com/duckdb/duckdb/releases/tag/v1.4.3?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">changelog</a>.</li>
<li><strong>PlanetScale Postgres integration:</strong> Users of PlanetScale Postgres can now use <a href="https://motherduck.com/docs/concepts/pgduckdb/">pg_duckdb</a> to push analytical queries to MotherDuck. Analytical queries are accelerated up to 200x faster with MotherDuck, and keep your Postgres cluster optimized for transactions. Learn more in the <a href="https://motherduck.com/blog/motherduck-planetscale-integration" target="_blank" rel="noopener noreferrer">announcement blog</a>, and <a href="https://motherduck.com/docs/integrations/databases/planetscale/">integration documentation</a>.</li>
<li><strong>MotherDuck destination for Artie CDC</strong>: Artie now supports MotherDuck as a destination for CDC. Users of Artie can now stream changes from <span><span tabindex="0" role="button">OLTP</span></span> databases like PostgreSQL, MySQL, and MongoDB to MotherDuck in real-time. Learn more in the <a href="https://motherduck.com/blog/motherduck-artie-integration/" target="_blank" rel="noopener noreferrer">announcement blog</a>, and <a href="https://www.artie.com/docs/destinations/motherduck" target="_blank" rel="noopener noreferrer">Artie documentation</a>.</li>
<li><strong>Recent Queries added to <code>MD_INFORMATION_SCHEMA</code>:</strong> On MotherDuck Business plans, the <a href="https://motherduck.com/docs/sql-reference/motherduck-sql-reference/md_information_schema/recent_queries/"><code>RECENT_QUERIES</code> view</a> provides a more realtime view of all running or completed queries across an organization. This view offers detail for queries not yet captured in the <a href="https://motherduck.com/docs/sql-reference/motherduck-sql-reference/md_information_schema/query_history/"><code>QUERY_HISTORY</code> view</a>. Both views require permission to view query history, which the Admin and Builder preset roles include by default, and are accessible in the <a href="https://motherduck.com/docs/sql-reference/motherduck-sql-reference/md_information_schema/introduction/"><code>MD_INFORMATION_SCHEMA</code></a>.</li>
<li><strong>New columns for query attribution in query history:</strong> The <a href="https://motherduck.com/docs/sql-reference/motherduck-sql-reference/md_information_schema/query_history/"><code>QUERY_HISTORY</code> view</a> along with the new <a href="https://motherduck.com/docs/sql-reference/motherduck-sql-reference/md_information_schema/recent_queries/"><code>RECENT_QUERIES</code> view</a> in the <a href="https://motherduck.com/docs/sql-reference/motherduck-sql-reference/md_information_schema/introduction/"><code>MD_INFORMATION_SCHEMA</code></a> now contain <code>session_name</code> and <code>duckling_id</code> columns, making it easy to identify which Duckling executed each query, and group <span><span tabindex="0" role="button">read scaling</span></span> queries by <a href="https://motherduck.com/docs/key-tasks/authenticating-and-connecting-to-motherduck/read-scaling/#session-affinity-with-session-name"><code>session_name</code></a>.</li>
<li><strong>MotherDuck Wasm SDK 0.8:</strong> The <a href="https://www.npmjs.com/package/@motherduck/wasm-client" target="_blank" rel="noopener noreferrer">MotherDuck Wasm Client</a> now leverages a different mechanism for loading the MotherDuck Wasm extension, which makes it easier to control which version of the extension is loaded. Refer to the <a href="https://motherduck.com/docs/sql-reference/wasm-client/">documentation</a> to learn more.</li>
</ul>]]></description>
  </item>
  <item>
    <title>December 12, 2025</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#december-12-2025</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#december-12-2025</guid>
    <pubDate>Fri, 12 Dec 2025 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>Query Scheduling Improvements:</strong> Small queries now complete faster without getting stuck waiting behind large, resource-intensive queries, even when heavy queries are processing in the background</li>
<li><strong>Search Enhancements:</strong> The search bar in the top left pane of the Object Explorer can now be used to search for schemas, tables, and columns in addition to databases and <a href="https://motherduck.com/docs/key-tasks/sharing-data/">shares</a></li>
<li><strong>Dvorak Keyboard Support:</strong> Dvorak keyboard shortcuts are now supported in the MotherDuck UI</li>
<li><strong>Column Comments added to the Table Summary:</strong> In the Table Summary, users can now hover over any column name to view its comments alongside the column name and type</li>
</ul><div style="text-align:center"><img src="https://motherduck.com/docs/img/about-motherduck/column-comments.png" width="50%"></div>]]></description>
  </item>
  <item>
    <title>December 4, 2025</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#december-4-2025</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#december-4-2025</guid>
    <pubDate>Thu, 04 Dec 2025 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>Transient storage filter in Settings:</strong> The Databases page in Settings in the MotherDuck UI now supports filtering by <a href="https://motherduck.com/docs/concepts/storage-lifecycle/#transient-databases">storage type</a></li>
<li><strong><code>DESCRIBE</code> and <code>SUMMARIZE</code> exports:</strong> Downloading the results of <code>DESCRIBE</code> and <code>SUMMARIZE</code> queries is now supported in the MotherDuck UI</li>
<li><strong>DuckLake option in the Add Database menu:</strong> MotherDuck users can create a new <a href="https://motherduck.com/docs/integrations/file-formats/ducklake/">DuckLake</a> in the 'Add Database' modal in the left hand pane of the object explorer in the MotherDuck UI</li>
</ul><ul>
<li><strong>Inline Docs are now available in the Query Editor:</strong> Notebook cells in the MotherDuck <a href="https://motherduck.com/docs/getting-started/interfaces/motherduck-quick-tour/#inline-docs">query editor</a> provide function information on hover, showing function signatures, parameter types, return types, and descriptions without leaving the notebook. Inline Docs can be toggled on and off by going to the Preferences page in Settings.</li>
</ul><div style="text-align:center"><img src="https://motherduck.com/docs/img/about-motherduck/ui-inline-docs.png" width="50%"></div>]]></description>
  </item>
  <item>
    <title>November 14, 2025</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#november-14-2025</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#november-14-2025</guid>
    <pubDate>Fri, 14 Nov 2025 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>DuckDB 1.4.2:</strong> MotherDuck supports DuckDB 1.4.2, a bugfix release. Learn more in the <a href="https://duckdb.org/2025/11/12/announcing-duckdb-142?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">official DuckDB Labs 1.4.2 announcement</a> and <a href="https://github.com/duckdb/duckdb/releases/tag/v1.4.2?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">changelog</a>.</li>
<li><strong>Full command menu now at <code>Cmd/Ctrl+K</code>:</strong> Access common MotherDuck UI actions from your keyboard, including generating query edits, adding notebook cells, creating notebooks, and navigating between pages. Open the command menu with <code>Cmd/Ctrl+K</code> and search for options. For quick access to <a href="https://motherduck.com/docs/key-tasks/ai-and-motherduck/ai-features-in-ui/#automatically-edit-sql-queries-in-the-motherduck-ui">generate query edits</a>, use <code>Cmd/Ctrl+Shift+E</code>. (Note: <code>Cmd/Ctrl+Shift+P</code> no longer opens the command menu.)</li>
<li><strong>Run queries across multiple notebooks:</strong> You can now run cells across multiple MotherDuck UI notebooks, and allowing each to queue and run. Hover over any notebook in the left sidebar to see how many cells are running or queued. Query cancellation is also more reliable across all notebooks.</li>
</ul><div style="text-align:center"><img src="https://motherduck.com/docs/img/about-motherduck/multiple_notebook_run.png" width="35%"></div>]]></description>
  </item>
  <item>
    <title>November 6, 2025</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#november-6-2025</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#november-6-2025</guid>
    <pubDate>Thu, 06 Nov 2025 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>MotherDuck extends cloud coverage to Europe:</strong> MotherDuck is now <a href="https://motherduck.com/docs/concepts/architecture-and-capabilities/#the-motherduck-cloud-service">available on AWS in Frankfurt <code>eu-central-1</code></a>; users are able to create new Organizations in Europe for lower latency and regional data residency</li>
<li><strong>Expanded AI functions support for <code>PROMPT()</code>:</strong> The <a href="https://motherduck.com/docs/sql-reference/motherduck-sql-reference/ai-functions/prompt/">prompt</a> function now supports additional parameters; MotherDuck users can now interact with Large Language Models (LLMs) directly from SQL with more customization and improved support for struct arrays, timestamps, and date and time values -<!-- -->
<ul>
<li><strong><code>return_type</code>:</strong> Generate strongly-typed outputs by specifying the exact SQL type to return</li>
<li><strong><code>reasoning_effort</code>:</strong> Use GPT-5 models with the prompt() function</li>
</ul>
</li>
<li><strong>MotherDuck Wasm SDK 0.7.0:</strong> The <a href="https://www.npmjs.com/package/@motherduck/wasm-client" target="_blank" rel="noopener noreferrer">MotherDuck Wasm Client</a> now supports <code>attach_mode='single'</code>, simplifying query execution and improving resource predictability when working with a single database. Refer to the <a href="https://motherduck.com/docs/sql-reference/wasm-client/">documentation</a> to learn more.</li>
<li><strong>Usernames added to Database listings in Settings:</strong> The Databases page in <a href="https://motherduck.com/docs/getting-started/interfaces/motherduck-quick-tour/#settings">Settings</a> shows usernames for human users and service accounts when you have permission to view all organization databases. The Admin preset role includes this permission by default.</li>
<li><strong>New export options for <code>EXPLAIN</code>:</strong> MotherDuck notebook cells now support copying or exporting <a href="https://motherduck.com/docs/sql-reference/motherduck-sql-reference/explain/"><code>EXPLAIN</code> results</a> to simplify query inspection</li>
<li><strong>Enhanced Column Explorer experience for UUIDs:</strong> The <a href="https://motherduck.com/blog/introducing-column-explorer/" target="_blank" rel="noopener noreferrer">Column Explorer</a> now has added support for UUIDs and fields that default to top-N values for improved column-level insights and schema exploration. Refer to the <a href="https://motherduck.com/docs/getting-started/interfaces/motherduck-quick-tour/#column-explorer">documentation</a> to learn more.</li>
</ul>]]></description>
  </item>
  <item>
    <title>October 24, 2025</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#october-24-2025</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#october-24-2025</guid>
    <pubDate>Fri, 24 Oct 2025 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>Duplicate MotherDuck notebook cells:</strong> Duplicate cells in MotherDuck UI notebooks using the cell options menu or command menu. Access the duplicate option from the three-dot options menu on any cell, or use <nobr><code>Cmd/Ctrl + Shift + P</code></nobr> to open the command menu and search for "duplicate."</li>
</ul><div style="text-align:center"><img src="https://motherduck.com/docs/img/about-motherduck/duplicate-notebook-cell.png" width="35%"></div>]]></description>
  </item>
  <item>
    <title>October 9, 2025</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#october-9-2025</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#october-9-2025</guid>
    <pubDate>Thu, 09 Oct 2025 12:00:00 GMT</pubDate>
    <description><![CDATA[<p>MotherDuck now supports DuckDB versions 1.4.0 and 1.4.1, and DuckLake version 0.3 🎉</p><p>DuckDB 1.4 delivers performance gains with improvements like a rewritten sorting engine, more efficient small writes, and new SQL syntax including the MERGE statement. Learn more in the DuckDB <a href="https://github.com/duckdb/duckdb/releases/tag/v1.4.0?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">1.4.0</a> and <a href="https://github.com/duckdb/duckdb/releases/tag/v1.4.1?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">1.4.1</a> changelogs.</p><h3 id="performance-improvements">Performance improvements</h3><ul>
<li><strong><a href="https://github.com/duckdb/duckdb/pull/17584?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">Sorting is 2x+ faster:</a></strong> Complete rewrite of sorting uses less memory and scales better across threads for ORDER BY, window functions, and list sorting</li>
<li><strong><a href="https://github.com/duckdb/duckdb/pull/18829?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">More efficient small writes:</a></strong> Appending small numbers of rows now writes far fewer bytes</li>
<li><strong><a href="https://github.com/duckdb/duckdb/pull/18390?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">5x faster checkpointing:</a></strong> Reuses table metadata when tables aren't altered during checkpoint</li>
<li><strong><a href="https://github.com/duckdb/duckdb/pull/18079?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">Parallel connection creation:</a></strong> Connections from instance cache can be created in parallel</li>
<li><strong><a href="https://github.com/duckdb/duckdb/pull/18127?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">Faster scalar functions on dictionary data:</a></strong> Functions on dictionary-compressed data only run once per unique value</li>
</ul><h3 id="sql-syntax-updates">SQL syntax updates</h3><ul>
<li><strong><a href="https://github.com/duckdb/duckdb/pull/18135?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer"><code>MERGE INTO</code> statement:</a></strong> Standard SQL upserts without requiring primary keys or indexes</li>
<li><strong><a href="https://duckdb.org/2025/09/16/announcing-duckdb-140.html?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral#fill-window-function" target="_blank" rel="noopener noreferrer"><code>FILL()</code> window function:</a></strong> Interpolate missing values in ordered data</li>
<li><strong><a href="https://github.com/duckdb/duckdb/pull/18684?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">Python-style macro arguments:</a></strong> Macros accept positional or named arguments for any parameter</li>
<li><strong><a href="https://github.com/duckdb/duckdb/pull/17799?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer"><code>STRUCT</code> to <code>MAP</code> cast:</a></strong> Direct casting between struct and map types</li>
</ul><h3 id="parquet-improvements">Parquet improvements</h3><ul>
<li><strong><a href="https://github.com/duckdb/duckdb/pull/18187?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer"><code>VARIANT</code> type reading:</a></strong> Read Parquet <code>VARIANT</code> types for faster semi-structured data processing</li>
<li><strong><a href="https://github.com/duckdb/duckdb/pull/18832?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">Native geometry type writes:</a></strong> Write native Parquet geometry types</li>
<li><strong><a href="https://github.com/duckdb/duckdb/pull/18760?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">Auto-globbing for directories:</a></strong> Automatically treats paths as directories and retries with glob patterns when no file is found</li>
</ul><p>Learn more in the official DuckDB Labs announcements for <a href="https://duckdb.org/2025/09/16/announcing-duckdb-140.html?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">1.4.0</a> and <a href="https://duckdb.org/2025/10/07/announcing-duckdb-141.html?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">1.4.1</a>.</p><p>While you can continue using your current version of DuckDB with MotherDuck, we encourage you to <a href="https://duckdb.org/install?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">upgrade your DuckDB clients to 1.4.1</a> as soon as you can to take advantage of the fixes and performance improvements.</p><h3 id="preview-ducklake-03">[Preview] DuckLake 0.3</h3><p>As we announced earlier this year, MotherDuck now supports <a href="https://ducklake.select/?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">DuckLake</a>, an integrated data lake and catalog format. DuckLake 0.3 makes working with DuckLake more robust, including <a href="https://github.com/duckdb/ducklake/pull/406?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer"><code>CHECKPOINT</code> for easy maintenance</a>, new paths for Iceberg interoperability, <a href="https://github.com/duckdb/ducklake/pull/412?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">spatial geometry types</a>, and <a href="https://github.com/duckdb/ducklake/pull/351?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer"><code>MERGE INTO</code> support</a>.</p><p>Learn more about using DuckLake databases in MotherDuck in the <a href="https://motherduck.com/docs/integrations/file-formats/ducklake/">documentation</a>, and the recent improvements in the <a href="https://ducklake.select/2025/09/17/ducklake-03/?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">DuckDB Labs announcement for DuckLake 0.3</a>.</p>]]></description>
  </item>
  <item>
    <title>September 30, 2025</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#september-30-2025</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#september-30-2025</guid>
    <pubDate>Tue, 30 Sep 2025 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>Get help from MotherDuck Experts:</strong> Get a human helping hand with technical questions, troubleshooting, and best practices directly in the MotherDuck UI. Open "Expert help" from the Help menu to talk with our team, and you'll be notified of responses. Expert help is available with Business and Lite plans.</li>
<li><strong>Transient option for database storage retention:</strong> Databases can now be created with transient retention, which provides a minimal retention period and no failsafe storage. This option can be useful for intermediate datasets or data easily reconstructed from external sources. Create transient databases in the UI or via <a href="https://motherduck.com/docs/sql-reference/motherduck-sql-reference/create-database/#syntax"><code>CREATE DATABASE db_name (TRANSIENT)</code></a>. Transient databases are available with Business and Lite plans. Learn more in the <a href="https://motherduck.com/docs/concepts/storage-lifecycle/#storage-management">storage management documentation</a>.</li>
<li><strong>Duplicate notebooks:</strong> Copy existing SQL notebooks to reuse query templates or create variations of your analysis. Find the duplicate option in any notebook's options menu in the left sidebar.</li>
<li><strong>Monitor database storage in the MotherDuck UI:</strong> The updated <a href="https://app.motherduck.com/settings/databases" target="_blank" rel="noopener noreferrer">Databases</a> page shows current and cumulative database storage footprint over time. Access requires permission to view organization-wide storage information, which the Admin preset role includes by default. Learn more in the <a href="https://motherduck.com/docs/concepts/storage-lifecycle/#breaking-down-storage-usage">storage lifecycle documentation</a>.</li>
</ul><div style="text-align:center"><img src="https://motherduck.com/docs/img/about-motherduck/storage_monitor_ui.png" width="40%"></div>]]></description>
  </item>
  <item>
    <title>September 10, 2025</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#september-10-2025</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#september-10-2025</guid>
    <pubDate>Wed, 10 Sep 2025 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>Instances are now called Ducklings:</strong> We've updated our name for instances to better reflect their purpose as dedicated and scalable DuckDB instances that provide isolated, on-demand compute for each user's analytics workload in MotherDuck. Find the familiar instance controls now in <a href="https://app.motherduck.com/settings/ducklings" target="_blank" rel="noopener noreferrer">Settings &gt; Ducklings</a>. This release does not affect the <a href="https://motherduck.com/docs/sql-reference/rest-api/motherduck-rest-api/">Admin REST API methods for instances</a>. Learn more about how <a href="https://motherduck.com/docs/about-motherduck/billing/duckling-sizes/">Ducklings</a> are different from standard data warehouse instances in <a href="https://motherduck.com/blog/scaling-duckdb-with-ducklings/" target="_blank" rel="noopener noreferrer">this blog post</a>.</li>
<li><strong>Rename Notebooks from the Object Explorer:</strong> SQL notebooks can now be renamed directly from the left sidebar using a notebook's options menu.</li>
<li><strong>Enum support in <code>prompt</code> function:</strong> The <code>PROMPT</code> SQL function now supports enum types for consistent classification outputs. See the <a href="https://motherduck.com/docs/sql-reference/motherduck-sql-reference/ai-functions/prompt/#classification-with-enums">function documentation</a> for details and examples.</li>
<li><strong>Command menu in the MotherDuck UI:</strong> Navigate the MotherDuck UI from your keyboard using the new command menu. Quickly access common actions like adding notebook cells, creating notebooks, and navigating between pages. Try it out with "Open command menu" in the top-left Organization dropdown, or use <code>Cmd/Ctrl + Shift + P</code></li>
</ul>]]></description>
  </item>
  <item>
    <title>September 4, 2025</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#september-4-2025</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#september-4-2025</guid>
    <pubDate>Thu, 04 Sep 2025 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>Pre-filled names for service accounts and tokens:</strong> When creating service accounts and tokens in the <a href="https://motherduck.com/docs/key-tasks/service-accounts-guide/manage-service-accounts-and-tokens/">Settings &gt; Service Accounts</a> page, names are now pre-filled with the following format to help differentiate between them:<!-- -->
<ul>
<li><em>Service Accounts:</em> <code>{creator_username}_service_account_{number}</code></li>
<li><em>Read-Write Tokens:</em> <code>{sa_username}_read_write_token_{number}</code></li>
<li><em>Read-Scaling Tokens:</em> <code>{sa_username}_read_scaling_token_{number}</code></li>
</ul>
</li>
<li><strong>DuckLake database icon in the MotherDuck UI:</strong> <a href="https://motherduck.com/docs/concepts/ducklake/">DuckLake-backed databases</a> now display a distinct icon to easily distinguish them from databases using MotherDuck native storage.</li>
</ul>]]></description>
  </item>
  <item>
    <title>August 21, 2025</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#august-21-2025</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#august-21-2025</guid>
    <pubDate>Thu, 21 Aug 2025 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>Support for H3 Spatial Indexing Extension:</strong> MotherDuck now supports the <a href="https://duckdb.org/community_extensions/extensions/h3.html?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">H3 DuckDB Extension</a>, which adds support for the <a href="https://h3geo.org/" target="_blank" rel="noopener noreferrer">H3 hierarchical hexagonal grid system</a> for geospatial analysis. This extension is pre-installed in MotherDuck, and users are not required to install this extension.</li>
</ul>]]></description>
  </item>
  <item>
    <title>August 13, 2025</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#august-13-2025</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#august-13-2025</guid>
    <pubDate>Wed, 13 Aug 2025 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>GPT 5 Support in <code>prompt</code> function</strong>: The <code>PROMPT</code> function now supports OpenAI's GPT 5 series models. Refer to the <a href="https://motherduck.com/docs/sql-reference/motherduck-sql-reference/ai-functions/prompt/">function documentation</a> for more details.</li>
</ul>]]></description>
  </item>
  <item>
    <title>August 12, 2025</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#august-12-2025</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#august-12-2025</guid>
    <pubDate>Tue, 12 Aug 2025 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>Display Preformatted VARCHAR values:</strong> VARCHAR results in the MotherDuck UI data value pane now support display of preformatted text.</li>
<li><strong>Format SQL in MotherDuck Notebook:</strong> Format any SQL statement using the new <strong>Format</strong> button in the notebook cell options menu, or with <code>Option/Alt + Cmd/Ctrl + O</code>. When text is selected, only the selection is formatted.</li>
</ul>]]></description>
  </item>
  <item>
    <title>August 8, 2025</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#august-8-2025</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#august-8-2025</guid>
    <pubDate>Fri, 08 Aug 2025 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>Test S3 Credentials:</strong> MotherDuck users can now test S3 credentials directly in the MotherDuck UI on the Secrets page in Settings when adding new S3 secrets.</li>
<li><strong>Support for DuckDB Configuration Options:</strong> With this release, MotherDuck now correctly respects <a href="https://duckdb.org/docs/stable/configuration/overview.html?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">DuckDB configuration options</a> and their local defaults, including extension settings like TimeZone. Broader coverage of additional configuration options is planned for the upcoming <a href="https://duckdb.org/release_calendar.html?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">DuckDB 1.4 release</a>.</li>
</ul>]]></description>
  </item>
  <item>
    <title>July 31, 2025</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#july-31-2025</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#july-31-2025</guid>
    <pubDate>Thu, 31 Jul 2025 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>Updated FixIt Keyboard Shortcut:</strong> The <code>Escape</code> key can now be used to reject <a href="https://motherduck.com/docs/key-tasks/ai-and-motherduck/ai-features-in-ui/#automatically-fix-sql-errors-in-the-motherduck-ui">FixIt</a> suggestions, providing a quicker way to dismiss generated SQL fixes.</li>
<li><strong>Generate Notebook Names:</strong> Get descriptive, context-aware names for notebooks in the MotherDuck UI based on their SQL content. Click the new "Generate name from SQL" button to the left of a notebook's name to try it out. Available for users in MotherDuck's Business and Lite plans.</li>
</ul>]]></description>
  </item>
  <item>
    <title>July 25, 2025</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#july-25-2025</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#july-25-2025</guid>
    <pubDate>Fri, 25 Jul 2025 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>Data Grid UX Improvements:</strong> Data grids now include row numbers to make it easier to explore query results and reference specific rows. Users can now select multiple rows by clicking row numbers with the shift-key modifier.</li>
</ul><ul>
<li><strong>New UX for FixIt:</strong> <a href="https://motherduck.com/docs/key-tasks/ai-and-motherduck/ai-features-in-ui/#automatically-fix-sql-errors-in-the-motherduck-ui">FixIt</a> now includes keybindings for the toggles to accept and reject suggestions and turn automatic suggestions on and off.<!-- -->
<ul>
<li><strong><code>Cmd/Ctrl + Enter</code>:</strong> Accept suggestion and run query</li>
<li><strong><code>Cmd/Ctrl + Shift + Backspace</code>:</strong> Reject suggestion</li>
</ul>
</li>
</ul>]]></description>
  </item>
  <item>
    <title>July 16, 2025</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#july-16-2025</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#july-16-2025</guid>
    <pubDate>Wed, 16 Jul 2025 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>NEW - Larger Compute Instances:</strong> MotherDuck now offers two new memory-rich compute duckling (instance) types, <strong>Mega</strong> and <strong>Giga</strong>, built to run at high-capacity for the largest, most demanding jobs. Learn more in the <a href="https://motherduck.com/blog/announcing-mega-giga-instance-sizes-huge-scale" target="_blank" rel="noopener noreferrer">launch blog</a> and <a href="https://motherduck.com/docs/about-motherduck/billing/duckling-sizes/">Docs</a>.</li>
</ul>]]></description>
  </item>
  <item>
    <title>July 14, 2025</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#july-14-2025</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#july-14-2025</guid>
    <pubDate>Mon, 14 Jul 2025 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>DuckDB 1.3.2:</strong> MotherDuck supports DuckDB 1.3.2, a bugfix release. Additional details are available in the <a href="https://github.com/duckdb/duckdb/releases/tag/v1.3.2?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">DuckDB 1.3.2 changelog</a>.</li>
<li><strong>The Settings Button has Moved to the Org Dropdown:</strong> Settings has moved from the left sidebar into the Organization dropdown at the top left for easier access and a cleaner layout.</li>
<li><strong>Platform administration enhancements:</strong> The MotherDuck UI adds better visibility and permission-based controls for managing tokens, service accounts, and storage. The Admin preset role includes all of these permissions by default, while Builder includes service-account management.<!-- -->
<ul>
<li><strong>New Service Accounts Page in Settings:</strong> The <a href="https://motherduck.com/docs/key-tasks/service-accounts-guide/manage-service-accounts-and-tokens/">Service Accounts</a> section of MotherDuck settings lets users with permission to view and manage service accounts and tokens perform those actions. The Admin and Builder preset roles include these permissions by default.</li>
<li><strong>Impersonation of Service Accounts:</strong> Users with permission to impersonate service accounts can temporarily <a href="https://motherduck.com/docs/key-tasks/service-accounts-guide/impersonate-service-accounts/">impersonate a service account</a> in the MotherDuck UI. The Admin and Builder preset roles include this permission by default.</li>
<li><strong>Storage Usage History added to <code>MD_INFORMATION_SCHEMA</code>:</strong> The <a href="https://motherduck.com/docs/sql-reference/motherduck-sql-reference/md_information_schema/storage_info/"><code>STORAGE_INFO_HISTORY</code> view</a> in the <a href="https://motherduck.com/docs/sql-reference/motherduck-sql-reference/md_information_schema/introduction/"><code>MD_INFORMATION_SCHEMA</code></a> provides up to 30 days of historical storage data. Access requires permission to view organization-wide storage information, which the Admin preset role includes by default. Each record includes a <code>result_ts</code> timestamp showing when the storage metrics were calculated.</li>
</ul>
</li>
</ul>]]></description>
  </item>
  <item>
    <title>July 01, 2025</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#july-01-2025</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#july-01-2025</guid>
    <pubDate>Tue, 01 Jul 2025 12:00:00 GMT</pubDate>
    <description><![CDATA[<p><strong>[Preview] DuckLake Support</strong>: MotherDuck now supports <a href="https://ducklake.select/?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">DuckLake</a>, an integrated data lake and catalog format.</p><ul>
<li>MotherDuck currently provides two options for creating and integrating with DuckLake databases:<!-- -->
<ul>
<li><strong>Fully managed</strong>: MotherDuck manages both data storage and metadata</li>
<li><strong>Bring your own bucket (BYOB)</strong>: Connect your S3-compatible object storage with options for:<!-- -->
<ul>
<li>MotherDuck compute + MotherDuck catalog</li>
<li>Bring-your-own-compute (BYOC) + MotherDuck catalog</li>
</ul>
</li>
</ul>
</li>
</ul><p>Learn more in the <a href="https://motherduck.com/docs/integrations/file-formats/ducklake/">documentation</a> and <a href="https://motherduck.com/blog/announcing-ducklake-support-motherduck-preview/" target="_blank" rel="noopener noreferrer">announcement blog</a>.</p>]]></description>
  </item>
  <item>
    <title>June 26, 2025</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#june-26-2025</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#june-26-2025</guid>
    <pubDate>Thu, 26 Jun 2025 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li>
<p><strong>Chat Widget Optimization:</strong> Users can now view their inline edit history in a more compact chat widget and quickly request follow-up changes when needed.</p>
</li>
<li>
<img src="https://motherduck.com/docs/img/about-motherduck/chat-widget-optimization.png" width="85%">
</li>
<li>
<p><strong>Improved Boolean cell styling:</strong> Boolean values in the data grid now have distinct visual weights to make it easier to visually scan result sets and prevent confusion with empty cells.</p>
</li>
</ul><img src="https://motherduck.com/docs/img/about-motherduck/boolean-cell-styling.png" width="50%">]]></description>
  </item>
  <item>
    <title>June 18, 2025</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#june-18-2025</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#june-18-2025</guid>
    <pubDate>Wed, 18 Jun 2025 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>DuckDB 1.3.1:</strong> MotherDuck supports DuckDB 1.3.1, a bugfix release. Additional details are available in the <a href="https://github.com/duckdb/duckdb/releases/tag/v1.3.1?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">DuckDB 1.3.1 changelog</a>.</li>
<li><strong><code>PIVOT</code> statements in MotherDuck UI:</strong> The MotherDuck UI now supports <a href="https://duckdb.org/docs/stable/sql/statements/pivot.html?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer"><code>PIVOT</code> statements</a>, with pivot columns also appearing in the Column Explorer. <code>PIVOT</code> transforms distinct column values into separate columns with aggregated data.</li>
<li><strong>New <code>STORAGE_INFO</code> View in <code>MD_INFORMATION_SCHEMA</code>:</strong> The <a href="https://motherduck.com/docs/sql-reference/motherduck-sql-reference/md_information_schema/storage_info/"><code>STORAGE_INFO</code> view</a> in the <a href="https://motherduck.com/docs/sql-reference/motherduck-sql-reference/md_information_schema/introduction/"><code>MD_INFORMATION_SCHEMA</code></a> provides detailed storage breakdowns per database. Access requires permission to view organization-wide storage information, which the Admin preset role includes by default.</li>
</ul>]]></description>
  </item>
  <item>
    <title>June 12, 2025</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#june-12-2025</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#june-12-2025</guid>
    <pubDate>Thu, 12 Jun 2025 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>Improved query execution UX:</strong> After 5 seconds, the run button now displays a timer showing how long the query has been running. It also offers clearer visual cues for canceling a query on mouseover and focus.</li>
</ul>]]></description>
  </item>
  <item>
    <title>June 5, 2025</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#june-5-2025</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#june-5-2025</guid>
    <pubDate>Thu, 05 Jun 2025 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>Overwrite a database with a <span><span tabindex="0" role="button">zero-copy clone</span></span>:</strong> The new <a href="https://motherduck.com/docs/sql-reference/motherduck-sql-reference/copy-database-overwrite/"><code>COPY FROM DATABASE (OVERWRITE)</code> command</a> replaces all data in the target database with the source's contents in a single atomic operation, waiting for active writes to finish and blocking new ones during the process.</li>
<li><strong>Copy SQL definitions for views from the Object Explorer:</strong> The dropdown menu for views in the left-hand panel of the MotherDuck UI now lets you copy the associated SQL definition without opening the table summary.</li>
</ul>]]></description>
  </item>
  <item>
    <title>May 29, 2025</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#may-29-2025</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#may-29-2025</guid>
    <pubDate>Thu, 29 May 2025 12:00:00 GMT</pubDate>
    <description><![CDATA[<p>MotherDuck now supports DuckDB version 1.3.0 🎉</p><p>DuckDB 1.3.0 improves performance in real-world scenarios for faster queries, new SQL syntax, and smarter Parquet file handling. Learn more in the <a href="https://github.com/duckdb/duckdb/releases/tag/v1.3.0?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">changelog</a> here.</p><h3 id="parquet-improvements-1">Parquet improvements</h3><ul>
<li><strong><a href="https://duckdb.org/2025/05/21/announcing-duckdb-130.html?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral#try-expression" target="_blank" rel="noopener noreferrer">New <code>TRY()</code> expression for safer queries:</a></strong> More graceful handling for bad data by returning <code>NULL</code> instead of an error on problematic rows</li>
<li><strong><a href="https://github.com/duckdb/duckdb/pull/16430?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">Pushdown of arbitrary expressions into scans:</a></strong> Reductions in unnecessary data processing to deliver up to 30x faster queries</li>
<li><strong><a href="https://github.com/duckdb/duckdb/pull/16508?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">Pushdown of inequality conditions into joins:</a></strong> Major speedups for incremental dbt models and join-heavy queries</li>
</ul><h3 id="sql-syntax-updates-1">SQL syntax updates</h3><ul>
<li><strong><a href="https://github.com/duckdb/duckdb/pull/17235?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">Python-style lambda syntax:</a></strong> You can now use <code>lambda x: x + 1</code> instead of <code>x -&gt; x + 1</code>; the old syntax is deprecated, but still supported.</li>
<li><strong><a href="https://github.com/duckdb/duckdb/pull/17209?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer"><code>cast_to_type()</code> function:</a></strong> Dynamically cast values to match column types - useful in generic expressions and <code>CASE</code> statements when writing macros.</li>
<li><strong><a href="https://github.com/duckdb/duckdb/pull/17406?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">Recursive JSON access:</a></strong> New <code>json_each()</code> and <code>json_tree()</code> functions make it easier to traverse nested JSON structures.</li>
<li><strong><a href="https://github.com/duckdb/duckdb/pull/17003?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">Struct field updates:</a></strong> Individual fields in structs can now be modified using <code>ALTER</code>; all fields are rewritten even if only one is updated.</li>
<li><strong><a href="https://github.com/duckdb/duckdb/pull/16541?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">Prepared statements metadata:</a></strong> The <code>duckdb_prepared_statements()</code> function returns all prepared statements in the session.</li>
<li><strong><a href="https://github.com/duckdb/duckdb/pull/17404?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">More flexible type definitions:</a></strong> Support has been added for <code>CREATE OR REPLACE TYPE</code>, <code>CREATE TYPE IF NOT EXISTS</code>, and <code>CREATE TEMPORARY TYPE</code>.</li>
<li><strong><a href="https://github.com/duckdb/duckdb/pull/17180?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">Preserved order for <code>OR</code> filters:</a></strong> Execution now preserves the order of clauses in <code>WHERE</code> conditions using <code>OR</code>.</li>
<li><strong><a href="https://github.com/duckdb/duckdb/pull/16600?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">Function alias visibility:</a></strong> <code>duckdb_functions()</code> now returns aliases in addition to the function outputs.</li>
</ul><h3 id="parquet-improvements-2">Parquet improvements</h3><ul>
<li><strong><a href="https://github.com/duckdb/duckdb/pull/17036?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">Late materialization:</a></strong> Queries are 3–10x faster with <code>LIMIT</code> due to deferred column loading</li>
<li><strong><a href="https://github.com/duckdb/duckdb/pull/16595?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">~15% average speedup on reads:</a></strong> New scan and filter efficiency improvements</li>
<li><strong><a href="https://github.com/duckdb/duckdb/pull/17061?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">30%+ faster write throughput:</a></strong> Improved multithreaded export performance</li>
<li><strong><a href="https://github.com/duckdb/duckdb/pull/17164?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">Better compression for large strings:</a></strong> Large string values are now dictionary-compressed</li>
<li><strong><a href="https://github.com/duckdb/duckdb/pull/17118?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">Smarter rowgroup combining:</a></strong> Files are more efficient due to merging small rowgroups at write time</li>
</ul><p>Learn more in the official <a href="https://duckdb.org/2025/05/21/announcing-duckdb-130.html?utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">DuckDB Labs 1.3.0 announcement</a>.</p><p>While you can continue using your current version of DuckDB, we encourage you to <a href="https://duckdb.org/docs/installation/?version=stable&amp;environment=cli&amp;platform=macos&amp;download_method=package_manager&amp;utm_source=motherduck&amp;utm_medium=documentation&amp;utm_campaign=duckdb_referral" target="_blank" rel="noopener noreferrer">upgrade your DuckDB clients to 1.3.0</a> as soon as you can to take advantage of the fixes and performance improvements.</p><h3 id="additional-updates-from-this-release-are-outlined-below--">Additional updates from this release are outlined below -</h3><ul>
<li>Query results now display in a redesigned table that delivers enhanced performance when viewing and exploring data - column headers now include type information for better context. Additional table functionality, including sorting and filtering of results, is coming in future releases.</li>
</ul>]]></description>
  </item>
  <item>
    <title>May 22, 2025</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#may-22-2025</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#may-22-2025</guid>
    <pubDate>Thu, 22 May 2025 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>Faster queries on complex filters and wide tables:</strong> We've significantly boosted performance for queries with IN filters, selective joins, and LIMIT clauses. Expect noticeable speedups on wide tables or those with large string or JSON columns.</li>
<li><strong>New keybindings for power users:</strong>
<ul>
<li>Toggle Instant SQL for the current SQL cell: <code>cmd/ctrl+shift+.</code></li>
<li>Toggle Object Explorer: <code>cmd/ctrl+b</code></li>
<li>Toggle Inspector (Column Explorer): <code>cmd/ctrl+i</code></li>
<li>Toggle worksheet mode for the current SQL cell: <code>cmd/ctrl+e</code></li>
</ul>
</li>
<li><strong>Org-wide Active Accounts:</strong> The <a href="https://app.motherduck.com/settings/active-accounts" target="_blank" rel="noopener noreferrer">Active Accounts</a> section of MotherDuck settings shows all active accounts and their associated Ducklings. Access requires permission to view active accounts across the organization, which the Admin and Builder preset roles include by default.</li>
<li><strong>Smarter Instant SQL caching:</strong> Instant SQL now accounts for filters in your WHERE clause when building its cache, offering a greater number of relevant rows as you work.</li>
<li><strong>Full row count in flat table results:</strong> SQL cells now display a full result row count when viewing results in "flat" table mode.</li>
<li><strong>GPT 4.1 Support in <code>prompt</code> function</strong>: The <code>PROMPT</code> function now supports OpenAI's GPT 4.1 series models. Refer to the <a href="https://motherduck.com/docs/sql-reference/motherduck-sql-reference/ai-functions/prompt/">function documentation</a> for more details.</li>
</ul>]]></description>
  </item>
  <item>
    <title>May 16, 2025</title>
    <link>https://motherduck.com/docs/about-motherduck/release-notes/#may-16-2025</link>
    <guid isPermaLink="true">https://motherduck.com/docs/about-motherduck/release-notes/#may-16-2025</guid>
    <pubDate>Fri, 16 May 2025 12:00:00 GMT</pubDate>
    <description><![CDATA[<ul>
<li><strong>Multiple SQL statements now supported in Instant SQL:</strong> Execute individual statements within multi-statement SQL cells by clicking on the desired statement while <a href="https://motherduck.com/blog/introducing-instant-sql/" target="_blank" rel="noopener noreferrer">Instant SQL</a> is enabled.</li>
<li><strong>Copy Table Names directly from Object Explorer:</strong> Use the options menu on any table in the Object Explorer to copy its name to your clipboard. Paste exact table references into any SQL editor—eliminating typos and saving time when writing queries.</li>
</ul><p>For earlier updates, see the <a href="https://motherduck.com/docs/about-motherduck/release-notes-archive/">release notes archive</a>.</p>]]></description>
  </item>
  </channel>
</rss>
