diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 43e4f539b..f61059fbd 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.8.0a1 +current_version = 1.8.0b1 parse = (?P[\d]+) # major version number \.(?P[\d]+) # minor version number \.(?P[\d]+) # patch version number diff --git a/.changes/1.8.0-b1.md b/.changes/1.8.0-b1.md new file mode 100644 index 000000000..f5b993227 --- /dev/null +++ b/.changes/1.8.0-b1.md @@ -0,0 +1,40 @@ +## dbt-snowflake 1.8.0-b1 - March 02, 2024 + +### Features + +- Update base adapter references as part of decoupling migration ([#882](https://github.com/dbt-labs/dbt-snowflake/issues/882)) +- Support primative types + object, variant, array in snowflake for unit testing" ([#898](https://github.com/dbt-labs/dbt-snowflake/issues/898)) + +### Fixes + +- Dynamic tables now show the proper type in catalog queries ([#817](https://github.com/dbt-labs/dbt-snowflake/issues/817)) +- remove `token` field from connection keys ([#906](https://github.com/dbt-labs/dbt-snowflake/issues/906)) + +### Under the Hood + +- Add tests for --empty flag ([#837](https://github.com/dbt-labs/dbt-snowflake/issues/837)) +- Migrate to dbt-common and dbt-adapters package ([#890](https://github.com/dbt-labs/dbt-snowflake/issues/890)) + +### Dependencies + +- Update ddtrace requirement from ~=1.18 to ~=1.19 ([#780](https://github.com/dbt-labs/dbt-snowflake/pull/780)) +- Update pre-commit-hooks requirement from ~=4.4 to ~=4.5 ([#795](https://github.com/dbt-labs/dbt-snowflake/pull/795)) +- Bump mypy from 1.5.1 to 1.6.0 ([#799](https://github.com/dbt-labs/dbt-snowflake/pull/799)) +- Update pre-commit requirement from ~=3.4 to ~=3.5 ([#807](https://github.com/dbt-labs/dbt-snowflake/pull/807)) +- Update black requirement from ~=23.9 to ~=23.10 ([#809](https://github.com/dbt-labs/dbt-snowflake/pull/809)) +- Bump mypy from 1.6.0 to 1.6.1 ([#821](https://github.com/dbt-labs/dbt-snowflake/pull/821)) +- Update ddtrace requirement from ~=1.19 to ~=2.1 ([#822](https://github.com/dbt-labs/dbt-snowflake/pull/822)) +- Update black requirement from ~=23.10 to ~=23.11 ([#826](https://github.com/dbt-labs/dbt-snowflake/pull/826)) +- Bump mypy from 1.6.1 to 1.7.0 ([#828](https://github.com/dbt-labs/dbt-snowflake/pull/828)) +- Update pytest-xdist requirement from ~=3.3 to ~=3.4 ([#829](https://github.com/dbt-labs/dbt-snowflake/pull/829)) +- Update ddtrace requirement from ~=2.1 to ~=2.2 ([#832](https://github.com/dbt-labs/dbt-snowflake/pull/832)) +- Update wheel requirement from ~=0.41 to ~=0.42 ([#844](https://github.com/dbt-labs/dbt-snowflake/pull/844)) +- Update ddtrace requirement from ~=2.2 to ~=2.3 ([#848](https://github.com/dbt-labs/dbt-snowflake/pull/848)) +- Update pytest-xdist requirement from ~=3.4 to ~=3.5 ([#849](https://github.com/dbt-labs/dbt-snowflake/pull/849)) +- Bump mypy from 1.7.0 to 1.7.1 ([#850](https://github.com/dbt-labs/dbt-snowflake/pull/850)) +- Update freezegun requirement from ~=1.2 to ~=1.3 ([#860](https://github.com/dbt-labs/dbt-snowflake/pull/860)) +- Update black requirement from ~=23.11 to ~=23.12 ([#864](https://github.com/dbt-labs/dbt-snowflake/pull/864)) + +### Security + +- DDOS vulnerability in 41.0.5. Uptick to avoid ([#852](https://github.com/dbt-labs/dbt-snowflake/pull/852)) diff --git a/.changes/unreleased/Dependencies-20230919-120616.yaml b/.changes/1.8.0/Dependencies-20230919-120616.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230919-120616.yaml rename to .changes/1.8.0/Dependencies-20230919-120616.yaml diff --git a/.changes/unreleased/Dependencies-20231009-122807.yaml b/.changes/1.8.0/Dependencies-20231009-122807.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20231009-122807.yaml rename to .changes/1.8.0/Dependencies-20231009-122807.yaml diff --git a/.changes/unreleased/Dependencies-20231011-124519.yaml b/.changes/1.8.0/Dependencies-20231011-124519.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20231011-124519.yaml rename to .changes/1.8.0/Dependencies-20231011-124519.yaml diff --git a/.changes/unreleased/Dependencies-20231016-121821.yaml b/.changes/1.8.0/Dependencies-20231016-121821.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20231016-121821.yaml rename to .changes/1.8.0/Dependencies-20231016-121821.yaml diff --git a/.changes/unreleased/Dependencies-20231018-123921.yaml b/.changes/1.8.0/Dependencies-20231018-123921.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20231018-123921.yaml rename to .changes/1.8.0/Dependencies-20231018-123921.yaml diff --git a/.changes/unreleased/Dependencies-20231031-120931.yaml b/.changes/1.8.0/Dependencies-20231031-120931.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20231031-120931.yaml rename to .changes/1.8.0/Dependencies-20231031-120931.yaml diff --git a/.changes/unreleased/Dependencies-20231031-121003.yaml b/.changes/1.8.0/Dependencies-20231031-121003.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20231031-121003.yaml rename to .changes/1.8.0/Dependencies-20231031-121003.yaml diff --git a/.changes/unreleased/Dependencies-20231108-121743.yaml b/.changes/1.8.0/Dependencies-20231108-121743.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20231108-121743.yaml rename to .changes/1.8.0/Dependencies-20231108-121743.yaml diff --git a/.changes/unreleased/Dependencies-20231113-122906.yaml b/.changes/1.8.0/Dependencies-20231113-122906.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20231113-122906.yaml rename to .changes/1.8.0/Dependencies-20231113-122906.yaml diff --git a/.changes/unreleased/Dependencies-20231113-122910.yaml b/.changes/1.8.0/Dependencies-20231113-122910.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20231113-122910.yaml rename to .changes/1.8.0/Dependencies-20231113-122910.yaml diff --git a/.changes/unreleased/Dependencies-20231116-125757.yaml b/.changes/1.8.0/Dependencies-20231116-125757.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20231116-125757.yaml rename to .changes/1.8.0/Dependencies-20231116-125757.yaml diff --git a/.changes/unreleased/Dependencies-20231127-120651.yaml b/.changes/1.8.0/Dependencies-20231127-120651.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20231127-120651.yaml rename to .changes/1.8.0/Dependencies-20231127-120651.yaml diff --git a/.changes/unreleased/Dependencies-20231128-120535.yaml b/.changes/1.8.0/Dependencies-20231128-120535.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20231128-120535.yaml rename to .changes/1.8.0/Dependencies-20231128-120535.yaml diff --git a/.changes/unreleased/Dependencies-20231128-120543.yaml b/.changes/1.8.0/Dependencies-20231128-120543.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20231128-120543.yaml rename to .changes/1.8.0/Dependencies-20231128-120543.yaml diff --git a/.changes/unreleased/Dependencies-20231128-120548.yaml b/.changes/1.8.0/Dependencies-20231128-120548.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20231128-120548.yaml rename to .changes/1.8.0/Dependencies-20231128-120548.yaml diff --git a/.changes/unreleased/Dependencies-20231204-120306.yaml b/.changes/1.8.0/Dependencies-20231204-120306.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20231204-120306.yaml rename to .changes/1.8.0/Dependencies-20231204-120306.yaml diff --git a/.changes/unreleased/Dependencies-20231212-121926.yaml b/.changes/1.8.0/Dependencies-20231212-121926.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20231212-121926.yaml rename to .changes/1.8.0/Dependencies-20231212-121926.yaml diff --git a/.changes/unreleased/Features-20240109-165520.yaml b/.changes/1.8.0/Features-20240109-165520.yaml similarity index 100% rename from .changes/unreleased/Features-20240109-165520.yaml rename to .changes/1.8.0/Features-20240109-165520.yaml diff --git a/.changes/unreleased/Features-20240205-174816.yaml b/.changes/1.8.0/Features-20240205-174816.yaml similarity index 100% rename from .changes/unreleased/Features-20240205-174816.yaml rename to .changes/1.8.0/Features-20240205-174816.yaml diff --git a/.changes/unreleased/Fixes-20231030-212151.yaml b/.changes/1.8.0/Fixes-20231030-212151.yaml similarity index 100% rename from .changes/unreleased/Fixes-20231030-212151.yaml rename to .changes/1.8.0/Fixes-20231030-212151.yaml diff --git a/.changes/unreleased/Fixes-20240216-125014.yaml b/.changes/1.8.0/Fixes-20240216-125014.yaml similarity index 100% rename from .changes/unreleased/Fixes-20240216-125014.yaml rename to .changes/1.8.0/Fixes-20240216-125014.yaml diff --git a/.changes/unreleased/Security-20231128-173716.yaml b/.changes/1.8.0/Security-20231128-173716.yaml similarity index 100% rename from .changes/unreleased/Security-20231128-173716.yaml rename to .changes/1.8.0/Security-20231128-173716.yaml diff --git a/.changes/unreleased/Under the Hood-20231119-122853.yaml b/.changes/1.8.0/Under the Hood-20231119-122853.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20231119-122853.yaml rename to .changes/1.8.0/Under the Hood-20231119-122853.yaml diff --git a/.changes/unreleased/Under the Hood-20240117-112026.yaml b/.changes/1.8.0/Under the Hood-20240117-112026.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20240117-112026.yaml rename to .changes/1.8.0/Under the Hood-20240117-112026.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b6702b8f..9f41b1074 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,49 @@ - "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/dbt-labs/dbt-snowflake/blob/main/CONTRIBUTING.md#adding-changelog-entry) +## dbt-snowflake 1.8.0-b1 - March 02, 2024 + +### Features + +- Update base adapter references as part of decoupling migration ([#882](https://github.com/dbt-labs/dbt-snowflake/issues/882)) +- Support primative types + object, variant, array in snowflake for unit testing" ([#898](https://github.com/dbt-labs/dbt-snowflake/issues/898)) + +### Fixes + +- Dynamic tables now show the proper type in catalog queries ([#817](https://github.com/dbt-labs/dbt-snowflake/issues/817)) +- remove `token` field from connection keys ([#906](https://github.com/dbt-labs/dbt-snowflake/issues/906)) + +### Under the Hood + +- Add tests for --empty flag ([#837](https://github.com/dbt-labs/dbt-snowflake/issues/837)) +- Migrate to dbt-common and dbt-adapters package ([#890](https://github.com/dbt-labs/dbt-snowflake/issues/890)) + +### Dependencies + +- Update ddtrace requirement from ~=1.18 to ~=1.19 ([#780](https://github.com/dbt-labs/dbt-snowflake/pull/780)) +- Update pre-commit-hooks requirement from ~=4.4 to ~=4.5 ([#795](https://github.com/dbt-labs/dbt-snowflake/pull/795)) +- Bump mypy from 1.5.1 to 1.6.0 ([#799](https://github.com/dbt-labs/dbt-snowflake/pull/799)) +- Update pre-commit requirement from ~=3.4 to ~=3.5 ([#807](https://github.com/dbt-labs/dbt-snowflake/pull/807)) +- Update black requirement from ~=23.9 to ~=23.10 ([#809](https://github.com/dbt-labs/dbt-snowflake/pull/809)) +- Bump mypy from 1.6.0 to 1.6.1 ([#821](https://github.com/dbt-labs/dbt-snowflake/pull/821)) +- Update ddtrace requirement from ~=1.19 to ~=2.1 ([#822](https://github.com/dbt-labs/dbt-snowflake/pull/822)) +- Update black requirement from ~=23.10 to ~=23.11 ([#826](https://github.com/dbt-labs/dbt-snowflake/pull/826)) +- Bump mypy from 1.6.1 to 1.7.0 ([#828](https://github.com/dbt-labs/dbt-snowflake/pull/828)) +- Update pytest-xdist requirement from ~=3.3 to ~=3.4 ([#829](https://github.com/dbt-labs/dbt-snowflake/pull/829)) +- Update ddtrace requirement from ~=2.1 to ~=2.2 ([#832](https://github.com/dbt-labs/dbt-snowflake/pull/832)) +- Update wheel requirement from ~=0.41 to ~=0.42 ([#844](https://github.com/dbt-labs/dbt-snowflake/pull/844)) +- Update ddtrace requirement from ~=2.2 to ~=2.3 ([#848](https://github.com/dbt-labs/dbt-snowflake/pull/848)) +- Update pytest-xdist requirement from ~=3.4 to ~=3.5 ([#849](https://github.com/dbt-labs/dbt-snowflake/pull/849)) +- Bump mypy from 1.7.0 to 1.7.1 ([#850](https://github.com/dbt-labs/dbt-snowflake/pull/850)) +- Update freezegun requirement from ~=1.2 to ~=1.3 ([#860](https://github.com/dbt-labs/dbt-snowflake/pull/860)) +- Update black requirement from ~=23.11 to ~=23.12 ([#864](https://github.com/dbt-labs/dbt-snowflake/pull/864)) + +### Security + +- DDOS vulnerability in 41.0.5. Uptick to avoid ([#852](https://github.com/dbt-labs/dbt-snowflake/pull/852)) + + + ## Previous Releases For information on prior major and minor releases, see their changelogs: - [1.6](https://github.com/dbt-labs/dbt-snowflake/blob/1.6.latest/CHANGELOG.md) diff --git a/dbt/adapters/snowflake/__version__.py b/dbt/adapters/snowflake/__version__.py index f15b401d1..6496f3e22 100644 --- a/dbt/adapters/snowflake/__version__.py +++ b/dbt/adapters/snowflake/__version__.py @@ -1 +1 @@ -version = "1.8.0a1" +version = "1.8.0b1" diff --git a/setup.py b/setup.py index c49135a7d..625876e26 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ def _get_plugin_version_dict(): package_name = "dbt-snowflake" -package_version = "1.8.0a1" +package_version = "1.8.0b1" description = """The Snowflake adapter plugin for dbt""" setup(