|
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.9.0-rc1 - November 25, 2024 |
| 9 | + |
| 10 | +### Features |
| 11 | + |
| 12 | +- Parseable JSON and text output in quiet mode for `dbt show` and `dbt compile` ([#9840](https://github.com/dbt-labs/dbt-core/issues/9840)) |
| 13 | +- Change gating of microbatch feature to be behind project flag / behavior flag ([#10798](https://github.com/dbt-labs/dbt-core/issues/10798)) |
| 14 | +- Add new hard_deletes="new_record" mode for snapshots. ([#10235](https://github.com/dbt-labs/dbt-core/issues/10235)) |
| 15 | +- Allow microbatch batches to run in parallel ([#10853](https://github.com/dbt-labs/dbt-core/issues/10853), [#10855](https://github.com/dbt-labs/dbt-core/issues/10855)) |
| 16 | + |
| 17 | +### Fixes |
| 18 | + |
| 19 | +- override materialization python models ([#8520](https://github.com/dbt-labs/dbt-core/issues/8520)) |
| 20 | +- Support disabling unit tests via config. ([#9109](https://github.com/dbt-labs/dbt-core/issues/9109), [#10540](https://github.com/dbt-labs/dbt-core/issues/10540)) |
| 21 | +- unit tests with versioned refs ([#10880](https://github.com/dbt-labs/dbt-core/issues/10880), [#10528](https://github.com/dbt-labs/dbt-core/issues/10528), [#10623](https://github.com/dbt-labs/dbt-core/issues/10623)) |
| 22 | +- Fix 'no attribute .config' error when ref-ing a microbatch model from non-Model context ([#10928](https://github.com/dbt-labs/dbt-core/issues/10928)) |
| 23 | +- Ensure inferred primary_key is a List[str] with no null values ([#10983](https://github.com/dbt-labs/dbt-core/issues/10983)) |
| 24 | +- Correct when custom microbatch macro deprecation warning is fired ([#10994](https://github.com/dbt-labs/dbt-core/issues/10994)) |
| 25 | +- Validate manifest has group_map during group_lookup init ([#10988](https://github.com/dbt-labs/dbt-core/issues/10988)) |
| 26 | +- Fix plural of 'partial success' in log message ([#10999](https://github.com/dbt-labs/dbt-core/issues/10999)) |
| 27 | +- Emit batch-level exception with node_info on microbatch batch run failure ([#10840](https://github.com/dbt-labs/dbt-core/issues/10840)) |
| 28 | +- Fix restrict-access to not apply within a package ([#10134](https://github.com/dbt-labs/dbt-core/issues/10134)) |
| 29 | +- Make microbatch models skippable ([#11021](https://github.com/dbt-labs/dbt-core/issues/11021)) |
| 30 | +- Catch DbtRuntimeError for hooks ([#11012](https://github.com/dbt-labs/dbt-core/issues/11012)) |
| 31 | + |
| 32 | +### Under the Hood |
| 33 | + |
| 34 | +- Upgrade protobuf ([#10658](https://github.com/dbt-labs/dbt-core/issues/10658)) |
| 35 | + |
| 36 | +### Dependencies |
| 37 | + |
| 38 | +- Bump minimum dbt-adapters version to 1.9.0 ([#10996](https://github.com/dbt-labs/dbt-core/issues/10996)) |
| 39 | + |
| 40 | +### Contributors |
| 41 | +- [@devmessias](https://github.com/devmessias) ([#8520](https://github.com/dbt-labs/dbt-core/issues/8520), [#10880](https://github.com/dbt-labs/dbt-core/issues/10880), [#10528](https://github.com/dbt-labs/dbt-core/issues/10528), [#10623](https://github.com/dbt-labs/dbt-core/issues/10623)) |
| 42 | +- [@tsturge](https://github.com/tsturge) ([#9109](https://github.com/dbt-labs/dbt-core/issues/9109), [#10540](https://github.com/dbt-labs/dbt-core/issues/10540)) |
| 43 | + |
| 44 | + |
8 | 45 | ## dbt-core 1.9.0-b4 - November 06, 2024
|
9 | 46 |
|
10 | 47 | ### Features
|
|
25 | 62 | ### Contributors
|
26 | 63 | - [@DevonFulcher](https://github.com/DevonFulcher) ([#10959](https://github.com/dbt-labs/dbt-core/issues/10959), [#10960](https://github.com/dbt-labs/dbt-core/issues/10960))
|
27 | 64 |
|
28 |
| - |
29 | 65 | ## dbt-core 1.9.0-b3 - October 30, 2024
|
30 | 66 |
|
31 | 67 | ### Features
|
|
209 | 245 | For information on prior major and minor releases, see their changelogs:
|
210 | 246 |
|
211 | 247 |
|
212 |
| -* [1.8](https://github.com/dbt-labs/dbt-core/blob/1.8.latest/CHANGELOG.md) |
213 | 248 | * [1.7](https://github.com/dbt-labs/dbt-core/blob/1.7.latest/CHANGELOG.md)
|
214 | 249 | * [1.6](https://github.com/dbt-labs/dbt-core/blob/1.6.latest/CHANGELOG.md)
|
215 | 250 | * [1.5](https://github.com/dbt-labs/dbt-core/blob/1.5.latest/CHANGELOG.md)
|
|
0 commit comments