From 96c69e4b85f48d9b631b7031aef2fcb5ef137b23 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 21:14:50 +0200 Subject: [PATCH] Update CHANGELOG.md [skip ci] (#1079) * Update CHANGELOG.md [skip ci] * Update CHANGELOG.md --------- Co-authored-by: pgrivachev Co-authored-by: Pavel Grivachev --- CHANGELOG.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38d591ed..f34cfd4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## Version 0.27.4 (18/07/2023) +## What's Changed +* Improved Snowflake compatibility by returning columns in the correct order. +* Set snowflake-sql type for Snowflake preview, ensuring accurate syntax highlighting. +* Expanded Snowflake support to include additional syntax. + + +**Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.27.3...v0.27.4 +--- + ## Version 0.27.3 (03/07/2023) ## What's Changed * Enabled support for BigQuery [JSON functions](https://cloud.google.com/bigquery/docs/reference/standard-sql/json_functions). @@ -248,10 +258,3 @@ AS ( * Fix minor issues on Windows. **Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.12.2...v0.13.0 ---- - -## Version 0.12.2 (13/10/2022) -## What's Changed -* Update dependencies. - -**Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.12.1...v0.12.2