Skip to content

Releases: TobikoData/sqlmesh

v0.207.0

01 Aug 16:48
445c6f6
Compare
Choose a tag to compare

✨ Features

🪲 Bug fixes

🧹 Chore

👽 Other

v0.197.7

01 Aug 20:46
46bb346
Compare
Choose a tag to compare

🪲 Bug fixes

v0.206.1

30 Jul 21:45
751c38d
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v0.203.0

24 Jul 17:31
812bc27
Compare
Choose a tag to compare

✨ Features

🪲 Bug fixes

🛠️ Refactor

🧹 Chore

👽 Other

v0.202.1

18 Jul 02:17
960bacb
Compare
Choose a tag to compare

🪲 Bug fixes

v0.202.0

17 Jul 21:05
a274ac7
Compare
Choose a tag to compare

🪲 Bug fixes

  • (duckdb) Only SET connector_config values on cursor init if they are different (#4981) @erindru
  • Create engine_adapters from all projects (#4977) @etonlels
  • Correctly identify keys to make deterministic (#4984) @eakmanrq