Skip to content

Commit

Permalink
release prep for 1.8.0b5
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Apr 30, 2024
1 parent cf10056 commit aee1914
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .changes/1.8.0-b5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 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
File renamed without changes.
File renamed without changes.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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
Expand Down
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.0b4"
version = "1.8.0b5"

0 comments on commit aee1914

Please sign in to comment.