From 9039675538909746add701d2b47d35fdcb0ecc9e Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Fri, 17 Jan 2025 09:40:23 +0000 Subject: [PATCH 1/2] add entry --- website/docs/docs/dbt-versions/release-notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/docs/dbt-versions/release-notes.md b/website/docs/docs/dbt-versions/release-notes.md index c459a423607..861fb9a7188 100644 --- a/website/docs/docs/dbt-versions/release-notes.md +++ b/website/docs/docs/dbt-versions/release-notes.md @@ -19,6 +19,8 @@ Release notes are grouped by month for both multi-tenant and virtual private clo \* The official release date for this new format of release notes is May 15th, 2024. Historical release notes for prior dates may not reflect all available features released earlier this year or their tenancy availability. ## January 2025 + +- **Enhancement**: Added support to automatically refresh access tokens when Snowflake's SSO connection expires. Previously, you had to manually refresh the token when the connection expired, resulting in downtime for your dbt Cloud Semantic Layer connection. - **Enhancement**: The [`dbt_version` format](/reference/commands/version#versioning) in dbt Cloud now better aligns with [semantic versioning rules](https://semver.org/). Leading zeroes have been removed from the month and day (`YYYY.M.D+`). For example: - New format: `2024.10.8+996c6a8` - Previous format: `2024.10.08+996c6a8` From 5cdeef6eef56f161b848e29d2614e5fca364adec Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Fri, 17 Jan 2025 17:06:15 +0000 Subject: [PATCH 2/2] Update website/docs/docs/dbt-versions/release-notes.md --- website/docs/docs/dbt-versions/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/dbt-versions/release-notes.md b/website/docs/docs/dbt-versions/release-notes.md index 861fb9a7188..d89161db1c3 100644 --- a/website/docs/docs/dbt-versions/release-notes.md +++ b/website/docs/docs/dbt-versions/release-notes.md @@ -20,7 +20,7 @@ Release notes are grouped by month for both multi-tenant and virtual private clo ## January 2025 -- **Enhancement**: Added support to automatically refresh access tokens when Snowflake's SSO connection expires. Previously, you had to manually refresh the token when the connection expired, resulting in downtime for your dbt Cloud Semantic Layer connection. +- **Enhancement**: Added support to automatically refresh access tokens when Snowflake's SSO connection expires. Previously, users would get the following error: `Connection is not available, request timed out after 30000ms` and would have to wait 10 minutes to try again. - **Enhancement**: The [`dbt_version` format](/reference/commands/version#versioning) in dbt Cloud now better aligns with [semantic versioning rules](https://semver.org/). Leading zeroes have been removed from the month and day (`YYYY.M.D+`). For example: - New format: `2024.10.8+996c6a8` - Previous format: `2024.10.08+996c6a8`