Skip to content

Releases: SQLMesh/sqlmesh

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

v0.203.0

24 Jul 17:31
812bc27

Choose a tag to compare

✨ Features

🪲 Bug fixes

🛠️ Refactor

🧹 Chore

👽 Other

v0.202.1

18 Jul 02:17
960bacb

Choose a tag to compare

🪲 Bug fixes

v0.202.0

17 Jul 21:05
a274ac7

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

v0.201.1

16 Jul 19:49
18017c4

Choose a tag to compare

✨ Features

  • Tag BigQuery queries with their correlation ID as label (#4861) @VaggelisD
  • Correctly handle the generation of VALUES expressions using macros (#4975) @georgesittas

🪲 Bug fixes

  • (duckdb) Use CREATE OR REPLACE when registering secrets on cursor init to prevent an 'already exists' error (#4974) @erindru
  • Don't use SCD type 2 restatement logic in regular runs (#4976) @themisvaltinos
  • Respect env. var for leading comma & normalize format settings (#4978) @georgesittas

v0.197.5

16 Jul 17:03
16f7f43

Choose a tag to compare

👽 Other

v0.201.0

15 Jul 18:46
ed8b404

Choose a tag to compare

✨ Features

🪲 Bug fixes

🧹 Chore

v0.200.0

08 Jul 16:37
40bb6c8

Choose a tag to compare

✨ 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

🧹 Chore

👽 Other

v0.197.4

08 Jul 23:04
d70e238

Choose a tag to compare

👽 Other

v0.197.3

07 Jul 17:54
7507a75

Choose a tag to compare

🪲 Bug fixes

  • Don't remove dev intervals when restating in production environment (#4922) @izeigerman