Releases: SQLMesh/sqlmesh
Releases · SQLMesh/sqlmesh
v0.193.0
🪲 Bug fixes
- Vscode tcloud fix order of checks (#4744) @benfdking
🧹 Chore
- Update the plan evaluator to use stages (#4732) @izeigerman
👽 Other
- Duckdb vscode warning (#4746) @benfdking
v0.192.2
🪲 Bug fixes
- (vscode) Improve the tcloud stability (#4734) @benfdking
🧹 Chore
- Add lint rule that catches breakpoint (#4737) @benfdking
- (vscode) Add test for non installation of deps' (#4735) @benfdking
- Add ruff vscode extension recommendation (#4738) @benfdking
- Dispose correctly in lineage panel (#4740) @benfdking
- (vscode) Better handling no sqlmesh (#4739) @benfdking
v0.192.1
🪲 Bug fixes
- Import validation for the snowflake connection config (#4723) @izeigerman
- Make plan dates relative to
--execution-time(#4702) @erindru
🧹 Chore
- Allow debugging vscode tests (#4731) @benfdking
- Bump sqlglot to 26.27.1 (#4733) @georgesittas
v0.192.0
🪲 Bug fixes
🧹 Chore
- Bump sqlglot to v26.27.0 (#4730) @georgesittas
👽 Other
- Enhances MSSQL connection with pyodbc support v2 (#4686) @mattiasthalen
v0.191.0
✨ Features
- Macro autocomplete has descriptions (#4712) @benfdking
- External model takes you to the model not just file (#4711) @benfdking
- (lsp) Model descriptions in LSP completions (#4713) @benfdking
- Add docs for reporting incidents in cloud (#4710) @eakmanrq
🪲 Bug fixes
- (lsp) Generate markdown including None (#4719) @benfdking
- (lsp) Context is singleton in vscode (#4722) @benfdking
🧹 Chore
- Bump sqlglot to v26.26.0 (#4695) @georgesittas
- Fix incorrect flags in audit command documentation (#4716) @alexvbrdn
v0.190.0
✨ Features
- Add inlay type hints for sqlmesh sql models (#4641) @kelsin
- (table_diff) Add option for case insensitive schema comparisons (#4671) @erindru
- (vscode) Gracefully handle not supported apis (#4678) @benfdking
- (vscode) Move format functionality to lsp (#4681) @benfdking
- Add plan option to always compare against prod (#4615) @VaggelisD
- (lsp) Add support for find and go to references for Model usages (#4680) @themisvaltinos
- Add macros to LSP completion (#4667) @benfdking
- (lsp) Add find all and go to references support for Macros (#4692) @themisvaltinos
- Add typo suggestions to MODEL block field errors (#4661) @treysp
- (lsp) Custom methods always return errors (#4708) @benfdking
🪲 Bug fixes
- Skip unit tests when explaining the plan (#4669) @izeigerman
- Add azuresql to state sync engines (#4666) @martinburch
- Dockerfile for UI (#4697) @mykalmax
- Support overriding of the quoting policy for dbt sources (#4701) @izeigerman
- Normalize datetime values to strings in unit tests (#4696) @georgesittas
- Skip project loading for clean, destroy and janitor commands (#4703) @georgesittas
🛠️ Refactor
- (vscode) Centralise error handlers (#4679) @benfdking
- (lsp) Creation of context (#4704) @benfdking
- (lsp) Further refactor of setting (#4705) @benfdking
🧹 Chore
- Run format to fix ui style (#4672) @themisvaltinos
- Run the UI linter on all branches, not just main (#4673) @themisvaltinos
- (vscode) Add testing in gha (#4670) @benfdking
- Update node dependencies (#4677) @benfdking
- Fix readme flag of always_recreate_environment (#4682) @themisvaltinos
- Remove obsolete warning when converting a dbt project (#4685) @izeigerman
- Chore(deps-dev): Bump vitest from 3.2.2 to 3.2.3 (#4698) @dependabot[bot]
- Chore(deps-dev): Bump typescript-eslint from 8.33.1 to 8.34.0 (#4699) @dependabot[bot]
- (docs) Add tobiko logo to tobiko cloud nav tab (#4700) @caiters
v0.187.8
🪲 Bug fixes
- Support overriding of the quoting policy for dbt sources (#4701) @izeigerman
v0.187.7
v0.189.2
✨ Features
- (lsp) Add keywords in query to autocompete (#4638) @benfdking
- (lsp) Add support for go to and find all References for CTEs (#4652) @themisvaltinos
- Add position details to linter (#4663) @benfdking
🪲 Bug fixes
- Escape backslash to prevent syntax error in string (#4662) @themisvaltinos
🧹 Chore
- (vscode) Make the e2e tests more robust (#4664) @benfdking
- Automatically mark lsp tests as fast (#4665) @benfdking
v0.189.1
✨ Features
- (lsp) Log errors instead of notifications (#4659) @benfdking
🪲 Bug fixes
- Support macros for 'authorization' and 'query_label' keys in session properties (#4660) @izeigerman
🧹 Chore
- Add integration test for the plan explantation mode (#4657) @izeigerman