Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci] (#1298)
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 Oct 23, 2023
1 parent c7eb21d commit a11765f
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## Version 0.31.0 (01/01/1970)
## 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.
* Enabled column autocompletion within CTEs.
* Optimized preview load time by skipping model compilation on first open event if project is already compiled.

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

## Version 0.30.2 (25/09/2023)
## What's Changed
* Added support for the following Snowflake functions: `grouping`, `decode`, `iff`, `nvl`, `nvl2`, `regr_valx`.
Expand Down Expand Up @@ -239,11 +248,4 @@ AS (
* 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
---

## Version 0.19.1 (30/01/2023)
## What's Changed
* Added support for int64 aliases: `INT`, `SMALLINT`, `INTEGER`, `BIGINT`, `TINYINT`, `BYTEINT`.

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

0 comments on commit a11765f

Please sign in to comment.