File tree 1 file changed +7
-13
lines changed
1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Version 0.21.1 (29/03/2023)
4
+ ## What's Changed
5
+ * Fix "dbt compile timeout exceeded" issue.
6
+
7
+ ** Full Changelog** : https://github.com/fivetran/dbt-language-server/compare/v0.21.0...v0.21.1
8
+ ---
9
+
3
10
## Version 0.21.0 (24/03/2023)
4
11
## What's Changed
5
12
* Add the ability to customize the location of ` profiles.yml ` file useing ` WizardForDbtCore(TM).profilesDir ` setting.
@@ -275,16 +282,3 @@ AS (
275
282
* Fix issue with finding package install path
276
283
277
284
** Full Changelog** : https://github.com/fivetran/dbt-language-server/compare/v0.4.1...v0.4.2
278
- ---
279
-
280
- ## Version 0.4.1 (29/04/2022)
281
- ## What's Changed
282
- * Fix problems with macros preview
283
- * Fix wrong diff results in some cases
284
- * Support nested structs and array of structs
285
- * Add support ` qualify ` , ` recursive ` and other ZetaSQL features in development
286
- * Fix preview for models with ` materialized='ephemeral' `
287
- * Add additional logs
288
-
289
-
290
- ** Full Changelog** : https://github.com/fivetran/dbt-language-server/compare/v0.4.0...v0.4.1
You can’t perform that action at this time.
0 commit comments