✨ Features
- Add support for configurable cache directory (#4869) @themisvaltinos
- (cicd_bot) Improve output of 'PR Environment Synced' and 'Prod Plan Preview' steps (#4872) @erindru
- Allow specifying a minimum number of intervals to include for each model in a plan (#4780) @erindru
- Add named secret support DuckDB (#4912) @eakmanrq
- (cicd_bot) Document and enable the min_intervals plan option (#4901) @erindru
- Ability to find a model block (#4933) @benfdking
🪲 Bug fixes
- Check sqlmesh version before sqlglot/schema (#4898) @eakmanrq
- Don't include type when using ducklake (#4913) @eakmanrq
- Always recreate materialized view (#4908) @VaggelisD
- Parse runtime-rendered fields, extract python env deps from merge_filter (#4905) @georgesittas
- Don't remove dev intervals when restating in production environment (#4922) @izeigerman
- Ensure correct datatypes are fetched for RisingWave dialect (#4903) @MisterWheatley
- (cicd_bot) Don't truncate backfill model list (#4915) @erindru
- Establish transaction and session before snapshot promotion/demotion (#4899) @treysp
- Freeze time to make github test determinstic (#4934) @themisvaltinos
- Do not attach
correlation_id
for Athena queries (#4935) @VaggelisD
🧹 Chore
- (vscode) Improving the playwright setup/teardown steps (#4883) @benfdking
- (vscode) Move to better exec async (#4884) @benfdking
- (vscode) Delete unused code (#4885) @benfdking
- (vscode) Make buttons neater html (#4886) @benfdking
- (vscode) Remove export block (#4887) @benfdking
- (vscode) Typing lineage and storybook (#4888) @benfdking
- (vscode) Delete unused components (#4889) @benfdking
- (vscode) Remove cache from e2e test (#4897) @benfdking
- Move cross-database diffing to Tobiko Cloud features (#4894) @treysp
- Move SSO docs to security section (#4896) @treysp
- (vscode) Lint the tests folder (#4893) @benfdking
- (vscode) Get rid of old way of testing e2e (#4891) @benfdking
- (vscode) Update dependencies (#4890) @benfdking
- Remove observer docs (#4892) @treysp
- Cleaning up lineage (#4907) @benfdking
- (vscode) Update source tree in git (#4909) @benfdking
- (vscode) Continued typing of nodes (#4911) @benfdking
- (vscode) Use uv to speed up e2e tests (#4882) @benfdking
- (vscode) Adding typing to worker message bus (#4918) @benfdking
- (vscode) Separate out building of settings for test (#4919) @benfdking
- (vscode) Sharing server instance between tests (#4920) @benfdking
- Removing timeouts as tests are fast enough now (#4921) @benfdking
- Reintroduce tagging queries with correlation ID (#4895) @VaggelisD
- Make _path optional and more representative (#4303) @benfdking
- Remove dead spark integration code (#4924) @izeigerman
- Don't support string arguments for the 'config_for_node' API (#4926) @izeigerman
- Bump sqlglot to v27.0.0 (#4929) @georgesittas
- (deps) Bump astral-sh/setup-uv from 4 to 6 (#4931) @dependabot[bot]
👽 Other
- Vscode-tutorial (#4923) @sungchun12