Skip to content

Commit

Permalink
Bumping version to 1.1.0rc2 and generate changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
FishtownBuildBot committed Apr 29, 2024
1 parent 6d097ee commit 99317a3
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .changes/1.1.0-rc2.md
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.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ 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-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

## dbt-adapter 1.1.0-rc1 - April 17, 2024

### Features
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.1.0rc1"
version = "1.1.0rc2"

0 comments on commit 99317a3

Please sign in to comment.