Skip to content

Releases: dbt-labs/dbt-core

dbt-core v1.11.6

17 Feb 22:23

Choose a tag to compare

dbt-core 1.11.6 - February 17, 2026

Features

  • add config.meta_get to python model parsing (#12458)

Contributors

dbt-core v1.11.5

13 Feb 17:42

Choose a tag to compare

dbt-core 1.11.5 - February 13, 2026

Fixes

  • Fix false deprecation warning (#12327)
  • Dont fire config problem event if loaded_at_query is defined for adapters that dont support metadata-based freshness (#12451)

Contributors

dbt-core v1.11.4

09 Feb 20:27

Choose a tag to compare

dbt-core 1.11.4 - February 09, 2026

Fixes

  • Skip raising CustomKeyInConfigDeprecation for config key alias in sql (#12396)

Under the Hood

  • sync JSON schemas from dbt-fusion (#N/A)

Contributors

dbt-core v1.11.3

05 Feb 18:16

Choose a tag to compare

dbt-core 1.11.3 - February 05, 2026

Fixes

  • Avoid deadlock edgecases of concurret microbatch/batch execution (#11420)
  • Stop raising deprecation warnings for internal python model configs (#12314)

Dependencies

  • Move click minimum to 8.3.0 (#12378)

Contributors

dbt-core v1.10.19

20 Jan 20:37

Choose a tag to compare

dbt-core 1.10.19 - January 20, 2026

Under the Hood

  • Add add_catalog_integration call even if we have a pre-existing manifest (#12262)

dbt-core v1.10.18

06 Jan 23:06

Choose a tag to compare

dbt-core 1.10.18 - January 06, 2026

Features

  • Implement config.meta_get and config.meta_require (#12012)

Fixes

  • Adds omitted return statement to RuntimeConfigObject.meta_require method (#12288)

Under the Hood

  • Bump lower bound for dbt-common to 1.37.2 (#12284)

Contributors

dbt-core v1.11.2

22 Dec 19:13

Choose a tag to compare

dbt-core 1.11.2 - December 22, 2025

Fixes

  • Address Click 8.2+ deprecation warning (#12038)
  • Pin sqlparse <0.5.5 to avoid max tokens issue (#12303)

Contributors

dbt-core v1.11.2rc1

22 Dec 18:13

Choose a tag to compare

dbt-core v1.11.2rc1 Pre-release
Pre-release

dbt-core 1.11.2-rc1 - December 22, 2025

Fixes

  • Address Click 8.2+ deprecation warning (#12038)
  • Pin sqlparse <0.5.5 to avoid max tokens issue (#12303)

Contributors

dbt-core v1.10.17

20 Dec 01:31

Choose a tag to compare

dbt-core 1.10.17 - December 20, 2025

Fixes

  • Upper bound sqlmesh to <0.5.5 (#12311)

dbt-core v1.11.1

19 Dec 22:20

Choose a tag to compare

dbt-core 1.11.1 - December 19, 2025

Dependencies

  • Bump minimum click to 8.2.0 (#12305)

Contributors