Skip to content

Releases: TobikoData/sqlmesh

v0.209.0

08 Aug 18:01
4e80a93

Choose a tag to compare

✨ Features

🪲 Bug fixes

🧹 Chore

v0.208.1

07 Aug 22:31
8fbf26c

Choose a tag to compare

🪲 Bug fixes

  • Revert "Fix: Use merge when updating auto restatements (#5016)" (#5108) @vchan

v0.208.0

07 Aug 16:10
49b5574

Choose a tag to compare

✨ Features

  • Add ui package to keep sharable components and utils (#5089) @mykalmax

🪲 Bug fixes

🧹 Chore

👽 Other

  • Clarify note about interval-scoped audits for incremental by time (#5101) @treysp

v0.207.0

01 Aug 16:48
445c6f6

Choose a tag to compare

✨ Features

🪲 Bug fixes

🧹 Chore

👽 Other

v0.197.7

01 Aug 20:46
46bb346

Choose a tag to compare

🪲 Bug fixes

v0.206.1

30 Jul 21:45
751c38d

Choose a tag to compare

✨ Features

🪲 Bug fixes

  • Resolve physical tables correctly when the query optimization is disabled for a model (#5074) @izeigerman

🧹 Chore

v0.206.0

30 Jul 13:06
3555e73

Choose a tag to compare

✨ Features

🪲 Bug fixes

  • Stopped server would just restart (#5051) @benfdking
  • Inconsistent behaviour when a macro returns a list containing a single array vs multiple arrays (#5037) @erindru
  • (vscode) Force lsp to be single worker (#5050) @benfdking
  • (vscode) Improve registering of lsp in extension (#5056) @benfdking
  • Table_naming_convention not passed in all cases (#5062) @erindru
  • Respect the project configuration if the forward-only suffix was not set in the bot's config (#5064) @izeigerman

🧹 Chore

👽 Other

v0.205.0

28 Jul 15:01
3ee4e9f

Choose a tag to compare

✨ Features

🪲 Bug fixes

  • Suppor forward-only changes of model kinds under certain circumstances (#5028) @izeigerman
  • Revert dbt full_refresh handling for incremental by time range models (#5031) @izeigerman

🛠️ Refactor

🧹 Chore

v0.197.6

28 Jul 15:03
2973dcf

Choose a tag to compare

🪲 Bug fixes

  • Prevent snapshots with shared versions in dev environments from expanding restatement intervals for prod snapshots (#5025) @izeigerman
  • Suppor forward-only changes of model kinds under certain circumstances (#5028) @izeigerman
  • Revert dbt full_refresh handling for incremental by time range models (#5031) @izeigerman

v0.204.0

25 Jul 21:25
431e9af

Choose a tag to compare

✨ Features

  • Add support for pre, post, on_virtual_update statements in config (#4995) @themisvaltinos
  • (lsp) References function now detects non registered external models (#5023) @benfdking

🪲 Bug fixes

  • (table_diff) Correctly handle joins with composite keys where one or more of the key fields are null (#5007) @erindru
  • (cicd_bot) Include namespace in deploy command hint (#5006) @erindru
  • (lsp) Notification would now show (#5024) @benfdking
  • Prevent snapshots with shared versions in dev environments from expanding restatement intervals for prod snapshots (#5025) @izeigerman
  • Use merge when updating auto restatements (#5016) @vchan

🧹 Chore

👽 Other