diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f61059fbd..4bba9333c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.8.0b1 +current_version = 1.8.0b2 parse = (?P[\d]+) # major version number \.(?P[\d]+) # minor version number \.(?P[\d]+) # patch version number diff --git a/.changes/1.8.0-b2.md b/.changes/1.8.0-b2.md new file mode 100644 index 000000000..2c452469e --- /dev/null +++ b/.changes/1.8.0-b2.md @@ -0,0 +1,25 @@ +## dbt-snowflake 1.8.0-b2 - April 03, 2024 + +### Features + +- Add new workflow for internal patch releases ([#38](https://github.com/dbt-labs/dbt-snowflake/issues/38)) + +### Fixes + +- Acknowledge `send_anonymous_usage_stats` setting for python models ([#830](https://github.com/dbt-labs/dbt-snowflake/issues/830)) +- modify metadata queries to take into account object type of BASE TABLE being assigned to dynamic tables when was null previously ([#934](https://github.com/dbt-labs/dbt-snowflake/issues/934)) +- remove `private_key_path` from connection keys ([#949](https://github.com/dbt-labs/dbt-snowflake/issues/949)) + +### Under the Hood + +- Add unit test for transaction semantics. ([#912](https://github.com/dbt-labs/dbt-snowflake/issues/912)) + +### Dependencies + +- hard pin ddtrace to 2.3.0 ([#932](https://github.com/dbt-labs/dbt-snowflake/pull/932)) +- bump cryptography to 42.0.4 or higher for security callouts ([#938](https://github.com/dbt-labs/dbt-snowflake/pull/938)) +- Add `dbt-core` as a dependency to preserve backwards compatibility for installation ([#964](https://github.com/dbt-labs/dbt-snowflake/pull/964)) + +### Security + +- Pin `black>=24.3` in `dev-requirements.txt` ([#959](https://github.com/dbt-labs/dbt-snowflake/pull/959)) diff --git a/.changes/unreleased/Dependencies-20240319-102636.yaml b/.changes/1.8.0/Dependencies-20240319-102636.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20240319-102636.yaml rename to .changes/1.8.0/Dependencies-20240319-102636.yaml diff --git a/.changes/unreleased/Dependencies-20240320-111128.yaml b/.changes/1.8.0/Dependencies-20240320-111128.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20240320-111128.yaml rename to .changes/1.8.0/Dependencies-20240320-111128.yaml diff --git a/.changes/unreleased/Dependencies-20240403-133936.yaml b/.changes/1.8.0/Dependencies-20240403-133936.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20240403-133936.yaml rename to .changes/1.8.0/Dependencies-20240403-133936.yaml diff --git a/.changes/unreleased/Features-20240318-033136.yaml b/.changes/1.8.0/Features-20240318-033136.yaml similarity index 100% rename from .changes/unreleased/Features-20240318-033136.yaml rename to .changes/1.8.0/Features-20240318-033136.yaml diff --git a/.changes/unreleased/Fixes-20240318-203635.yaml b/.changes/1.8.0/Fixes-20240318-203635.yaml similarity index 100% rename from .changes/unreleased/Fixes-20240318-203635.yaml rename to .changes/1.8.0/Fixes-20240318-203635.yaml diff --git a/.changes/unreleased/Fixes-20240320-154054.yaml b/.changes/1.8.0/Fixes-20240320-154054.yaml similarity index 100% rename from .changes/unreleased/Fixes-20240320-154054.yaml rename to .changes/1.8.0/Fixes-20240320-154054.yaml diff --git a/.changes/unreleased/Fixes-20240322-104553.yaml b/.changes/1.8.0/Fixes-20240322-104553.yaml similarity index 100% rename from .changes/unreleased/Fixes-20240322-104553.yaml rename to .changes/1.8.0/Fixes-20240322-104553.yaml diff --git a/.changes/unreleased/Security-20240327-190647.yaml b/.changes/1.8.0/Security-20240327-190647.yaml similarity index 100% rename from .changes/unreleased/Security-20240327-190647.yaml rename to .changes/1.8.0/Security-20240327-190647.yaml diff --git a/.changes/unreleased/Under the Hood-20240227-010428.yaml b/.changes/1.8.0/Under the Hood-20240227-010428.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20240227-010428.yaml rename to .changes/1.8.0/Under the Hood-20240227-010428.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f41b1074..549f17594 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,34 @@ - "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-b2 - April 03, 2024 + +### Features + +- Add new workflow for internal patch releases ([#38](https://github.com/dbt-labs/dbt-snowflake/issues/38)) + +### Fixes + +- Acknowledge `send_anonymous_usage_stats` setting for python models ([#830](https://github.com/dbt-labs/dbt-snowflake/issues/830)) +- modify metadata queries to take into account object type of BASE TABLE being assigned to dynamic tables when was null previously ([#934](https://github.com/dbt-labs/dbt-snowflake/issues/934)) +- remove `private_key_path` from connection keys ([#949](https://github.com/dbt-labs/dbt-snowflake/issues/949)) + +### Under the Hood + +- Add unit test for transaction semantics. ([#912](https://github.com/dbt-labs/dbt-snowflake/issues/912)) + +### Dependencies + +- hard pin ddtrace to 2.3.0 ([#932](https://github.com/dbt-labs/dbt-snowflake/pull/932)) +- bump cryptography to 42.0.4 or higher for security callouts ([#938](https://github.com/dbt-labs/dbt-snowflake/pull/938)) +- Add `dbt-core` as a dependency to preserve backwards compatibility for installation ([#964](https://github.com/dbt-labs/dbt-snowflake/pull/964)) + +### Security + +- Pin `black>=24.3` in `dev-requirements.txt` ([#959](https://github.com/dbt-labs/dbt-snowflake/pull/959)) + + + ## dbt-snowflake 1.8.0-b1 - March 02, 2024 ### Features @@ -46,8 +74,6 @@ - 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 6496f3e22..7d16c28f0 100644 --- a/dbt/adapters/snowflake/__version__.py +++ b/dbt/adapters/snowflake/__version__.py @@ -1 +1 @@ -version = "1.8.0b1" +version = "1.8.0b2" diff --git a/setup.py b/setup.py index aa5517c67..34743f7d8 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def _get_plugin_version_dict(): package_name = "dbt-snowflake" -package_version = "1.8.0b1" +package_version = "1.8.0b2" description = """The Snowflake adapter plugin for dbt""" setup(