-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
manual update of version to 1.8.0 final, and batch changelog
- Loading branch information
1 parent
4a1448d
commit 0119e73
Showing
14 changed files
with
25 additions
and
94 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version = "1.8.0rc1" | ||
version = "1.8.0" |