Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catch up changelogs #226

Merged
merged 3 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changes/1.10.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 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))
9 changes: 9 additions & 0 deletions .changes/1.11.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 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))
9 changes: 9 additions & 0 deletions .changes/1.12.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 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))
9 changes: 9 additions & 0 deletions .changes/1.13.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 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))
9 changes: 9 additions & 0 deletions .changes/1.8.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 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))
5 changes: 5 additions & 0 deletions .changes/1.9.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## 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))
6 changes: 0 additions & 6 deletions .changes/unreleased/Features-20240808-194933.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Features-20240918-114903.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Features-20241015-174841.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Features-20241105-093150.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Fixes-20240709-190235.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/Fixes-20240920-165607.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Fixes-20241010-164116.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Security-20240808-154439.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Under the Hood-20241001-161733.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Under the Hood-20241021-130749.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Under the Hood-20241112-133750.yaml

This file was deleted.

53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down