diff --git a/CHANGELOG.md b/CHANGELOG.md index 5666d54..3131c35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,59 @@ - "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version. - 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-common/blob/main/CONTRIBUTING.md#adding-changelog-entry) +## dbt-common 1.13.0 - November 19, 2024 + +### Features + +- Include JSON and text output in quiet mode for `dbt show` and `dbt compile` ([#216](https://github.com/dbt-labs/dbt-common/issues/216)) + +### Under the Hood + +- Upgrade protobuf to <=5.0 ([#218](https://github.com/dbt-labs/dbt-common/issues/218)) + +## dbt-common 1.12.0 - November 05, 2024 + +### Features + +- Accelerate block tag iteration. ([#205](https://github.com/dbt-labs/dbt-common/issues/205)) + +### Under the Hood + +- Remove support and testing for Python 3.8 ([#212](https://github.com/dbt-labs/dbt-common/issues/212)) + +## dbt-common 1.11.0 - October 15, 2024 + +### Fixes + +- Suppress logging event dictionary parsing exceptions ([#202](https://github.com/dbt-labs/dbt-common/issues/202)) + +### Under the Hood + +- Add a jinja "is_list" filter ([#200](https://github.com/dbt-labs/dbt-common/issues/200)) + +## dbt-common 1.10.0 - September 24, 2024 + +### Fixes + +- Do not cast unscrubbed values to a string ([#165](https://github.com/dbt-labs/dbt-common/issues/165)) +- Restrict behavior change warning to firing once per run to avoid noisy warnings in logs ([#197](https://github.com/dbt-labs/dbt-common/issues/197)) + +## dbt-common 1.9.0 - September 19, 2024 + +### Features + +- Add MergeBehavior.Object for snapshot column feature ([#191](https://github.com/dbt-labs/dbt-common/issues/191)) + +## dbt-common 1.8.0 - September 09, 2024 + +### Features + +- Add Behavior Flag Framework ([#178](https://github.com/dbt-labs/dbt-common/issues/178)) + +### Security + +- Fix arbitrary file write during tarfile extraction ([#182](https://github.com/dbt-labs/dbt-common/pull/182)) + ## dbt-common 1.7.0 - July 30, 2024 ### Under the Hood