From 3fae92ea100ecc7b7ac0abfc3393f396fa6d0e13 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 16:29:52 +0200 Subject: [PATCH] Update CHANGELOG.md [skip ci] (#1181) * Update CHANGELOG.md [skip ci] * Update CHANGELOG.md [skip ci] --------- Co-authored-by: pgrivachev Co-authored-by: Pavel Grivachev --- CHANGELOG.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff5b7666..1df373f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog -## Version 0.29.1 (31/08/2023) +## Version 0.30.0 (04/09/2023) +## What's Changed +* Introduced a feature to display previews utilizing model configuration values for refs. It can be useful for users who separates dev and prod environments. To use, right-click and select `Use schema from config for refs` from the context menu in the Preview editor. + + +**Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.29.1...v0.30.0 +--- + +## Version 0.29.1 (01/09/2023) ## What's Changed * Supported double quoted names for Snowflake. @@ -240,11 +248,3 @@ AS ( **Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.17.1...v0.18.0 ---- - -## Version 0.17.1 (20/12/2022) -## What's Changed -* Fix compilation issue when project, dataset and table are enclosed in backticks (\`project.dataset.table\`). -* Refresh credentials when they are expired for BigQuery oAuth authentication method. - -**Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.17.0...v0.17.1