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

manual update of version to 1.8.0 final, and batch changelog #89

Merged
merged 1 commit into from
May 9, 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
14 changes: 0 additions & 14 deletions .changes/1.8.0-b2.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changes/1.8.0-b3.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changes/1.8.0-b5.md

This file was deleted.

1 change: 0 additions & 1 deletion .changes/1.8.0-rc1.md

This file was deleted.

23 changes: 23 additions & 0 deletions .changes/1.8.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## dbt-postgres 1.8.0 - May 09, 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

### 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`
6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20240328-133507.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20240403-135902.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Features-20240323-160222.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Fixes-20240423-180916.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Fixes-20240425-133401.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Security-20240327-193942.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Under the Hood-20240226-225642.yaml

This file was deleted.

18 changes: 1 addition & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +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.8.0-rc1 - May 01, 2024

## dbt-postgres 1.8.0-b5 - April 29, 2024
## dbt-postgres 1.8.0 - May 09, 2024

### Features

Expand All @@ -18,19 +16,6 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
* 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-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


## dbt-postgres 1.8.0-b2 - April 03, 2024

### Under the Hood

* Add unit test for transaction semantics.
Expand All @@ -43,4 +28,3 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
### Security

* Pin `black>=24.3` in `pyproject.toml`

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.8.0rc1"
version = "1.8.0"
Loading