diff --git a/.changes/1.0.8-b3.md b/.changes/1.0.8-b3.md deleted file mode 100644 index d73520b5..00000000 --- a/.changes/1.0.8-b3.md +++ /dev/null @@ -1,9 +0,0 @@ -## dbt-postgres 1.0.8-b3 - April 16, 2024 - -### Fixes - -* Determine `psycopg2` based on `platform_system` (Linux or other), remove usage of `DBT_PSYCOPG2_NAME` environment variable - -### Under the Hood - -* Update dependabot configuration to cover GHA diff --git a/.changes/1.8.0-b2.md b/.changes/1.8.0-b2.md deleted file mode 100644 index 193206cc..00000000 --- a/.changes/1.8.0-b2.md +++ /dev/null @@ -1,14 +0,0 @@ -## dbt-postgres 1.8.0-b2 - April 03, 2024 - -### Under the Hood - -* Add unit test for transaction semantics. - -### Dependencies - -* add "no-binary" install option -* Add `dbt-core` as a dependency to preserve backwards compatibility for installation - -### Security - -* Pin `black>=24.3` in `pyproject.toml` diff --git a/.changes/1.8.0-b5.md b/.changes/1.8.0-b5.md deleted file mode 100644 index 196d68a7..00000000 --- a/.changes/1.8.0-b5.md +++ /dev/null @@ -1,10 +0,0 @@ -## dbt-postgres 1.8.0-b5 - April 29, 2024 - -### Features - -* Debug log when `type_code` fails to convert to a `data_type` - -### Fixes - -* remove materialized views from renambeable relation and remove a quote -* Replace usage of `Set` with `List` to fix issue with index updates intermittently happening out of order diff --git a/.changes/1.8.0/Dependencies-20240328-133507.yaml b/.changes/1.8.0/Dependencies-20240328-133507.yaml deleted file mode 100644 index c7dbd319..00000000 --- a/.changes/1.8.0/Dependencies-20240328-133507.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Dependencies -body: add "no-binary" install option -time: 2024-03-28T13:35:07.300121-07:00 -custom: - Author: colin-rogers-dbt - Issue: "6" diff --git a/.changes/1.8.0/Dependencies-20240403-135902.yaml b/.changes/1.8.0/Dependencies-20240403-135902.yaml deleted file mode 100644 index 126b2178..00000000 --- a/.changes/1.8.0/Dependencies-20240403-135902.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Dependencies -body: Add `dbt-core` as a dependency to preserve backwards compatibility for installation -time: 2024-04-03T13:59:02.539298-04:00 -custom: - Author: mikealfare - Issue: "44" diff --git a/.changes/1.8.0/Features-20240323-160222.yaml b/.changes/1.8.0/Features-20240323-160222.yaml deleted file mode 100644 index c5af1aca..00000000 --- a/.changes/1.8.0/Features-20240323-160222.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Debug log when `type_code` fails to convert to a `data_type` -time: 2024-03-23T16:02:22.153674-06:00 -custom: - Author: dbeatty10 - Issue: "8912" diff --git a/.changes/1.8.0/Fixes-20240423-180916.yaml b/.changes/1.8.0/Fixes-20240423-180916.yaml deleted file mode 100644 index 48015bcb..00000000 --- a/.changes/1.8.0/Fixes-20240423-180916.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: remove materialized views from renambeable relation and remove a quote -time: 2024-04-23T18:09:16.865258-05:00 -custom: - Author: McKnight-42 - Issue: "127" diff --git a/.changes/1.8.0/Fixes-20240425-133401.yaml b/.changes/1.8.0/Fixes-20240425-133401.yaml deleted file mode 100644 index cb6d14da..00000000 --- a/.changes/1.8.0/Fixes-20240425-133401.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Replace usage of `Set` with `List` to fix issue with index updates intermittently happening out of order -time: 2024-04-25T13:34:01.018399-04:00 -custom: - Author: mikealfare - Issue: "72" diff --git a/.changes/1.8.0/Security-20240327-193942.yaml b/.changes/1.8.0/Security-20240327-193942.yaml deleted file mode 100644 index 66dee543..00000000 --- a/.changes/1.8.0/Security-20240327-193942.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Security -body: Pin `black>=24.3` in `pyproject.toml` -time: 2024-03-27T19:39:42.633016-04:00 -custom: - Author: mikealfare - Issue: "40" diff --git a/.changes/1.8.0/Under the Hood-20240226-225642.yaml b/.changes/1.8.0/Under the Hood-20240226-225642.yaml deleted file mode 100644 index dd5d0645..00000000 --- a/.changes/1.8.0/Under the Hood-20240226-225642.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Add unit test for transaction semantics. -time: 2024-02-26T22:56:42.202429-08:00 -custom: - Author: versusfacit - Issue: "23" diff --git a/CHANGELOG.md b/CHANGELOG.md index df8d5dec..148526da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,38 +5,3 @@ 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.8.0-b5 - April 29, 2024 - -### Features - -* Debug log when `type_code` fails to convert to a `data_type` - -### Fixes - -* remove materialized views from renambeable relation and remove a quote -* Replace usage of `Set` with `List` to fix issue with index updates intermittently happening out of order - -## dbt-postgres 1.8.0-b2 - April 03, 2024 - -### Under the Hood - -* Add unit test for transaction semantics. - -### Dependencies - -* add "no-binary" install option -* Add `dbt-core` as a dependency to preserve backwards compatibility for installation - -### Security - -* Pin `black>=24.3` in `pyproject.toml` - -## dbt-postgres 1.0.8-b3 - April 16, 2024 - -### Fixes - -* Determine `psycopg2` based on `platform_system` (Linux or other), remove usage of `DBT_PSYCOPG2_NAME` environment variable - -### Under the Hood - -* Update dependabot configuration to cover GHA