๐ชฒ Bug fixes
- Adapt get_dbt_version tuple to include patch in version (#4619) @themisvaltinos
- Don't pass engine adapter dialect in test connection (#4618) @themisvaltinos
๐ ๏ธ Refactor
- (lsp) Refactor lsp calls into context (#4616) @benfdking
๐งน Chore
- (lsp) Introducing benchmark (#4601) @benfdking
- (vscode) Cleaning up setup and tests (#4610) @benfdking
- (vscode) For tests tell it to install extension (#4617) @benfdking
- Improve error message when no MODEL block (#4588) @treysp
- Improve plan error handling when --select-model is used and the remote snapshot can't be rendered (#4585) @erindru
- (deps) Bump @tanstack/react-router-devtools from 1.120.10 to 1.120.13 (#4621) @dependabot[bot]
- (deps) Bump @codemirror/view from 6.36.8 to 6.37.1 (#4620) @dependabot[bot]
๐ฝ Other
- Add new security docs page (#4564) @afzaljasani
- Add data path and encrypted to duckdb catalog (#4600) @mattiasthalen
- Support displaying snowpark dataframes in notebooks. (#4572) @nickmuoh