From cc7189f9608576c0b61bd57137ea91332051912a Mon Sep 17 00:00:00 2001 From: GitHub Build Bot Date: Mon, 9 Dec 2024 18:17:06 +0000 Subject: [PATCH 1/2] Generate changelog at .changes/1.9.0.md --- .changes/1.9.0-rc1.md | 13 ------------- .changes/{1.9.0-b1.md => 1.9.0.md} | 12 +++++++++--- .../Breaking Changes-20241016-175527.yaml | 6 ------ .changes/1.9.0/Features-20240430-185700.yaml | 6 ------ .changes/1.9.0/Features-20240501-151856.yaml | 6 ------ .changes/1.9.0/Features-20240731-210800.yaml | 6 ------ .changes/1.9.0/Features-20240903-160221.yaml | 6 ------ .changes/1.9.0/Features-20240911-141416.yaml | 6 ------ .changes/1.9.0/Features-20240927-133708.yaml | 6 ------ .changes/1.9.0/Fixes-20240514-193201.yaml | 6 ------ .changes/1.9.0/Fixes-20240605-202614.yaml | 7 ------- .changes/1.9.0/Fixes-20240626-163930.yaml | 6 ------ .../1.9.0/Under the Hood-20240716-172442.yaml | 6 ------ .../1.9.0/Under the Hood-20240731-075011.yaml | 6 ------ CHANGELOG.md | 19 +++++-------------- 15 files changed, 14 insertions(+), 103 deletions(-) delete mode 100644 .changes/1.9.0-rc1.md rename .changes/{1.9.0-b1.md => 1.9.0.md} (78%) delete mode 100644 .changes/1.9.0/Breaking Changes-20241016-175527.yaml delete mode 100644 .changes/1.9.0/Features-20240430-185700.yaml delete mode 100644 .changes/1.9.0/Features-20240501-151856.yaml delete mode 100644 .changes/1.9.0/Features-20240731-210800.yaml delete mode 100644 .changes/1.9.0/Features-20240903-160221.yaml delete mode 100644 .changes/1.9.0/Features-20240911-141416.yaml delete mode 100644 .changes/1.9.0/Features-20240927-133708.yaml delete mode 100644 .changes/1.9.0/Fixes-20240514-193201.yaml delete mode 100644 .changes/1.9.0/Fixes-20240605-202614.yaml delete mode 100644 .changes/1.9.0/Fixes-20240626-163930.yaml delete mode 100644 .changes/1.9.0/Under the Hood-20240716-172442.yaml delete mode 100644 .changes/1.9.0/Under the Hood-20240731-075011.yaml diff --git a/.changes/1.9.0-rc1.md b/.changes/1.9.0-rc1.md deleted file mode 100644 index 2b0694d7..00000000 --- a/.changes/1.9.0-rc1.md +++ /dev/null @@ -1,13 +0,0 @@ -## dbt-postgres 1.9.0-rc1 - December 02, 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)) diff --git a/.changes/1.9.0-b1.md b/.changes/1.9.0.md similarity index 78% rename from .changes/1.9.0-b1.md rename to .changes/1.9.0.md index 59bd21c5..ef336477 100644 --- a/.changes/1.9.0-b1.md +++ b/.changes/1.9.0.md @@ -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 @@ -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 @@ -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)) + diff --git a/.changes/1.9.0/Breaking Changes-20241016-175527.yaml b/.changes/1.9.0/Breaking Changes-20241016-175527.yaml deleted file mode 100644 index d1e4df8f..00000000 --- a/.changes/1.9.0/Breaking Changes-20241016-175527.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Breaking Changes -body: Drop support for Python 3.8 -time: 2024-10-16T17:55:27.844499-04:00 -custom: - Author: mikealfare - Issue: "161" diff --git a/.changes/1.9.0/Features-20240430-185700.yaml b/.changes/1.9.0/Features-20240430-185700.yaml deleted file mode 100644 index 638d1062..00000000 --- a/.changes/1.9.0/Features-20240430-185700.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Add tests for cross-database `cast` macro -time: 2024-04-30T18:57:00.437045-06:00 -custom: - Author: dbeatty10 - Issue: "76" diff --git a/.changes/1.9.0/Features-20240501-151856.yaml b/.changes/1.9.0/Features-20240501-151856.yaml deleted file mode 100644 index 2dda7193..00000000 --- a/.changes/1.9.0/Features-20240501-151856.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Cross-database `date` macro -time: 2024-05-01T15:18:56.758715-06:00 -custom: - Author: dbeatty10 - Issue: 82 diff --git a/.changes/1.9.0/Features-20240731-210800.yaml b/.changes/1.9.0/Features-20240731-210800.yaml deleted file mode 100644 index b2fc1f0a..00000000 --- a/.changes/1.9.0/Features-20240731-210800.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Add support for Python 3.12 -time: 2024-07-31T21:08:00.170999-04:00 -custom: - Author: mikealfare - Issue: "17" diff --git a/.changes/1.9.0/Features-20240903-160221.yaml b/.changes/1.9.0/Features-20240903-160221.yaml deleted file mode 100644 index 8409e248..00000000 --- a/.changes/1.9.0/Features-20240903-160221.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Allow configuring snapshot column names -time: 2024-09-03T16:02:21.069085-04:00 -custom: - Author: gshank - Issue: "144" diff --git a/.changes/1.9.0/Features-20240911-141416.yaml b/.changes/1.9.0/Features-20240911-141416.yaml deleted file mode 100644 index 990a09d9..00000000 --- a/.changes/1.9.0/Features-20240911-141416.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: 'Microbatch incremental strategy implementation: merge' -time: 2024-09-11T14:14:16.538536-04:00 -custom: - Author: michelleark - Issue: "149" diff --git a/.changes/1.9.0/Features-20240927-133708.yaml b/.changes/1.9.0/Features-20240927-133708.yaml deleted file mode 100644 index b2dba333..00000000 --- a/.changes/1.9.0/Features-20240927-133708.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Enable setting current value of dbt_valid_to -time: 2024-09-27T13:37:08.808843-04:00 -custom: - Author: gshank - Issue: "151" diff --git a/.changes/1.9.0/Fixes-20240514-193201.yaml b/.changes/1.9.0/Fixes-20240514-193201.yaml deleted file mode 100644 index 95ab2467..00000000 --- a/.changes/1.9.0/Fixes-20240514-193201.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Fix the semicolon semantics for indexes while respecting other bug fix -time: 2024-05-14T19:32:01.149383-07:00 -custom: - Author: versusfacit - Issue: "85" diff --git a/.changes/1.9.0/Fixes-20240605-202614.yaml b/.changes/1.9.0/Fixes-20240605-202614.yaml deleted file mode 100644 index b7ab8eb0..00000000 --- a/.changes/1.9.0/Fixes-20240605-202614.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Fixes -body: Default to psycopg2-binary and allow overriding to psycopg2 via DBT_PSYCOPG2_NAME - (restores previous behavior) -time: 2024-06-05T20:26:14.801254-04:00 -custom: - Author: mikealfare - Issue: "96" diff --git a/.changes/1.9.0/Fixes-20240626-163930.yaml b/.changes/1.9.0/Fixes-20240626-163930.yaml deleted file mode 100644 index 37fcc56f..00000000 --- a/.changes/1.9.0/Fixes-20240626-163930.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Fix `persist_docs` for `materialized_view` materializations. Previously, using this configuration with materialized view models would lead to an error. -time: 2024-06-26T16:39:30.455995+02:00 -custom: - Author: morsapaes - Issue: "120" diff --git a/.changes/1.9.0/Under the Hood-20240716-172442.yaml b/.changes/1.9.0/Under the Hood-20240716-172442.yaml deleted file mode 100644 index 8777edbb..00000000 --- a/.changes/1.9.0/Under the Hood-20240716-172442.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Add support for experimental record/replay testing. -time: 2024-07-16T17:24:42.271859-04:00 -custom: - Author: peterallenwebb - Issue: "123" diff --git a/.changes/1.9.0/Under the Hood-20240731-075011.yaml b/.changes/1.9.0/Under the Hood-20240731-075011.yaml deleted file mode 100644 index 185c9148..00000000 --- a/.changes/1.9.0/Under the Hood-20240731-075011.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Updating changie.yaml to add contributors and PR links -time: 2024-07-31T07:50:11.875044-04:00 -custom: - Author: leahwicz - Issue: "109" diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b1d3559..a4fb6e21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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 @@ -13,22 +13,12 @@ and is generated by [Changie](https://github.com/miniscruff/changie). ### 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 @@ -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) From 45e051a37e083781ecbb87e94091097ab4429079 Mon Sep 17 00:00:00 2001 From: GitHub Build Bot Date: Mon, 9 Dec 2024 18:18:13 +0000 Subject: [PATCH 2/2] Bump version to 1.9.0 --- dbt/adapters/postgres/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbt/adapters/postgres/__version__.py b/dbt/adapters/postgres/__version__.py index c70591d8..7aba6409 100644 --- a/dbt/adapters/postgres/__version__.py +++ b/dbt/adapters/postgres/__version__.py @@ -1 +1 @@ -version = "1.9.0rc1" +version = "1.9.0"