All release notes

PREVIEW

In the menu to the left of this page, release notes are organized by release type. These types include server releases (which are deployed every week), feature updates (which occur between server releases), and client, driver, library, and connector releases. You can use this page to view release notes for all types of releases and filter the list by type and date.

Date
Last 30 days
Release Type
Server & Feature Updates
Group the server announcements

Showing 47 releases

August 2026
Feature Update

August 21, 2026

CoCo automations in the CoCo CLI and CoCo in Snowsight are now available in public preview. Automations let you schedule recurring, unattended CoCo runs that execute in a Snowflake-managed sandbox. Each run creates a Cortex thread that you can inspect and continue in CoCo. Automations created from one surface can be monitored and managed from the other.

...

Read more

Feature Update

August 20, 2026

AI_EXTRACT and AI_PARSE_DOCUMENT now support documents stored on stages that use client-side or server-side encryption, including in accounts that use PrivateLink or other network policies that restrict public network access to stages.

...

Read more

Feature Update

August 20, 2026

The Cortex Agent code execution tool is now in public preview. When you enable the tool on an agent, the agent can generate and run Python in a secure, isolated sandbox to process data, perform calculations, and produce visualizations. The sandbox includes the Python standard library along with preinstalled data-processing and plotting libraries such as numpy, pandas, scipy, pyarrow, matplotlib, and plotly. You can install additional PyPI packages through the Artifact Repository.

...

Read more

Feature Update

August 20, 2026

Clean Rooms API Version: 17.6

The following updates are now available in Snowflake Data Clean Rooms:

  • External and Apache Iceberg™ tables in cross-region collaborations: Collaborators can now share data offerings that reference external or Iceberg tables with parties in the same region as the collaboration owner, even when the collaboration itself is leveraging Cross-Cloud Auto-Fulfillment. These offerings can't be shared with collaborators in other clouds or regions, because replication isn't supported for these object types in Data Clean Rooms.
  • Preset tables in clean room templates (public preview): A template author can now preset a specific provider dataset in a template with a preset_tables block. The template logic can use this dataset and the analysis runner doesn't need to supply it at run time. Learn more.
  • Legacy identity connectors removed from the web application: As part of the ongoing deprecation of the legacy Data Clean Rooms web application, the LiveRamp, Acxiom, Merkury, and PAIR third-party identity connectors have been removed. TransUnion remains available. Available identity connectors are listed in the connectors documentation.
Feature Update

August 19, 2026

With this release, data movement policies are now generally available for Enterprise Edition (or higher). Data movement policies are part of Snowflake's data exfiltration protection controls. These SQL-style conditional policies can help you limit, alert on, or block data movement operations based on specific movement types.

...

Read more

Feature Update

August 19, 2026

3rd party access configuration is now in preview in Organization Command Center.

...

Read more

Feature Update

August 18, 2026

You can now use the Horizon Iceberg REST Catalog (IRC) API to access externally managed Apache Iceberg™ tables in a catalog-linked database from external engines such as Apache Spark™, Trino, DuckDB, or PyIceberg. This extends existing Horizon IRC support for Snowflake-managed Iceberg tables so you can use a single catalog endpoint for both Snowflake-managed and externally managed tables, with Snowflake RBAC enforced consistently.

...

Read more

Feature Update

August 18, 2026

Power BI ingestion for Semantic View Autopilot is now generally available. You can upload a .pbit or .pbix file to Semantic View Autopilot and have a semantic view created automatically from your existing data model, preserving the DAX measures, table relationships, and column descriptions you've already built in Power BI and making them available to Cortex Analyst.

...

Read more

Feature Update

August 18, 2026

User skills are now available in public preview in Snowflake CoWork. Business users can create reusable workflows conversationally, from the UI (+ menu > Skills > Create new), or by uploading a skill folder on Capabilities > Skills, then run them explicitly with / or from the Skills menus, or implicitly when a conversation matches the skill.

...

Read more

Feature Update

August 17, 2026

Sensitive data classification now supports AI mode in public preview. When you enable AI mode on a classification profile, Snowflake uses the OpenAI GPT-5 Mini model to identify additional semantic categories beyond those detected by standard classification, which can improve accuracy.

...

Read more

Feature Update

August 17, 2026

The SNOWFLAKE_COCO_USAGE_HISTORY view is now generally available in the ACCOUNT_USAGE and ORGANIZATION_USAGE schemas. It provides a unified view of usage history for CoCo across the CLI, Desktop, and Snowsight interfaces.

...

Read more

Feature Update

August 16, 2026

With this release, we are pleased to announce the general availability of feature policy rules. A feature policy can carry a YAML body that conditionally blocks object creation based on attributes of the request. For example, you can permit tables in general but block temporary tables, or permit tasks but block serverless (no-warehouse) tasks.

...

Read more

Feature Update

August 14, 2026

CoCo Desktop v1.21.0 adds enterprise device-management enforcement on macOS, more in-app file previews in agent mode, and fixes a sign-in loop that could open browser tabs indefinitely:

  • Enterprise device-management enforcement (macOS): On managed macOS devices, CoCo Desktop enforces your organization's MDM policy at the app-version, connect, and inference gates, including the per-account allowed authentication methods. Unmanaged devices are unaffected.
  • More file previews in agent mode: Preview .pdf, .csv, .pptx, .docx, .html, and .ipynb files directly in the app while working with the agent.
  • Fixed: repeated SSO sign-in tabs: With external-browser or OAuth authorization-code sign-in, leaving CoCo Desktop open no longer opens browser sign-in tabs indefinitely.

...

Read more

Feature Update

August 14, 2026

The following Trust Center findings remediation capabilities are now generally available:

Feature Update

August 13, 2026

You can now use CREATE OR ALTER DYNAMIC ICEBERG TABLE to create a dynamic Apache Iceberg™ table if it doesn't exist or alter an existing one in place. The statement represents the complete target state: properties you don't specify reset to their default values, and the command doesn't trigger a refresh by itself.

...

Read more

Feature Update

August 13, 2026

Clean Rooms API Version: 17.5

The following updates are now available in Snowflake Data Clean Rooms:

  • Improved error handling and validation for RUN: Error handling now covers a broader range of template run failure cases, surfacing clear, actionable error messages, along with faster pre-flight validation. These improvements apply to collaborations created after the June 18, 2026 release.
  • Faster API performance: Improvements have been made to reduce latency for GET_STATUS, VIEW_REGISTERED_TEMPLATES, VIEW_REGISTRIES, and GET_CONFIGURATION.
  • Fixed freeform SQL view resolution for data providers: Incorrectly formatted freeform SQL view names in the response of VIEW_DATA_OFFERINGS for the data provider have been corrected.
Feature Update

August 12, 2026

Providers can ship agent skills inside a Snowflake Native App and reference them from an app-created Cortex Agent by using a relative STAGE path (for example, /my_skill). The path resolves against the app's versioned (snapshot) stage, so providers don't need an absolute @database.schema.stage/... location that depends on the consumer's installed app name.

...

Read more

Feature Update

August 12, 2026

The ACCOUNT_USAGE and ORGANIZATION_USAGE schemas now include a new POSTGRES_COMPUTE_USAGE_HISTORY view that provides visibility into the hourly compute credit usage for Postgres instances.

...

Read more

Feature Update

August 10, 2026

Snowflake Cortex AI_MULTI_EMBED is now generally available for semantic video search with support for large video files up to 6 GB using the TwelveLabs Marengo Embed 3.0 model, enabling organizations to index and search production-grade video content directly in Snowflake. This makes it easier to retrieve relevant scenes, quotes, actions, and brands from large video libraries using multimodal embeddings instead of relying only on filenames, tags, or manual review.

...

Read more

Feature Update

August 10, 2026

Snowflake can now connect directly to the Amazon S3 Tables Iceberg REST endpoint, so you don't need to create an AWS Glue integration. This capability is now generally available. You can use an Apache Iceberg™ REST catalog integration with Signature Version 4 (SigV4) authentication, then create a catalog-linked database to discover and query S3 Tables from Snowflake. You can also configure outbound private connectivity so Snowflake accesses the S3 Tables catalog and storage through private endpoints.

...

Read more

Feature Update

August 7, 2026

DCM Projects are now generally available and are no longer in Preview. DCM Projects enable a declarative approach to managing Snowflake objects as code. You define the desired target state of your databases, tables, tasks, and other Snowflake objects in definition files, and Snowflake determines and applies the necessary changes to reach that state.

...

Read more

Feature Update

August 7, 2026

Cortex Agents and MCP servers in Snowflake Native Apps are now generally available.

...

Read more

Feature Update

August 6, 2026

Automations in Snowflake CoWork are now in Public Preview. An automation turns a one-time report into a recurring one: Snowflake CoWork re-runs your question with fresh data on the schedule you choose and emails you the results, including a summary and key metrics, along with a link that opens the full report so you can ask follow-up questions.

...

Read more

Feature Update

August 4, 2026

Workspace sharing is now available in public preview for Declarative Native Apps. Providers can share a whole directory of files and folders by declaring a workspace in the application package manifest. Consumers get a read-only workspace when they install the app, and can browse the folder structure and open the files.

...

Read more

Feature Update

August 4, 2026

Gateway Monitoring & A/B Testing is now generally available. Use gateway model monitors to track drift and performance for inference services behind a Snowflake Gateway, compare baseline and challenger services during live traffic splits, and evaluate results in Snowsight or with SQL.

...

Read more

Feature Update

August 4, 2026

Multi-party Approval (MPA) is now generally available. When a Multi-party Approval policy is attached to your account, MPA enforces a mandatory second-person ("four-eyes") verification step for critical account operations.

...

Read more

Feature Update

August 3, 2026

Feature Update

August 3, 2026

Inline Stored Procedures for hybrid tables are now available in public preview. Inline Stored Procedures are a new type of Snowflake stored procedure designed for operational workloads on hybrid tables. The entire procedure body runs as a single atomic unit pushed directly to the query processing layer, which reduces per-statement overhead and delivers significantly lower latency for OLTP-style workloads.

...

Read more

Feature Update

August 3, 2026

The Insights page under Organization Hub presents interactive tiles that show trends, alerts, and summary data for your entire organization. The feature is now generally available to customers who have ORGANIZATION_USAGE premium views enabled, and is no longer in Preview.

...

Read more

Feature Update

August 3, 2026

With this preview release, the AI Security tab in the Trust Center includes an AI Agents Inventory section. This section provides a consolidated inventory of the Cortex Agents in your account, filtered by one or more categories, so that you can identify which agents to assess or investigate for better governance and security posture.

...

Read more

Feature Update

August 3, 2026

The AI Security scanner package and the AI Security tab in the Trust Center are now generally available. Use them to monitor AI-related configurations and usage in your account, and to review the security posture of AI workloads that use Cortex Agents, Snowflake CoWork, or Cortex Code from a single dashboard.

...

Read more

July 2026
Feature Update

July 31, 2026

Snowflake Cortex AI_TRANSCRIBE now supports M4A audio files and MOV (QuickTime) video files, including M4A audio encoded with Apple Lossless (ALAC). M4A and MOV are common across Apple devices, screen and video recording tools, and media production workflows, so you can now transcribe more of your existing recordings directly in Snowflake without converting them to another format first.

...

Read more

Feature Update

July 31, 2026

With this release, Snowflake Notebooks in Workspaces gives you more visibility and control over the compute that runs your notebooks, both while you develop interactively and when you troubleshoot scheduled runs.

...

Read more

Feature Update

July 30, 2026

Clean Rooms API Version: 17.2

The following updates are now available in Snowflake Data Clean Rooms:

  • Improved handling for cross-region replication delays: When a collaboration listing is still replicating to your region, REVIEW (for collaborators) and JOIN (for the owner) now return a clear CollaborationListingReplicationPending error and set your local collaboration status to REPLICATING. Call GET_STATUS to check whether replication has finished: it returns INVITED for collaborators and CREATED for the owner, after which you can retry REVIEW or JOIN. For details, see Cross-region replication delays.
  • Teardown/Leave support for CREATING/INSTALLING collaborations: You can now tear down or leave collaborations that are in the CREATING or INSTALLING state.
  • Improved handling for collaboration creation failures: Retry handling has been extended to avoid collaboration creation failures in case of listing metadata synchronization delays.
Feature Update

July 30, 2026

ADAPTIVE refresh mode for dynamic tables is now generally available.

...

Read more

Feature Update

July 29, 2026

The data quality monitoring dashboard is now available in public preview for Enterprise Edition accounts.

...

Read more

Feature Update

July 29, 2026

You can now register more than one host name on an existing private connectivity endpoint using the new SYSTEM$ADD_PRIVATELINK_ENDPOINT_HOSTNAME and SYSTEM$REMOVE_PRIVATELINK_ENDPOINT_HOSTNAME functions. This is useful for services that expose multiple host names from a single endpoint, such as a Microsoft Fabric workspace, which needs separate host names for the Iceberg REST catalog and OneLake storage.

...

Read more

Feature Update

July 28, 2026

CoCo Desktop v1.20.2 fixes a Windows update crash, adds one-click sharing of skills and plugins, and includes a Restart menu item:

  • Fixed: crash on Windows after updating to v1.20.0: Windows users who updated from v1.17.0 or earlier to v1.20.0 could be left stuck. Stale modules are now cleaned up after an update and the updater no longer terminates itself mid-run, so affected Windows users can update normally.
  • Share skills and plugins with a deep link: A coco:// deep link installs a skill or plugin straight from the Snowflake catalog in one click, always resolving to the latest certified version.
  • Restart from the File menu: A proper Restart option, with a guard so it won't interrupt an in-progress update.

...

Read more

Feature Update

July 28, 2026

AI code suggestions in Cortex Code are now generally available. This release also includes updated keybindings and bug fixes.

...

Read more

Feature Update

July 28, 2026

Snowflake Native App with Snowpark Container Services now support Virtual Private Snowflake (VPS) on Amazon Web Services. Apps with containers can be distributed to Snowflake customers in VPS deployments.

...

Read more

Feature Update

July 27, 2026

With this preview release, AI_EXTRACT and AI_PARSE_DOCUMENT support documents stored on stages that use client-side or server-side encryption, including in accounts that use PrivateLink or other network policies that restrict public network access to stages.

...

Read more

Feature Update

July 27, 2026

AI_EXTRACT and AI_PARSE_DOCUMENT are now available in the Google Cloud Platform Middle East Central2 (Dammam) region, expanding regional support for customers with in-region requirements for document processing workloads.

...

Read more

Feature Update

July 27, 2026

Custom incremental dynamic tables are now generally available.

...

Read more

Feature Update

July 27, 2026

The QUERY_HISTORY views and table functions now include a new agent_type column that identifies the type of agent that directly invoked a query. This column helps you audit and monitor agent-initiated queries across your account.

...

Read more