Skip to content

Commit

Permalink
Bumping version to 1.7.0 and generate changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
FishtownBuildBot committed Nov 2, 2023
1 parent b5d7d72 commit 9ab4cdd
Show file tree
Hide file tree
Showing 48 changed files with 84 additions and 370 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.7.0rc1
current_version = 1.7.0
parse = (?P<major>[\d]+) # major version number
\.(?P<minor>[\d]+) # minor version number
\.(?P<patch>[\d]+) # patch version number
Expand Down
35 changes: 0 additions & 35 deletions .changes/1.7.0-b1.md

This file was deleted.

22 changes: 0 additions & 22 deletions .changes/1.7.0-b2.md

This file was deleted.

25 changes: 0 additions & 25 deletions .changes/1.7.0-rc1.md

This file was deleted.

61 changes: 61 additions & 0 deletions .changes/1.7.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
## dbt-snowflake 1.7.0 - November 02, 2023

### Features

- Support replacing tables/views with dynamic tables and vice versa ([#753](https://github.com/dbt-labs/dbt-snowflake/issues/753))
- Support limiting get_catalog by object name ([#758](https://github.com/dbt-labs/dbt-snowflake/issues/758))
- Redact cases where raw data can be leaked logs ([#772](https://github.com/dbt-labs/dbt-snowflake/issues/772))
- Support storing test failures as views ([#6914](https://github.com/dbt-labs/dbt-snowflake/issues/6914))
- Add support for checking table-last-modified by metadata ([#785](https://github.com/dbt-labs/dbt-snowflake/issues/785))

### Fixes

- Incremental materialization with "append" strategy does not wrap dml with explicit transaction ([#656](https://github.com/dbt-labs/dbt-snowflake/issues/656))
- Fix `on_configuration_change` setting to properly recognize `continue` and `fail` ([#708](https://github.com/dbt-labs/dbt-snowflake/issues/708))
- Cancel all queries when terminating dbt ([#711](https://github.com/dbt-labs/dbt-snowflake/issues/711))
- change target_lag type to allow for downstream as a option ([#734](https://github.com/dbt-labs/dbt-snowflake/issues/734))
- update snowflake_warehouse field for dynamic tables to be more accounted for ([#735](https://github.com/dbt-labs/dbt-snowflake/issues/735))
- remove senesitive creds from dbt debug stdout ([#754](https://github.com/dbt-labs/dbt-snowflake/issues/754))
- changes expected value types to AnyInteger to take into account changes in core ([#762](https://github.com/dbt-labs/dbt-snowflake/issues/762))
- Fixing comment on syntax for dynamic tables ([#769](https://github.com/dbt-labs/dbt-snowflake/issues/769))
- Make python models use transient config ([#776](https://github.com/dbt-labs/dbt-snowflake/issues/776))
- Fix the alter syntax on column for dynamic table ([#769](https://github.com/dbt-labs/dbt-snowflake/issues/769))
- Dynamic tables now show the proper type in catalog queries ([#817](https://github.com/dbt-labs/dbt-snowflake/issues/817))

### Under the Hood

- add pem private key option ([#619](https://github.com/dbt-labs/dbt-snowflake/issues/619))
- Update stale workflow to use the centralized version ([#707](https://github.com/dbt-labs/dbt-snowflake/issues/707))
- Restructure macros files - move relation ddl statements into separate files and directories ([#750](https://github.com/dbt-labs/dbt-snowflake/issues/750))
- Add tests for inlined limit + sql_header in dbt show query ([#786](https://github.com/dbt-labs/dbt-snowflake/issues/786))
- allow for adding snowflake-python-collector logs to dbt output ([#768](https://github.com/dbt-labs/dbt-snowflake/issues/768))
- Remove manual refresh of dynamic table when created; Snowflake does this now ([#798](https://github.com/dbt-labs/dbt-snowflake/issues/798))

### Dependencies

- Update black requirement from ~=23.3 to ~=23.7 ([#688](https://github.com/dbt-labs/dbt-snowflake/pull/688))
- Update pip-tools requirement from ~=6.14 to ~=7.0 ([#692](https://github.com/dbt-labs/dbt-snowflake/pull/692))
- Update ddtrace requirement from ~=1.16 to ~=1.17 ([#704](https://github.com/dbt-labs/dbt-snowflake/pull/704))
- Update wheel requirement from ~=0.40 to ~=0.41 ([#706](https://github.com/dbt-labs/dbt-snowflake/pull/706))
- Update flake8 requirement from ~=6.0 to ~=6.1 ([#714](https://github.com/dbt-labs/dbt-snowflake/pull/714))
- Update pip-tools requirement from ~=7.0 to ~=7.1 ([#722](https://github.com/dbt-labs/dbt-snowflake/pull/722))
- Update pip-tools requirement from ~=7.1 to ~=7.2 ([#723](https://github.com/dbt-labs/dbt-snowflake/pull/723))
- Update tox requirement from ~=4.6 to ~=4.7 ([#730](https://github.com/dbt-labs/dbt-snowflake/pull/730))
- Update pip-tools requirement from ~=7.2 to ~=7.3 ([#731](https://github.com/dbt-labs/dbt-snowflake/pull/731))
- Bump mypy from 1.4.1 to 1.5.0 ([#733](https://github.com/dbt-labs/dbt-snowflake/pull/733))
- Update tox requirement from ~=4.7 to ~=4.8 ([#744](https://github.com/dbt-labs/dbt-snowflake/pull/744))
- Update ddtrace requirement from ~=1.17 to ~=1.18 ([#745](https://github.com/dbt-labs/dbt-snowflake/pull/745))
- Update tox requirement from ~=4.8 to ~=4.9 ([#748](https://github.com/dbt-labs/dbt-snowflake/pull/748))
- Bump mypy from 1.5.0 to 1.5.1 ([#749](https://github.com/dbt-labs/dbt-snowflake/pull/749))
- Update tox requirement from ~=4.9 to ~=4.10 ([#752](https://github.com/dbt-labs/dbt-snowflake/pull/752))
- Update tox requirement from ~=4.10 to ~=4.11 ([#759](https://github.com/dbt-labs/dbt-snowflake/pull/759))
- Update pre-commit requirement from ~=3.3 to ~=3.4 ([#760](https://github.com/dbt-labs/dbt-snowflake/pull/760))
- Update black requirement from ~=23.7 to ~=23.9 ([#765](https://github.com/dbt-labs/dbt-snowflake/pull/765))

### Contributors
- [@danielefrigo](https://github.com/danielefrigo) ([#656](https://github.com/dbt-labs/dbt-snowflake/issues/656))
- [@gabeschenz](https://github.com/gabeschenz) ([#619](https://github.com/dbt-labs/dbt-snowflake/issues/619))
- [@jaypeedevlin](https://github.com/jaypeedevlin) ([#772](https://github.com/dbt-labs/dbt-snowflake/issues/772))
- [@jeremyyeo](https://github.com/jeremyyeo) ([#776](https://github.com/dbt-labs/dbt-snowflake/issues/776))
- [@julio-romero](https://github.com/julio-romero) ([#711](https://github.com/dbt-labs/dbt-snowflake/issues/711))
- [@kaarthik108](https://github.com/kaarthik108) ([#769](https://github.com/dbt-labs/dbt-snowflake/issues/769), [#769](https://github.com/dbt-labs/dbt-snowflake/issues/769))
6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230711-123517.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230717-121543.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230721-130136.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230724-123845.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230731-121631.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230802-221810.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230803-131336.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230809-130151.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230809-130216.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230810-124706.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230814-125402.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230814-125450.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230817-121646.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230817-121652.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230822-120421.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230830-125448.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230904-121823.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230911-122237.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Features-20230822-234732.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Features-20230829-152412.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Features-20230915-091507.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Features-20230919-171047.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Features-20231008-195410.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.7.0/Fixes-20230626-132631.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Fixes-20230726-164729.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Fixes-20230804-175222.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Fixes-20230810-154613.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Fixes-20230810-163232.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Fixes-20230828-143834.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Fixes-20230907-153305.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Fixes-20230914-110800.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Fixes-20230918-105721.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Fixes-20231002-144648.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Under the Hood-20230621-144450.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Under the Hood-20230724-162947.yaml

This file was deleted.

Loading

0 comments on commit 9ab4cdd

Please sign in to comment.