Skip to content

Commit

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

* 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 Oct 26, 2023
1 parent 952f0c6 commit 2b8ca8c
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## Version 0.32.0 (26/10/2023)
## What's Changed
* Corrected column definition in `referenced_tables` for `INFORMATION_SCHEMA` tables: `jobs_by_user`, `jobs_by_project`, `jobs_by_folder`, `jobs_by_organization`.
* Introduced quick actions for resolving dbt dependencies and authentication issues.


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

## Version 0.31.0 (23/10/2023)
## What's Changed
* Extended go-to-column functionality to recognize column aliases and locate columns in additional areas within the SELECT statement, as well as in external models.
Expand Down Expand Up @@ -234,18 +243,3 @@
* Fix go to definition for macros of dbt global_project.

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

## Version 0.20.0 (28/02/2023)
## What's Changed
* Add support for `ANY` type in temporary UDFs, for example:
```sql
CREATE TEMP FUNCTION ScalarUdf(a ANY TYPE)
AS (
a + 1
);
```
* Add support for [go to column definition](https://github.com/fivetran/dbt-language-server/blob/main/images/go-to-column-definition.gif?raw=true) for BigQuery users.


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

0 comments on commit 2b8ca8c

Please sign in to comment.