Skip to content

Commit

Permalink
Clean up changelog on main
Browse files Browse the repository at this point in the history
  • Loading branch information
FishtownBuildBot committed Jul 17, 2023
1 parent a6dc99f commit e8c350d
Show file tree
Hide file tree
Showing 25 changed files with 1 addition and 228 deletions.
1 change: 0 additions & 1 deletion .changes/1.6.0-a1.md

This file was deleted.

31 changes: 0 additions & 31 deletions .changes/1.6.0-b1.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/1.6.0-b2.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changes/1.6.0-b3.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Dependencies-20230329-102021.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Dependencies-20230406-230203.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Dependencies-20230421-041623.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Dependencies-20230421-180054.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Dependencies-20230421-230051.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Dependencies-20230423-215745.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.6.0/Dependency-20221116-221906.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.6.0/Features-20220812-091652.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Features-20230427-123135.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Features-20230604-043421.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Fixes-20230420-214433.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Fixes-20230510-154735.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Fixes-20230512-151453.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Under the Hood-20230508-222118.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.6.0/Under the Hood-20230530-162533.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Features-20230627-155913.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Fixes-20230319-155618.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Fixes-20230510-163110.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Fixes-20230623-112100.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Fixes-20230628-162413.yaml

This file was deleted.

57 changes: 1 addition & 56 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,62 +5,6 @@
- "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-spark/blob/main/CONTRIBUTING.md#adding-changelog-entry)

## dbt-spark 1.6.0-b3 - June 09, 2023

### Features

- Standardize the _connection_keys and debug_query for `dbt debug`. ([#PR754](https://github.com/dbt-labs/dbt-spark/issues/PR754))

### Fixes

- wrap expression for check constraints in parentheses ([#7480](https://github.com/dbt-labs/dbt-spark/issues/7480))

### Under the Hood

- drop support for python 3.7 ([#792](https://github.com/dbt-labs/dbt-spark/issues/792))



## dbt-spark 1.6.0-b2 - May 25, 2023

### Features

- All constraint types are supported, but not enforced. ([#656](https://github.com/dbt-labs/dbt-spark/issues/656), [#657](https://github.com/dbt-labs/dbt-spark/issues/657))

## dbt-spark 1.6.0-b1 - May 12, 2023

### Features

- Support insert_overwrite strategy with delta ([#1013](https://github.com/dbt-labs/dbt-spark/issues/1013))

### Fixes

- Fixed issue where table materialization was not always properly refreshing for non-admin users on Databricks ([#725](https://github.com/dbt-labs/dbt-spark/issues/725))
- Remove dead code 💀 ([#758](https://github.com/dbt-labs/dbt-spark/issues/758))

### Under the Hood

- Remove unneeded type ignore ([#753](https://github.com/dbt-labs/dbt-spark/issues/753))

### Dependencies

- Update black requirement from ~=23.1 to ~=23.3 ([#701](https://github.com/dbt-labs/dbt-spark/pull/701))
- Bump mypy from 1.1.1 to 1.2.0 ([#708](https://github.com/dbt-labs/dbt-spark/pull/708))
- Update pytest requirement from ~=7.2 to ~=7.3 ([#726](https://github.com/dbt-labs/dbt-spark/pull/726))
- Update types-pytz requirement from ~=2023.2 to ~=2023.3 ([#704](https://github.com/dbt-labs/dbt-spark/pull/704))
- Update pip-tools requirement from ~=6.12 to ~=6.13 ([#737](https://github.com/dbt-labs/dbt-spark/pull/737))
- Update pytz requirement from ~=2023.2 to ~=2023.3 ([#702](https://github.com/dbt-labs/dbt-spark/pull/702))

### Dependency

- Bump pyodbc from 4.0.34 to 4.0.35 ([#417](https://github.com/dbt-labs/dbt-spark/issues/417))

### Contributors
- [@Fokko](https://github.com/Fokko) ([#758](https://github.com/dbt-labs/dbt-spark/issues/758), [#753](https://github.com/dbt-labs/dbt-spark/issues/753))
- [@flvndh](https://github.com/flvndh) ([#1013](https://github.com/dbt-labs/dbt-spark/issues/1013))

## dbt-spark 1.6.0-a1 - April 17, 2023

## Previous Releases
For information on prior major and minor releases, see their changelogs:
- [1.5](https://github.com/dbt-labs/dbt-spark/blob/1.5.latest/CHANGELOG.md)
Expand All @@ -72,3 +16,4 @@ For information on prior major and minor releases, see their changelogs:
- [0.21](https://github.com/dbt-labs/dbt-spark/blob/0.21.latest/CHANGELOG.md)
- [0.20](https://github.com/dbt-labs/dbt-spark/blob/0.20.latest/CHANGELOG.md)
- [0.19 and earlier](https://github.com/dbt-labs/dbt-spark/blob/0.19.latest/CHANGELOG.md)

0 comments on commit e8c350d

Please sign in to comment.