Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci] (#1022)
Browse files Browse the repository at this point in the history
Co-authored-by: pgrivachev <[email protected]>
  • Loading branch information
github-actions[bot] and pgrivachev authored Jun 19, 2023
1 parent 5cbd4e4 commit e1a0421
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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

0 comments on commit e1a0421

Please sign in to comment.