Skip to content

Commit

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

* Update CHANGELOG.md

---------

Co-authored-by: pgrivachev <pgrivachev@users.noreply.github.com>
Co-authored-by: Pavel Grivachev <pavel@fivetran.com>
  • Loading branch information
3 people authored Mar 29, 2023
1 parent b901d97 commit 5fe0f23
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## Version 0.21.1 (29/03/2023)
## What's Changed
* Fix "dbt compile timeout exceeded" issue.

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

## Version 0.21.0 (24/03/2023)
## What's Changed
* Add the ability to customize the location of `profiles.yml` file useing `WizardForDbtCore(TM).profilesDir` setting.
Expand Down Expand Up @@ -275,16 +282,3 @@ AS (
* Fix issue with finding package install path

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

## Version 0.4.1 (29/04/2022)
## What's Changed
* Fix problems with macros preview
* Fix wrong diff results in some cases
* Support nested structs and array of structs
* Add support `qualify`, `recursive` and other ZetaSQL features in development
* Fix preview for models with `materialized='ephemeral'`
* Add additional logs


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

0 comments on commit 5fe0f23

Please sign in to comment.