Skip to content

Commit

Permalink
Bumping version to 1.8.5 and generate CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
starburstdata-automation authored and damian3031 committed Dec 11, 2024
1 parent 006eecf commit cb25ea8
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .changes/1.8.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## dbt-trino 1.8.5 - December 11, 2024
### Features
- Add support for suppressing urllib3 cert warnings from logs ([#459](https://github.com/starburstdata/dbt-trino/issues/459), [#459](https://github.com/starburstdata/dbt-trino/pull/459))
### Fixes
- Fix breaking compatibility with Python 3.8 ([#452](https://github.com/starburstdata/dbt-trino/pull/452))
- Fix so that file_format and table_format config values do not require wrapping in single quotes ([#454](https://github.com/starburstdata/dbt-trino/issues/454), [#455](https://github.com/starburstdata/dbt-trino/pull/455))
- Allow boolean values in the cert parameter ([#460](https://github.com/starburstdata/dbt-trino/pull/460))

### Contributors
- [@colin-rogers-dbt](https://github.com/colin-rogers-dbt) ([#459](https://github.com/starburstdata/dbt-trino/pull/459))
- [@damian3031](https://github.com/damian3031) ([#452](https://github.com/starburstdata/dbt-trino/pull/452), [#455](https://github.com/starburstdata/dbt-trino/pull/455), [#460](https://github.com/starburstdata/dbt-trino/pull/460))
File renamed without changes.
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 @@ -4,6 +4,17 @@
- Changes are listed under the (pre)release in which they first appear. Subsequent releases include changes from previous releases.
- "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version.
- Do not edit this file directly. This file is auto-generated using [changie](https://github.com/miniscruff/changie). For details on how to document a change, see [the contributing guide](https://github.com/starburstdata/dbt-trino/blob/master/CONTRIBUTING.md#adding-changelog-entry)
## dbt-trino 1.8.5 - December 11, 2024
### Features
- Add support for suppressing urllib3 cert warnings from logs ([#459](https://github.com/starburstdata/dbt-trino/issues/459), [#459](https://github.com/starburstdata/dbt-trino/pull/459))
### Fixes
- Fix breaking compatibility with Python 3.8 ([#452](https://github.com/starburstdata/dbt-trino/pull/452))
- Fix so that file_format and table_format config values do not require wrapping in single quotes ([#454](https://github.com/starburstdata/dbt-trino/issues/454), [#455](https://github.com/starburstdata/dbt-trino/pull/455))
- Allow boolean values in the cert parameter ([#460](https://github.com/starburstdata/dbt-trino/pull/460))

### Contributors
- [@colin-rogers-dbt](https://github.com/colin-rogers-dbt) ([#459](https://github.com/starburstdata/dbt-trino/pull/459))
- [@damian3031](https://github.com/damian3031) ([#452](https://github.com/starburstdata/dbt-trino/pull/452), [#455](https://github.com/starburstdata/dbt-trino/pull/455), [#460](https://github.com/starburstdata/dbt-trino/pull/460))
## dbt-trino 1.8.4 - November 22, 2024
### Under the Hood
- Revert cert default to False. Add require_certificate_validation Behavior Flag ([#447](https://github.com/starburstdata/dbt-trino/pull/447))
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/trino/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.8.4"
version = "1.8.5"

0 comments on commit cb25ea8

Please sign in to comment.