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 50 releases

September 2026
Feature Update

September 3, 2026

Clean Rooms API Version: 18.1

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

  • General performance improvements and bug fixes.
  • Updates to private preview features.
Feature Update

September 3, 2026

Feature Update

September 2, 2026

You can now use data lineage to see which data a Cortex Agent can reach through the tools declared in its specification. A semantic view that a Cortex Analyst tool references, and a Cortex Search service that a Cortex Search tool references, both appear upstream of the agent. Because a semantic view is itself downstream of the tables it references, you can trace the whole path from a table, through the semantic view, to the agent that consumes it.

...

Read more

Feature Update

September 1, 2026

August 2026
Feature Update

August 31, 2026

Snowflake App Runtime projects use a single app.yml file to describe both deployment and the remote build. Include version: 2 at the top of the file. snow app setup writes this file for new projects.

...

Read more

Feature Update

August 31, 2026

CoCo Desktop v1.21.2 adds new ways to visualize query results and create automations, and fixes reliability problems in long-running sessions and at startup on managed machines:

  • Four new chart types: table and data_frame for tabular output, horizontal_bar_chart for ranked lists and long category names, and vega_lite_spec for charts the built-in types don't cover, such as heatmaps, box plots, and layered or faceted charts.
  • Choose local or cloud when creating an automation: + New asks which kind of automation you want instead of following the active tab, and cloud automation titles are validated as you type.
  • Redesigned restricted session scope dialog: Read-only and named scopes share one selection flow that matches Snowsight, with role search matches highlighted and cancellable creation.

...

Read more

Feature Update

August 31, 2026

With this preview release, Snowflake-provided tags are available in every account. These out of the box tags in the SNOWFLAKE.TAGS schema give you a consistent vocabulary for common governance use cases, including cost center, certification status, sensitivity, environment, and project, without creating and maintaining equivalent tags in each account.

...

Read more

Feature Update

August 30, 2026

The Cortex Agents asynchronous API is now generally available on AWS and Microsoft Azure.

...

Read more

Feature Update

August 28, 2026

Snowflake recommends transitioning to Cortex Agents, which supports every Cortex Analyst capability with higher answer quality. Snowflake adds new natural language analytics capabilities to Cortex Agents.

...

Read more

Feature Update

August 27, 2026

CoCo in the Snowflake Extension for Visual Studio Code is now generally available. CoCo runs in a side panel next to the extension's existing SQL and Snowpark Python workflows, so you can work locally while you stay connected to your Snowflake account.

...

Read more

Feature Update

August 27, 2026

A dbt project object on Snowflake can now include up to 100,000 files (up from 20,000). This limit counts every file in the project directory and its subdirectories, including the models/ folder and generated folders such as target/, dbt_packages/, and logs/.

...

Read more

Feature Update

August 27, 2026

Clean Rooms API Version: 17.8

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

  • ML Jobs image_tag default now resolves to the latest available runtime version: When you register a code spec without an explicit image_tag, the collaboration resolves to the latest available runtime image when the code spec is added to a collaboration. Previously the default was the static 2.8.1 tag. To pick up a newer default image on an existing code spec, re-add the code spec to the collaboration. To pin a specific version, set image_tag explicitly. For details, see the ML Jobs code spec field reference.
  • Corrected update request status for requestors: In VIEW_UPDATE_REQUESTS, a requestor's own entry now correctly shows the REQUESTED status until the request is processed, instead of prematurely showing APPROVED.
  • General performance improvements and bug fixes.
Feature Update

August 26, 2026

Referencing a Cortex Extension from an agent skill is now generally available. Set the skill source type to CORTEX_EXTENSION and path to the extension's fully qualified name, and Snowflake expands the reference into the extension's member skills at request time, so you don't list each skill individually. Updates to the extension flow to every agent that references it, and access is controlled by the READ privilege on the extension object.

...

Read more

Feature Update

August 26, 2026

The Cortex Agents Coding Agent is now generally available. Add the code_toolset_all tool type to a Cortex Agent, and Snowflake provisions and manages a sandbox backed by the same runtime that powers Snowflake CoCo: bash, file read/write/edit, grep, glob, web search, SQL execution, and skills. Snowflake executes the tools and streams results back to your application, so you don't build or host an agent loop yourself.

...

Read more

Feature Update

August 26, 2026

With this release, you can specify whether an organization user represents a person or a service. Set the TYPE property to SERVICE for a service or application that interacts with Snowflake without human interaction. If you don't specify a type, the organization user is a PERSON user, which matches the previous behavior.

...

Read more

Feature Update

August 25, 2026

With this release, multi-value tags are generally available. You can assign more than one string value to the same tag.

...

Read more

Feature Update

August 25, 2026

Remote app operations are now available in public preview for Snowflake Native Apps. Providers can perform on-demand operations on consumer apps, including running SQL statements (run_sql), retrying a failed upgrade (retry_upgrade), and disabling/enabling the app (disable/enable), all through a new system function SYSTEM$REMOTE_APP_OPERATION.

...

Read more

Feature Update

August 25, 2026

Remote Development with the Snowflake Extension for Visual Studio Code is now available in public preview.

...

Read more

Feature Update

August 25, 2026

Stable egress IP addresses are now available in preview on Azure. You can generate Snowflake egress IP address ranges (as CIDR addresses) and add them to an external server's allowlist so that Snowflake can make requests to that server.

...

Read more

Feature Update

August 24, 2026

CoCo Desktop v1.21.1 is a stability and polish release that focuses on automation schedules, native HTML report publishing, and reliability:

  • Monthly automation schedules: Schedule an automation on a specific day of the month (1 through 31).
  • Publish HTML reports from Desktop: The publish-report flow now runs natively, so publishing an HTML report no longer requires the cortex command-line binary.
  • Right-click menu for chat sessions: Conversations in the Agent Manager sidebar offer Pin, Rename, and Delete from a right-click context menu.

...

Read more

Feature Update

August 24, 2026

With this release, Snowflake has improved data freshness for most premium views in the ORGANIZATION_USAGE schema. Typical data latency is now under 3 hours. Many of these views previously had a latency of up to 24 hours.

...

Read more

Feature Update

August 21, 2026

Cortex Agent and Cortex Analyst evaluations now let you control the versioned configuration used for scoring:

  • Cortex Agent version targeting – The new agent_version key in the evaluation YAML agent_params block runs an evaluation against a specific agent version, alias, or shortcut, so a scheduled or CI/CD evaluation stays reproducible instead of tracking a mutable live version. You can also pick the version from a dropdown in Snowsight or through Cortex Code.
  • System metric versions – All five system metrics accept a version key: answer_correctness, logical_consistency, tool_selection_accuracy, and tool_execution_accuracy for Cortex Agent evaluations, and sql_correctness for Cortex Analyst evaluations. A version pins the judge model along with the prompt, rubric, and thresholds behind a score. Versions v2 and v3 add GPT judges for accounts that don't allow Anthropic models, and v3 uses a 1M-token (claude-sonnet-4-6) or 1.05M-token (openai-gpt-5.4) context window, which reduces the odds of context window overload on long traces. Unversioned metrics use v1 today and roll forward when that version is deprecated.
  • Cortex Agent custom metric judge models – Custom metric definitions accept a model key that names the LLM judge for that metric. If you omit model, Snowflake uses claude-4-sonnet today and rolls forward when that model is deprecated.

...

Read more

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

Organization Features is now in preview in Organization Command Center.

...

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

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 10, 2026

With this preview release, you can resolve access-related SQL errors in Workspaces by submitting access requests directly from Snowsight. When a query fails because of missing privileges and the user can't self-resolve the issue by switching roles, the user can submit a request with a reason. Users with the ACCOUNTADMIN or SECURITYADMIN role receive notifications and can review, approve, reject, or mark requests as approved externally on the Requests & Approvals page.

...

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