Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG.md [skip ci] #1181

Merged
merged 2 commits into from
Sep 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog

## Version 0.29.1 (31/08/2023)
## Version 0.30.0 (04/09/2023)
## What's Changed
* Introduced a feature to display previews utilizing model configuration values for refs. It can be useful for users who separates dev and prod environments. To use, right-click and select `Use schema from config for refs` from the context menu in the Preview editor.


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

## Version 0.29.1 (01/09/2023)
## What's Changed
* Supported double quoted names for Snowflake.

Expand Down Expand Up @@ -240,11 +248,3 @@ AS (


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

## Version 0.17.1 (20/12/2022)
## What's Changed
* Fix compilation issue when project, dataset and table are enclosed in backticks (\`project.dataset.table\`).
* Refresh credentials when they are expired for BigQuery oAuth authentication method.

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