Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci] (#842)
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 Apr 6, 2023
1 parent fbe9da5 commit 93c38e3
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Version 0.22.0 (06/04/2023)
## What's Changed
* Display only a single dbt-related error, if present.
* Added support to install specific versions of dbt-core and dbt adapters.
* Show progress during dbt package installation.
* Resolved the issue with re-authentication when using oAuth BigQuery configuration.
* Removed dbt-rpc support as it is being deprecated soon.

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

## Version 0.21.2 (30/03/2023)
## What's Changed
* Fix empty preview issue.
Expand Down Expand Up @@ -269,16 +280,3 @@ AS (
* Improve Readme.md

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

## Version 0.5.0 (26/05/2022)
## What's Changed
* Upgrade ZetaSQL to Apr 21, 2022 version
* Add support for `_PARTITIONTIME`, `_PARTITIONDATE` and `INFORMATION_SCHEMA` keywords
* Fix incorrect text position calculation
* Show error when `dbt-rpc` fails to start
* Restart language server in case of error
* Fix conflict with other extension


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

0 comments on commit 93c38e3

Please sign in to comment.