From e1a04211518e41e4394dd146a690f0892238fb1e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 20:09:12 +0200 Subject: [PATCH] Update CHANGELOG.md [skip ci] (#1022) Co-authored-by: pgrivachev --- CHANGELOG.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a034522..fe688ab6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog -## Version 0.27.0 (16/06/2023) +## Version 0.27.1 (19/06/2023) +## What's Changed +* Added support for Snowflake cast operator (`::`). + + +**Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.27.0...v0.27.1 +--- + +## Version 0.27.0 (18/06/2023) ## What's Changed * In this release, we've introduced a new setting, WizardForDbtCore(TM).enableSnowflakeSyntaxCheck, which is turned off by default. When activated, this setting enables syntax checks for Snowflake dbt projects. As a result, any errors within models will be detected and displayed. Please note that this is an experimental feature and may not be entirely reliable. It could potentially yield false positive errors, indicating issues where there are none. @@ -248,10 +256,3 @@ AS ( * Add command to create dbt project from VS Code. **Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.11.1...v0.12.0 ---- - -## Version 0.11.1 (21/09/2022) -## What's Changed -* Support absolute target path. - -**Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.11.0...v0.11.1