Snowflake Release Notes

Last updated: Apr 21, 2026

Get this feed:
  • Apr 20, 2026
    • Date parsed from source:
      Apr 20, 2026
    • First seen by Releasebot:
      Apr 21, 2026
    Snowflake logo

    Snowflake

    Cortex AI Guardrails (General availability)

    Snowflake releases Cortex AI Guardrails for runtime protection against prompt injection and jailbreak attacks on Cortex Code.

    Cortex AI Guardrails are now generally available.

    Cortex AI Guardrails, part of Snowflake Horizon Catalog, provide run-time protection against prompt injection and jailbreak attacks on Cortex Code.

    ...

    Read more

    Original source
  • Apr 17, 2026
    • Date parsed from source:
      Apr 17, 2026
    • First seen by Releasebot:
      Apr 21, 2026
    Snowflake logo

    Snowflake

    Performance Explorer tabs, filter presets, CSV export, and side-panel search

    Snowflake improves Snowsight Performance Explorer with tabbed navigation, saved filter presets, and CSV exports.

    This release updates the Performance Explorer experience in Snowsight:

    • A tabbed layout with Queries, Warehouses, and Tables pages so you can easily navigate between metric areas.
    • Filter presets to save your current filter settings (time period, warehouse, database, and role filters) and set a default preset for future visits.
    • Export the data in the detail tables in the side panels as a CSV file.
    Original source
  • All of your release notes in one feed

    Join Releasebot and get updates from Snowflake and hundreds of other software products.

    Create account
  • Apr 16, 2026
    • Date parsed from source:
      Apr 16, 2026
    • First seen by Releasebot:
      Apr 21, 2026
    Snowflake logo

    Snowflake

    SnowSQL (Version 1.5.0)

    Snowflake upgrades snowflake-connector-python to 4.4.0 and OpenSSL to 3.5.5 to address CVE-2025-9230.

    New features and updates

    • Upgraded snowflake-connector-python to 4.4.0.
    • Upgraded OpenSSL to 3.5.5 to address CVE-2025-9230.
    Original source
  • Apr 16, 2026
    • Date parsed from source:
      Apr 16, 2026
    • First seen by Releasebot:
      Apr 21, 2026
    Snowflake logo

    Snowflake

    Snowflake Data Clean Rooms updates

    Snowflake adds performance improvements, bug fixes, and private preview updates to Data Clean Rooms.

    Clean Rooms API Version: 14.4

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

    • General performance improvements and bug fixes.
    • Updates to private preview features.
    Original source
  • Apr 16, 2026
    • Date parsed from source:
      Apr 16, 2026
    • First seen by Releasebot:
      Apr 21, 2026
    Snowflake logo

    Snowflake

    Primary key support in dynamic tables (General availability)

    Snowflake adds primary key support for dynamic tables to improve row-level change tracking and incremental refresh, including base table RELY keys, query-derived keys, and incremental downstream refresh from full-refresh dynamic tables.

    Snowflake can now use primary keys in dynamic tables to track row-level changes and enable incremental refresh downstream of full-refresh dynamic tables. This release includes the following capabilities:

    • Base table-defined primary keys: When a base table has a primary key with the RELY property, Snowflake uses it for change tracking in downstream dynamic tables. This is especially useful when the base table is periodically rewritten through INSERT OVERWRITE, which normally prevents change tracking across table versions.

    • Query-derived primary keys: Snowflake automatically derives primary keys from the query definition of a dynamic table. Queries with GROUP BY clauses or QUALIFY ROW_NUMBER() = 1 filters produce unique constraints that Snowflake relies on for change tracking.

    • Incremental refresh on full-refresh dynamic tables: Dynamic tables in incremental refresh mode can now read from upstream dynamic tables that use full refresh mode, as long as the upstream table has a system-derived primary key. To use this capability, set REFRESH_MODE = INCREMENTAL explicitly on the downstream dynamic table.

    Original source
  • Apr 16, 2026
    • Date parsed from source:
      Apr 16, 2026
    • First seen by Releasebot:
      Apr 21, 2026
    Snowflake logo

    Snowflake

    Consumer-controlled maintenance policies: Provider support (Preview)

    Snowflake adds public preview of provider-side support for consumer-controlled maintenance policies in Snowflake Native Apps.

    Provider-side support for consumer-controlled maintenance policies is now in public preview for Snowflake Native Apps.

    ...

    Read more

    Original source
  • Apr 14, 2026
    • Date parsed from source:
      Apr 14, 2026
    • First seen by Releasebot:
      Apr 21, 2026
    Snowflake logo

    Snowflake

    Monitor Cortex Search requests (Preview)

    Snowflake adds Cortex Search request monitoring in public preview.

    Cortex Search request monitoring is now available in public preview.

    ...

    Read more

    Original source
  • Apr 14, 2026
    • Date parsed from source:
      Apr 14, 2026
    • First seen by Releasebot:
      Apr 21, 2026
    Snowflake logo

    Snowflake

    Cortex Search Service replication (General availability)

    Snowflake releases general availability for Cortex Search Service replication across accounts using replication or failover groups.

    Replication of Cortex Search Services is now generally available.

    You can replicate Cortex Search Services from a source account to one or more target accounts in the same organization using replication or failover groups.

    ...

    Read more

    Original source
  • Apr 14, 2026
    • Date parsed from source:
      Apr 14, 2026
    • First seen by Releasebot:
      Apr 21, 2026
    Snowflake logo

    Snowflake

    Snowflake storage for Apache Iceberg™ tables (Preview)

    Snowflake adds preview support for Apache Iceberg tables using Snowflake storage, removing the need for external cloud setup.

    With this preview release, you can create Apache Iceberg™ tables that use Snowflake storage. This option lets Snowflake store and manage the Iceberg table files for you, so you don’t need to set up access to external cloud storage.

    ...

    Read more

    Original source
  • Apr 13, 2026
    • Date parsed from source:
      Apr 13, 2026
    • First seen by Releasebot:
      Apr 21, 2026
    Snowflake logo

    Snowflake

    .NET Driver (Version 5.5.0)

    Snowflake adds SPCS_TOKEN support in login requests for Snowpark Container Services containers and expands login telemetry with cloud and environment detection. It also fixes connection pool session cleanup and HTTP 401 handling during query execution.

    New features and improvements

    • The driver now includes SPCS_TOKEN in login requests when running inside a Snowpark Container Services (SPCS) container (detected via the SNOWFLAKE_RUNNING_INSIDE_SPCS environment variable).

    • Extended login-request telemetry with cloud platform and environment detection (AWS Lambda, EC2, Azure VM/Functions, GCE/Cloud Run, GitHub Actions). Detection runs once at startup in the background within a 200ms timeout. You can disable this feature by setting the SNOWFLAKE_DISABLE_PLATFORM_DETECTION environment variable.

    ...

    Bug fixes

    • Fixed an issue where idle sessions were not evicted from the connection pool when closing them fails.

    • Fixed an issue where sessions that receive HTTP 401 during query execution were returned to the connection pool.

    ...

    Original source
  • Apr 13, 2026
    • Date parsed from source:
      Apr 13, 2026
    • First seen by Releasebot:
      Apr 21, 2026
    Snowflake logo

    Snowflake

    Improved SQL generation in Cortex Agents

    Snowflake improves Cortex Agents with direct SQL generation for Cortex Analyst semantic views, boosting accuracy and latency.

    Cortex Agents that use Cortex Analyst semantic views as tools now generate SQL directly, rather than delegating SQL generation to the Cortex Analyst service as a separate step. This results in improved accuracy and lower latency for analytical queries.

    ...

    Read more

    Original source
  • April 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Apr 10, 2026
    Snowflake logo

    Snowflake

    Dynamic Apache Iceberg™ tables now support PARTITION BY, TARGET_FILE_SIZE, and PATH_LAYOUT (General availability)

    Snowflake adds new table property support for Dynamic Apache Iceberg tables, including partitioning, file size control, and path layout options.

    Dynamic Apache Iceberg™ tables now support the following table properties:

    • PARTITION BY: Partition the table using Iceberg partition expressions such as identity, bucket, truncate, year, month, day, and hour transforms.
    • TARGET_FILE_SIZE: Control the target Parquet file size for table writes. Defaults to AUTO, which lets Snowflake choose the optimal file size.
    • PATH_LAYOUT: Choose between a flat or hierarchical (Hive-style) directory layout for data files. Use HIERARCHICAL together with PARTITION BY to write data to partition-aware paths.
    Original source
  • Apr 10, 2026
    • Date parsed from source:
      Apr 10, 2026
    • First seen by Releasebot:
      Apr 21, 2026
    Snowflake logo

    Snowflake

    Budgets for AI features (General availability)

    Snowflake adds custom AI feature budgets to track and control credit use by team or cost center.

    You can now use custom budgets to track and control credit consumption for AI features, including AI Functions, Cortex Code, Cortex Agents, and Snowflake Intelligence, broken down by the team or cost center consuming them. Add an AI feature to a budget as a shared resource, tag the users who belong to a business unit, and the budget tracks only the credits consumed by those tagged users.

    ...

    Read more

    Original source
  • Apr 9, 2026
    • Date parsed from source:
      Apr 9, 2026
    • First seen by Releasebot:
      Mar 12, 2026
    • Modified by Releasebot:
      Apr 9, 2026
    Snowflake logo

    Snowflake

    Snowflake Data Clean Rooms updates

    Snowflake adds generally available Collaboration API support in Data Clean Rooms, bringing symmetric multi-party collaboration with fine-grained access controls. It also introduces new configuration stored procedures and case-insensitive code spec IDs for easier collaboration management.

    Clean Rooms API Version: 14.3

    The following new features and enhancements are now available in Snowflake Data Clean Rooms:

    • Collaboration API - Generally Available: The new Collaboration API is now generally available. The new architecture supports fully symmetric, multi-party collaboration with flexible roles and fine-grained data access controls for any number of participants. Read the overview and try out building a new collaboration yourself.
    • Collaboration Configuration APIs: Two new stored procedures are now available for managing collaboration configuration flags:
      • GET_CONFIGURATION returns a table of configuration key-value pairs for the collaboration. Currently exposes the TEMPLATE_AUTO_APPROVAL setting per collaborator.
      • SET_CONFIGURATION sets a configuration value for the collaboration.
    • Case-Insensitive Code Spec IDs: Code spec IDs are now case-insensitive, extending the case-insensitive identifier support introduced in the previous release. You no longer need to match the exact casing used during registration when referencing a code spec by ID.
    Original source
  • Apr 8, 2026
    • Date parsed from source:
      Apr 8, 2026
    • First seen by Releasebot:
      Apr 9, 2026
    Snowflake logo

    Snowflake

    Go Driver (Version 2.0.1)

    Snowflake fixes connection pool parameter drift and lowers CrlDownloadMaxSize to help prevent out-of-memory errors.

    Bug fixes

    • Reduced the default CrlDownloadMaxSize setting from 200 MB to 20 MB to prevent potential out-of-memory errors.
    • Fixed an issue where parameter values could change across connections in the same connection pool.
      ...

    Internal changes

    • Moved configuration to a dedicated internal package.
    • Modernized Go syntax idioms throughout the codebase.
      ...
    Original source

Related vendors