Skip to content

Commit

Permalink
[Automated] Merged prep-release/prod/1.9.0_12241707105 into target ma…
Browse files Browse the repository at this point in the history
…in during release process
  • Loading branch information
FishtownBuildBot authored Dec 9, 2024
2 parents 2a24589 + 45e051a commit a47617d
Show file tree
Hide file tree
Showing 16 changed files with 15 additions and 104 deletions.
13 changes: 0 additions & 13 deletions .changes/1.9.0-rc1.md

This file was deleted.

12 changes: 9 additions & 3 deletions .changes/1.9.0-b1.md → .changes/1.9.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## dbt-postgres 1.9.0-b1 - September 25, 2024
## dbt-postgres 1.9.0 - December 09, 2024

### Breaking Changes

- Drop support for Python 3.8 ([#161](https://github.com/dbt-labs/dbt-postgres/issues/161))

### Features

Expand All @@ -7,6 +11,7 @@
- Add support for Python 3.12 ([#17](https://github.com/dbt-labs/dbt-postgres/issues/17))
- Allow configuring snapshot column names ([#144](https://github.com/dbt-labs/dbt-postgres/issues/144))
- Microbatch incremental strategy implementation: merge ([#149](https://github.com/dbt-labs/dbt-postgres/issues/149))
- Enable setting current value of dbt_valid_to ([#151](https://github.com/dbt-labs/dbt-postgres/issues/151))

### Fixes

Expand All @@ -21,10 +26,11 @@

### Contributors
- [@dbeatty10](https://github.com/dbeatty10) ([#76](https://github.com/dbt-labs/dbt-postgres/issues/76), [#82](https://github.com/dbt-labs/dbt-postgres/issues/82))
- [@gshank](https://github.com/gshank) ([#144](https://github.com/dbt-labs/dbt-postgres/issues/144))
- [@gshank](https://github.com/gshank) ([#144](https://github.com/dbt-labs/dbt-postgres/issues/144), [#151](https://github.com/dbt-labs/dbt-postgres/issues/151))
- [@leahwicz](https://github.com/leahwicz) ([#109](https://github.com/dbt-labs/dbt-postgres/issues/109))
- [@michelleark](https://github.com/michelleark) ([#149](https://github.com/dbt-labs/dbt-postgres/issues/149))
- [@mikealfare](https://github.com/mikealfare) ([#17](https://github.com/dbt-labs/dbt-postgres/issues/17), [#96](https://github.com/dbt-labs/dbt-postgres/issues/96))
- [@mikealfare](https://github.com/mikealfare) ([#161](https://github.com/dbt-labs/dbt-postgres/issues/161), [#17](https://github.com/dbt-labs/dbt-postgres/issues/17), [#96](https://github.com/dbt-labs/dbt-postgres/issues/96))
- [@morsapaes](https://github.com/morsapaes) ([#120](https://github.com/dbt-labs/dbt-postgres/issues/120))
- [@peterallenwebb](https://github.com/peterallenwebb) ([#123](https://github.com/dbt-labs/dbt-postgres/issues/123))
- [@versusfacit](https://github.com/versusfacit) ([#85](https://github.com/dbt-labs/dbt-postgres/issues/85))

6 changes: 0 additions & 6 deletions .changes/1.9.0/Breaking Changes-20241016-175527.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Features-20240430-185700.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Features-20240501-151856.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Features-20240731-210800.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Features-20240903-160221.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Features-20240911-141416.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Features-20240927-133708.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Fixes-20240514-193201.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.9.0/Fixes-20240605-202614.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Fixes-20240626-163930.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Under the Hood-20240716-172442.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Under the Hood-20240731-075011.yaml

This file was deleted.

19 changes: 5 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).

## dbt-postgres 1.9.0-rc1 - December 02, 2024
## dbt-postgres 1.9.0 - December 09, 2024

### Breaking Changes

- Drop support for Python 3.8 ([#161](https://github.com/dbt-labs/dbt-postgres/issues/161))

### Features

- Enable setting current value of dbt_valid_to ([#151](https://github.com/dbt-labs/dbt-postgres/issues/151))

### Contributors
- [@gshank](https://github.com/gshank) ([#151](https://github.com/dbt-labs/dbt-postgres/issues/151))
- [@mikealfare](https://github.com/mikealfare) ([#161](https://github.com/dbt-labs/dbt-postgres/issues/161))


## dbt-postgres 1.9.0-b1 - September 25, 2024

### Features

- Add tests for cross-database `cast` macro ([#76](https://github.com/dbt-labs/dbt-postgres/issues/76))
- Cross-database `date` macro ([#82](https://github.com/dbt-labs/dbt-postgres/issues/82))
- Add support for Python 3.12 ([#17](https://github.com/dbt-labs/dbt-postgres/issues/17))
- Allow configuring snapshot column names ([#144](https://github.com/dbt-labs/dbt-postgres/issues/144))
- Microbatch incremental strategy implementation: merge ([#149](https://github.com/dbt-labs/dbt-postgres/issues/149))
- Enable setting current value of dbt_valid_to ([#151](https://github.com/dbt-labs/dbt-postgres/issues/151))

### Fixes

Expand All @@ -43,14 +33,15 @@ and is generated by [Changie](https://github.com/miniscruff/changie).

### Contributors
- [@dbeatty10](https://github.com/dbeatty10) ([#76](https://github.com/dbt-labs/dbt-postgres/issues/76), [#82](https://github.com/dbt-labs/dbt-postgres/issues/82))
- [@gshank](https://github.com/gshank) ([#144](https://github.com/dbt-labs/dbt-postgres/issues/144))
- [@gshank](https://github.com/gshank) ([#144](https://github.com/dbt-labs/dbt-postgres/issues/144), [#151](https://github.com/dbt-labs/dbt-postgres/issues/151))
- [@leahwicz](https://github.com/leahwicz) ([#109](https://github.com/dbt-labs/dbt-postgres/issues/109))
- [@michelleark](https://github.com/michelleark) ([#149](https://github.com/dbt-labs/dbt-postgres/issues/149))
- [@mikealfare](https://github.com/mikealfare) ([#17](https://github.com/dbt-labs/dbt-postgres/issues/17), [#96](https://github.com/dbt-labs/dbt-postgres/issues/96))
- [@mikealfare](https://github.com/mikealfare) ([#161](https://github.com/dbt-labs/dbt-postgres/issues/161), [#17](https://github.com/dbt-labs/dbt-postgres/issues/17), [#96](https://github.com/dbt-labs/dbt-postgres/issues/96))
- [@morsapaes](https://github.com/morsapaes) ([#120](https://github.com/dbt-labs/dbt-postgres/issues/120))
- [@peterallenwebb](https://github.com/peterallenwebb) ([#123](https://github.com/dbt-labs/dbt-postgres/issues/123))
- [@versusfacit](https://github.com/versusfacit) ([#85](https://github.com/dbt-labs/dbt-postgres/issues/85))


## Previous Releases
For information on prior major and minor releases, see their changelogs:
- [1.8](https://github.com/dbt-labs/dbt-postgres/blob/1.8.latest/CHANGELOG.md)
2 changes: 1 addition & 1 deletion dbt/adapters/postgres/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.9.0rc1"
version = "1.9.0"

0 comments on commit a47617d

Please sign in to comment.