|
5 | 5 | - "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version. |
6 | 6 | - Do not edit this file directly. This file is auto-generated using [changie](https://github.com/miniscruff/changie). For details on how to document a change, see [the contributing guide](https://github.com/dbt-labs/dbt-core/blob/main/CONTRIBUTING.md#adding-changelog-entry) |
7 | 7 |
|
| 8 | +## dbt-core 1.11.0-rc4 - December 17, 2025 |
| 9 | + |
| 10 | +### Features |
| 11 | + |
| 12 | +- Implement config.meta_get and config.meta_require ([#12012](https://github.com/dbt-labs/dbt-core/issues/12012)) |
| 13 | + |
| 14 | +### Fixes |
| 15 | + |
| 16 | +- :bug: :snowman: Fix ref resolution within package when duplicate nodes exist, behind require_ref_searches_node_package_before_root behavior change flag ([#11351](https://github.com/dbt-labs/dbt-core/issues/11351)) |
| 17 | +- Improve error message clarity when detecting nodes with space in name ([#11835](https://github.com/dbt-labs/dbt-core/issues/11835)) |
| 18 | +- :bug: :snowman:Propagate exceptions for NodeFinished callbacks in dbtRunner ([#11612](https://github.com/dbt-labs/dbt-core/issues/11612)) |
| 19 | +- Adds omitted return statement to RuntimeConfigObject.meta_require method ([#12288](https://github.com/dbt-labs/dbt-core/issues/12288)) |
| 20 | +- Do not raise deprecation warning when encountering dataset or project configs for bigquery ([#12285](https://github.com/dbt-labs/dbt-core/issues/12285)) |
| 21 | + |
| 22 | +### Under the Hood |
| 23 | + |
| 24 | +- Bump lower bound for dbt-common to 1.37.2 ([#12284](https://github.com/dbt-labs/dbt-core/issues/12284)) |
| 25 | + |
| 26 | +### Contributors |
| 27 | +- [@gshank](https://github.com/gshank) ([#12012](https://github.com/dbt-labs/dbt-core/issues/12012)) |
| 28 | +- [@michelleark](https://github.com/michelleark) ([#11351](https://github.com/dbt-labs/dbt-core/issues/11351), [#11835](https://github.com/dbt-labs/dbt-core/issues/11835), [#11612](https://github.com/dbt-labs/dbt-core/issues/11612), [#12285](https://github.com/dbt-labs/dbt-core/issues/12285), [#12284](https://github.com/dbt-labs/dbt-core/issues/12284)) |
| 29 | +- [@mjsqu](https://github.com/mjsqu) ([#12288](https://github.com/dbt-labs/dbt-core/issues/12288)) |
| 30 | + |
| 31 | + |
8 | 32 | ## dbt-core 1.11.0-rc3 - December 08, 2025 |
9 | 33 |
|
10 | 34 | ### Features |
|
27 | 51 | - [@mattogburke](https://github.com/mattogburke) ([#12223](https://github.com/dbt-labs/dbt-core/issues/12223)) |
28 | 52 | - [@michelleark](https://github.com/michelleark) ([#12240](https://github.com/dbt-labs/dbt-core/issues/12240), [#10540](https://github.com/dbt-labs/dbt-core/issues/10540), [#12244](https://github.com/dbt-labs/dbt-core/issues/12244)) |
29 | 53 |
|
30 | | - |
31 | 54 | ## dbt-core 1.11.0-rc2 - December 01, 2025 |
32 | 55 |
|
33 | 56 | ### Features |
|
0 commit comments