Skip to content

Commit

Permalink
create changie markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Dec 2, 2024
1 parent 9d97754 commit 474174c
Show file tree
Hide file tree
Showing 17 changed files with 47 additions and 67 deletions.
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))
6 changes: 0 additions & 6 deletions .changes/1.10.0/Fixes-20240709-190235.yaml

This file was deleted.

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

This file was deleted.

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))
6 changes: 0 additions & 6 deletions .changes/1.11.0/Fixes-20241010-164116.yaml

This file was deleted.

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

This file was deleted.

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))
6 changes: 0 additions & 6 deletions .changes/1.12.0/Features-20241015-174841.yaml

This file was deleted.

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

This file was deleted.

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))
6 changes: 0 additions & 6 deletions .changes/1.13.0/Features-20241105-093150.yaml

This file was deleted.

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

This file was deleted.

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))
6 changes: 0 additions & 6 deletions .changes/1.8.0/Features-20240808-194933.yaml

This file was deleted.

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

This file was deleted.

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/1.9.0/Features-20240918-114903.yaml

This file was deleted.

0 comments on commit 474174c

Please sign in to comment.