Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci] (#939)
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 May 22, 2023
1 parent 1825faf commit c037a6d
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,6 +1,14 @@
# Changelog

## Version 0.25.2 (01/01/1970)
## Version 0.25.3 (22/05/2023)
## What's Changed
* Added support for jinja filters in `profiles.yml`.
* Added support for `_file_name` pseudo column in external tables.

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

## Version 0.25.2 (15/05/2023)
## What's Changed
* Got rid of the warning asking about accepting incoming network connections.

Expand Down Expand Up @@ -250,17 +258,3 @@ AS (
* Fix wrong diagnostics issues.

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

## Version 0.8.0 (30/08/2022)
## What's Changed
* Fix issue with underlining `qualify` keyword.
* Show signature for keywords in uppercase and in lowercase.
* Now features that doesn't require additional processes like autocompletions, go to definitions and so on are available quickly.
* Refresh SQL diagnostics after active tab change.
* Fix error message in dbt 1.2.1.
* Add status item to show/create packages.yml file.
* Add `dbtWizard.installDbtPackages` command and run it from status item.
* Small bug fixes.

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

0 comments on commit c037a6d

Please sign in to comment.