✨ 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