✨ Features
- Render model without active editor (#4636) @benfdking
- Add ducklake
DATA_INLINING_ROW_LIMIT
attach option (#4635) @mrjsj - (vscode) Rerender on save model (#4637) @benfdking
- Clickhouse HTTPS config parameters (#4571) @treysp
- Remove module pandas import to improve import speed (#4631) @eakmanrq
- Add support for Trino's authorization session property (#4639) @georgesittas
- Lazy import numpy like pandas (#4653) @eakmanrq
- Lazy import duckdb (#4655) @eakmanrq
- Introduce plan explain mode (#4642) @izeigerman
🪲 Bug fixes
- (web) Incorrect encoding when viewing files containing non-ASCII characters (#4570) @codetalker-ai
- Set
OBJC_DISABLE_INITIALIZE_FORK_SAFETY
for macOS in CLI integration tests (#4644) @georgesittas - Ensure session-scoped Snowflake warehouse is rolled back on failure (#4640) @georgesittas
- Import pandas before loading in parallel to avoid macOS fork-related errors (#4647) @georgesittas
- Cicd bot correctly surface plan errors (#4646) @eakmanrq
- (cicd) Better handle model failures in GitHub check output (#4648) @erindru
- Support coercion of SQL literal expressions into literal types for macro arguments (#4643) @izeigerman
🛠️ Refactor
- (lsp) Move autocomplete functions about (#4603) @benfdking
🧹 Chore
- (deps) Bump zod from 3.25.28 to 3.25.48 (#4624) @dependabot[bot]
- (vscode) Reload project on save (#4602) @benfdking
- Add typing to vscode tooling files (#4626) @benfdking
- (lsp) Format test files (#4628) @benfdking
- (vscode) Add completions test (#4627) @benfdking
- (lsp) Run pnpm lock (#4629) @benfdking
- Update docs on
@this_model
(#4599) @georgesittas - (lsp) Move autocomplete to the lsp (#4607) @benfdking
- Fix usage of cached properties in the Context (#4630) @izeigerman
- Bump sqlglot to v26.25.3 (#4650) @georgesittas
- Fix make style by adding correct pygithub version (#4651) @themisvaltinos
- Detect xdb diff syntax and raise early (#4654) @georgesittas
👽 Other
- (vscode) Support multiple workspaces (#4634) @benfdking
- Updating vsccode with features (#4611) @benfdking