Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumping version to 1.7.0 and generate changelog #930

Merged
merged 1 commit into from
Nov 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
27 changes: 0 additions & 27 deletions .changes/1.7.0-b2.md

This file was deleted.

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

This file was deleted.

21 changes: 19 additions & 2 deletions .changes/1.7.0-b1.md → .changes/1.7.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## dbt-spark 1.7.0-b1 - August 17, 2023
## dbt-spark 1.7.0 - November 02, 2023

### Features

Expand All @@ -7,6 +7,9 @@
- Add server_side_parameters to HTTP connection method ([#824](https://github.com/dbt-labs/dbt-spark/issues/824))
- Enforce server side parameters keys and values to be strings ([#826](https://github.com/dbt-labs/dbt-spark/issues/826))
- Add SessionConnectionWrapper ([#829](https://github.com/dbt-labs/dbt-spark/issues/829))
- Persist Column level comments when creating views ([#372](https://github.com/dbt-labs/dbt-spark/issues/372))
- Support storing test failures as views ([#6914](https://github.com/dbt-labs/dbt-spark/issues/6914))
- Create temporary views with 'or replace' ([#350](https://github.com/dbt-labs/dbt-spark/issues/350))

### Fixes

Expand All @@ -16,6 +19,7 @@
### Under the Hood

- Update stale workflow to use centralized version ([#842](https://github.com/dbt-labs/dbt-spark/issues/842))
- Remove dependency on hologram ([#881](https://github.com/dbt-labs/dbt-spark/issues/881))

### Dependencies

Expand All @@ -24,6 +28,7 @@
- Update pre-commit requirement from ~=2.21 to ~=3.3 ([#748](https://github.com/dbt-labs/dbt-spark/pull/748))
- Update types-requests requirement from ~=2.28 to ~=2.29 ([#749](https://github.com/dbt-labs/dbt-spark/pull/749))
- Bump mypy from 1.2.0 to 1.3.0 ([#768](https://github.com/dbt-labs/dbt-spark/pull/768))
- Replace sasl with pure-sasl for PyHive ([#818](https://github.com/dbt-labs/dbt-spark/pull/818))
- Update flake8 requirement from ~=6.0 to ~=6.1 ([#849](https://github.com/dbt-labs/dbt-spark/pull/849))
- Update types-requests requirement from ~=2.29 to ~=2.31 ([#850](https://github.com/dbt-labs/dbt-spark/pull/850))
- Update pytest-xdist requirement from ~=3.2 to ~=3.3 ([#851](https://github.com/dbt-labs/dbt-spark/pull/851))
Expand All @@ -38,10 +43,22 @@
- Update tox requirement from ~=4.6 to ~=4.7 ([#867](https://github.com/dbt-labs/dbt-spark/pull/867))
- Update tox requirement from ~=4.7 to ~=4.8 ([#871](https://github.com/dbt-labs/dbt-spark/pull/871))
- Bump mypy from 1.4.1 to 1.5.0 ([#872](https://github.com/dbt-labs/dbt-spark/pull/872))
- Update tox requirement from ~=4.8 to ~=4.9 ([#874](https://github.com/dbt-labs/dbt-spark/pull/874))
- Bump mypy from 1.5.0 to 1.5.1 ([#875](https://github.com/dbt-labs/dbt-spark/pull/875))
- Update tox requirement from ~=4.9 to ~=4.10 ([#879](https://github.com/dbt-labs/dbt-spark/pull/879))
- Update pre-commit requirement from ~=3.3 to ~=3.4 ([#884](https://github.com/dbt-labs/dbt-spark/pull/884))
- Update black requirement from ~=23.7 to ~=23.9 ([#886](https://github.com/dbt-labs/dbt-spark/pull/886))
- Update tox requirement from ~=4.10 to ~=4.11 ([#887](https://github.com/dbt-labs/dbt-spark/pull/887))

### Security

- Add docker image to the repo ([#876](https://github.com/dbt-labs/dbt-spark/pull/876))

### Contributors
- [@Fokko](https://github.com/Fokko) ([#829](https://github.com/dbt-labs/dbt-spark/issues/829), [#782](https://github.com/dbt-labs/dbt-spark/issues/782))
- [@Fokko](https://github.com/Fokko) ([#829](https://github.com/dbt-labs/dbt-spark/issues/829), [#782](https://github.com/dbt-labs/dbt-spark/issues/782), [#876](https://github.com/dbt-labs/dbt-spark/pull/876))
- [@Fokko,JCZuurmond](https://github.com/Fokko,JCZuurmond) ([#824](https://github.com/dbt-labs/dbt-spark/issues/824), [#826](https://github.com/dbt-labs/dbt-spark/issues/826))
- [@alarocca-apixio](https://github.com/alarocca-apixio) ([#690](https://github.com/dbt-labs/dbt-spark/issues/690))
- [@annazizian](https://github.com/annazizian) ([#350](https://github.com/dbt-labs/dbt-spark/issues/350))
- [@etheleon](https://github.com/etheleon) ([#865](https://github.com/dbt-labs/dbt-spark/issues/865))
- [@hanna-liashchuk](https://github.com/hanna-liashchuk) ([#387](https://github.com/dbt-labs/dbt-spark/issues/387))
- [@jurasan](https://github.com/jurasan) ([#372](https://github.com/dbt-labs/dbt-spark/issues/372))
6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230424-230630.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230424-230645.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230501-231003.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230501-231035.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230510-230725.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230628-121341.yaml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230804-225232.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230804-225236.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230804-225243.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230804-225249.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230807-221033.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230807-221037.yaml

This file was deleted.

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

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230811-221135.yaml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230816-221452.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230816-221455.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230825-154517.yaml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230912-222718.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.7.0/Features-20221229-200956.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Features-20230707-104150.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Features-20230707-113337.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Features-20230707-114650.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Features-20230707-135442.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Features-20230817-130731.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Features-20230921-180958.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Features-20231011-094718.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Fixes-20230517-142331.yaml

This file was deleted.

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

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Security-20230817-145626.yaml

This file was deleted.

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

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Under the Hood-20230830-160616.yaml

This file was deleted.

Loading