-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumping version to 1.1.0rc2 and generate changelog
- Loading branch information
1 parent
6d097ee
commit 99317a3
Showing
10 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
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,20 @@ | ||
## dbt-adapter 1.1.0-rc2 - April 29, 2024 | ||
|
||
### Features | ||
|
||
* Cross-database `cast` macro | ||
* Allow adapters to opt out of aliasing the subquery generated by render_limited | ||
* subquery alias generated by render_limited now includes the relation name to mitigate duplicate aliasing | ||
|
||
### Fixes | ||
|
||
* Fix adapter-specific cast handling for constraint enforcement | ||
|
||
### Under the Hood | ||
|
||
* Validate that dbt-core and dbt-adapters remain de-coupled | ||
* remove dbt_version from query comment test fixture | ||
|
||
### Dependencies | ||
|
||
* add support for py3.12 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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.1.0rc1" | ||
version = "1.1.0rc2" |