-
Notifications
You must be signed in to change notification settings - Fork 56
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.4.1 and generate CHANGELOG
- Loading branch information
1 parent
4fca48d
commit 1f4690a
Showing
10 changed files
with
39 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,19 @@ | ||
## dbt-trino 1.4.1 - March 01, 2023 | ||
### Breaking Changes | ||
- Column types returned by the adapter methods are now returned as is, except for decimal, varchar and char. ([#126](https://github.com/starburstdata/dbt-trino/issues/126), [#242](https://github.com/starburstdata/dbt-trino/pull/242)) | ||
### Fixes | ||
- Handle unbound varchar data_type instead of defaulting to varchar(256) ([#35](https://github.com/starburstdata/dbt-trino/issues/35), [#194](https://github.com/starburstdata/dbt-trino/pull/194)) | ||
- Include comments of sources or models from other catalogs in catalog.json artifact ([#228](https://github.com/starburstdata/dbt-trino/issues/228), [#230](https://github.com/starburstdata/dbt-trino/pull/230)) | ||
### Under the Hood | ||
- Add support for Python 3.11 ([#225](https://github.com/starburstdata/dbt-trino/issues/225), [#224](https://github.com/starburstdata/dbt-trino/pull/224)) | ||
- Adjust master branch to backport convention ([#231](https://github.com/starburstdata/dbt-trino/issues/231), [#243](https://github.com/starburstdata/dbt-trino/pull/243)) | ||
### Dependencies | ||
- Bump mypy from 0.991 to 1.0.0 ([#227](https://github.com/starburstdata/dbt-trino/pull/227)) | ||
- Bump mypy from 1.0.0 to 1.0.1 ([#232](https://github.com/starburstdata/dbt-trino/pull/232)) | ||
|
||
### Contributors | ||
- [@damian3031](https://github.com/damian3031) ([#224](https://github.com/starburstdata/dbt-trino/pull/224), [#243](https://github.com/starburstdata/dbt-trino/pull/243)) | ||
- [@dependabot[bot]](https://github.com/dependabot[bot]) ([#227](https://github.com/starburstdata/dbt-trino/pull/227), [#232](https://github.com/starburstdata/dbt-trino/pull/232)) | ||
- [@eminuzun](https://github.com/eminuzun) ([#230](https://github.com/starburstdata/dbt-trino/pull/230)) | ||
- [@kalvinnchau](https://github.com/kalvinnchau) ([#194](https://github.com/starburstdata/dbt-trino/pull/194)) | ||
- [@robbertDM](https://github.com/robbertDM) ([#242](https://github.com/starburstdata/dbt-trino/pull/242)) |
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.4.0" | ||
version = "1.4.1" |