Skip to content

Commit e2feb14

Browse files
Bumping version to 1.12.0rc3 and generate changelog
1 parent a9af31d commit e2feb14

7 files changed

Lines changed: 41 additions & 2 deletions

.changes/1.12.0-rc3.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## dbt-core 1.12.0-rc3 - July 14, 2026
2+
3+
### Features
4+
5+
- Add hints for cli users based on dbt usage ([#15510](https://github.com/dbt-labs/dbt-core/issues/15510))
6+
7+
### Fixes
8+
9+
- Carry ref/source/function dependencies declared inside an overloaded UDF's overload body onto the root function node, so they are not dropped from the DAG when the overload SQL file is absorbed ([#15501](https://github.com/dbt-labs/dbt-core/issues/15501))
10+
- Update reuse relations hint text ([#15510](https://github.com/dbt-labs/dbt-core/issues/15510))
11+
12+
### Under the Hood
13+
14+
- Reduce parse-time memory and macro-generation overhead by virtualizing macros and switching flat_graph/WritableManifest to lazy no-copy views ([#15524](https://github.com/dbt-labs/dbt-core/issues/15524))
15+
16+
### Contributors
17+
- [@aahel](https://github.com/aahel) ([#15501](https://github.com/dbt-labs/dbt-core/issues/15501))
18+
- [@ash2shukla](https://github.com/ash2shukla) ([#15510](https://github.com/dbt-labs/dbt-core/issues/15510), [#15510](https://github.com/dbt-labs/dbt-core/issues/15510), [#15524](https://github.com/dbt-labs/dbt-core/issues/15524))
19+
- [@peterallenwebb](https://github.com/peterallenwebb) ([#15524](https://github.com/dbt-labs/dbt-core/issues/15524))
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@
55
- "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version.
66
- 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)
77

8+
## dbt-core 1.12.0-rc3 - July 14, 2026
9+
10+
### Features
11+
12+
- Add hints for cli users based on dbt usage ([#15510](https://github.com/dbt-labs/dbt-core/issues/15510))
13+
14+
### Fixes
15+
16+
- Carry ref/source/function dependencies declared inside an overloaded UDF's overload body onto the root function node, so they are not dropped from the DAG when the overload SQL file is absorbed ([#15501](https://github.com/dbt-labs/dbt-core/issues/15501))
17+
- Update reuse relations hint text ([#15510](https://github.com/dbt-labs/dbt-core/issues/15510))
18+
19+
### Under the Hood
20+
21+
- Reduce parse-time memory and macro-generation overhead by virtualizing macros and switching flat_graph/WritableManifest to lazy no-copy views ([#15524](https://github.com/dbt-labs/dbt-core/issues/15524))
22+
23+
### Contributors
24+
- [@aahel](https://github.com/aahel) ([#15501](https://github.com/dbt-labs/dbt-core/issues/15501))
25+
- [@ash2shukla](https://github.com/ash2shukla) ([#15510](https://github.com/dbt-labs/dbt-core/issues/15510), [#15510](https://github.com/dbt-labs/dbt-core/issues/15510), [#15524](https://github.com/dbt-labs/dbt-core/issues/15524))
26+
- [@peterallenwebb](https://github.com/peterallenwebb) ([#15524](https://github.com/dbt-labs/dbt-core/issues/15524))
27+
28+
829
## dbt-core 1.12.0-rc2 - July 09, 2026
930

1031
### Breaking Changes
@@ -25,7 +46,6 @@
2546
- [@aahel](https://github.com/aahel) ([#15156](https://github.com/dbt-labs/dbt-core/issues/15156))
2647
- [@itsnamangoyal](https://github.com/itsnamangoyal) ([#12713](https://github.com/dbt-labs/dbt-core/issues/12713), [#](https://github.com/dbt-labs/dbt-core/issues/))
2748

28-
2949
## dbt-core 1.12.0-rc1 - July 07, 2026
3050

3151
### Breaking Changes

core/dbt/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.12.0rc2"
1+
version = "1.12.0rc3"

0 commit comments

Comments
 (0)