Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci] (#1101)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md [skip ci]

* Update CHANGELOG.md [skip ci]

---------

Co-authored-by: pgrivachev <pgrivachev@users.noreply.github.com>
Co-authored-by: Pavel Grivachev <pavel@fivetran.com>
  • Loading branch information
3 people authored Jul 31, 2023
1 parent 3d3d36f commit c1df76c
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Version 0.28.0 (31/07/2023)
## What's Changed
* With this release, we have integrated a syntax analyzer for Snowflake projects. This addition will help users to identify errors and use the SQL to ref conversion, go to definition and auto-completion features within Snowflake dbt project. You can disable this feature using the `WizardForDbtCore(TM).enableSnowflakeSyntaxCheck` setting if needed.


**Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.27.5...v0.28.0
---

## Version 0.27.5 (26/07/2023)
## What's Changed
* Fixed the issue with specific UDFs in BigQuery.
Expand Down Expand Up @@ -246,12 +254,3 @@ AS (
* Show link for `profiles.yml` file in language status item.

**Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.13.1...v0.14.0
---

## Version 0.13.1 (26/10/2022)
## What's Changed
* Add button to upgrade `dbt-rpc` in case of error.
If your `dbt-rpc` version is outdated and don't compatible with installed dbt you may see the error. You can upgrade `dbt-rpc` to latest version with using button "Upgrade dbt-rpc" to resolve this issue. Another way is to change default compiler to `dbt` in `Preferences -> Settings -> Extensions -> Wizard for dbt Core (TM) -> Wizard For Dbt Core(TM): Dbt Compiler`.


**Full Changelog**: https://github.com/fivetran/dbt-language-server/compare/v0.13.0...v0.13.1

0 comments on commit c1df76c

Please sign in to comment.