Skip to content

Commit

Permalink
Bumping version to 1.4.0 and generate CHANGELOG (#478)
Browse files Browse the repository at this point in the history
Co-authored-by: Github Build Bot <[email protected]>
  • Loading branch information
github-actions[bot] and FishtownBuildBot authored Jan 25, 2023
1 parent 76bd3df commit 2a1aa2f
Show file tree
Hide file tree
Showing 23 changed files with 27 additions and 163 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.4.0rc1
current_version = 1.4.0
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
18 changes: 0 additions & 18 deletions .changes/1.4.0-b1.md

This file was deleted.

13 changes: 12 additions & 1 deletion .changes/1.4.0-rc1.md → .changes/1.4.0.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,32 @@
## dbt-bigquery 1.4.0-rc1 - January 11, 2023
## dbt-bigquery 1.4.0 - January 25, 2023
### Features
- Support for ingestion time partition table on BigQuery as incremental materialization ([#75](https://github.com/dbt-labs/dbt-bigquery/issues/75), [#136](https://github.com/dbt-labs/dbt-bigquery/pull/136))
- incremental predicates ([#283](https://github.com/dbt-labs/dbt-bigquery/issues/283), [#284](https://github.com/dbt-labs/dbt-bigquery/pull/284))
- Migrate dbt-utils current_timestamp macros into core + adapters ([#324](https://github.com/dbt-labs/dbt-bigquery/issues/324), [#323](https://github.com/dbt-labs/dbt-bigquery/pull/323))
- Optimize insert_overwrite incremental strategy with WRITE_TRUNCATE / Partition copy ([#77](https://github.com/dbt-labs/dbt-bigquery/issues/77), [#167](https://github.com/dbt-labs/dbt-bigquery/pull/167))
- Support BigQuery 'labels' and 'hours_to_expiration' configs for seeds. ([#125](https://github.com/dbt-labs/dbt-bigquery/issues/125), [#133](https://github.com/dbt-labs/dbt-bigquery/pull/133))
- Fetch table description to `catalog.json`, so it can be shown in dbt docs ([#173](https://github.com/dbt-labs/dbt-bigquery/issues/173), [#174](https://github.com/dbt-labs/dbt-bigquery/pull/174))
### Fixes
- use execution_project in python models ([#355](https://github.com/dbt-labs/dbt-bigquery/issues/355), [#356](https://github.com/dbt-labs/dbt-bigquery/pull/356))
- fix args for console link logging ([#362](https://github.com/dbt-labs/dbt-bigquery/issues/362), [#363](https://github.com/dbt-labs/dbt-bigquery/pull/363))
- stop eliminating trailing whitespace in incremental merge sql ([#457](https://github.com/dbt-labs/dbt-bigquery/issues/457), [#458](https://github.com/dbt-labs/dbt-bigquery/pull/458))
### Under the Hood
- use gcp retry logic for new connections ([#229](https://github.com/dbt-labs/dbt-bigquery/issues/229), [#230](https://github.com/dbt-labs/dbt-bigquery/pull/230))
- event logging changes to be in parity with dbt-core post pr#6291 ([#6139](https://github.com/dbt-labs/dbt-bigquery/issues/6139), [#410](https://github.com/dbt-labs/dbt-bigquery/pull/410))
- fix issue with tox 4.0.0 release which changes passenv syntax for space-separated variables ([#411](https://github.com/dbt-labs/dbt-bigquery/issues/411), [#411](https://github.com/dbt-labs/dbt-bigquery/pull/411))
- Truncates Job Labels to 63 Characters ([#202](https://github.com/dbt-labs/dbt-bigquery/issues/202), [#442](https://github.com/dbt-labs/dbt-bigquery/pull/442))
- Partition By unit test was failing, referenced the incorrect exception to be raised ([#443](https://github.com/dbt-labs/dbt-bigquery/issues/443), [#445](https://github.com/dbt-labs/dbt-bigquery/pull/445))
- Update exception names to match dbt-core ([#441](https://github.com/dbt-labs/dbt-bigquery/issues/441), [#460](https://github.com/dbt-labs/dbt-bigquery/pull/460))
### Dependencies
- Bump google-cloud-bigquery dependency to < 3.3.3 ([#269](https://github.com/dbt-labs/dbt-bigquery/issues/269), [#332](https://github.com/dbt-labs/dbt-bigquery/pull/332))
- Add supoort for python 3.11 ([#407](https://github.com/dbt-labs/dbt-bigquery/issues/407), [#431](https://github.com/dbt-labs/dbt-bigquery/pull/431))

### Contributors
- [@Kayrnt](https://github.com/Kayrnt) ([#136](https://github.com/dbt-labs/dbt-bigquery/pull/136), [#167](https://github.com/dbt-labs/dbt-bigquery/pull/167), [#363](https://github.com/dbt-labs/dbt-bigquery/pull/363))
- [@McKnight-42,](https://github.com/McKnight-42,) ([#174](https://github.com/dbt-labs/dbt-bigquery/pull/174))
- [@darrylng](https://github.com/darrylng) ([#133](https://github.com/dbt-labs/dbt-bigquery/pull/133))
- [@dave-connors-3](https://github.com/dave-connors-3) ([#284](https://github.com/dbt-labs/dbt-bigquery/pull/284))
- [@eplus-aolalere](https://github.com/eplus-aolalere) ([#332](https://github.com/dbt-labs/dbt-bigquery/pull/332))
- [@ericapetersson](https://github.com/ericapetersson) ([#356](https://github.com/dbt-labs/dbt-bigquery/pull/356))
- [@ernestoongaro](https://github.com/ernestoongaro) ([#442](https://github.com/dbt-labs/dbt-bigquery/pull/442))
- [@halvorlu](https://github.com/halvorlu) ([#174](https://github.com/dbt-labs/dbt-bigquery/pull/174))
7 changes: 0 additions & 7 deletions .changes/1.4.0/Dependencies-20221010-181501.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.4.0/Dependencies-20221213-135331.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.4.0/Features-20220807-164227.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.4.0/Features-20220823-085601.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.4.0/Features-20220926-105700.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/1.4.0/Features-20221020-223914.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.4.0/Features-20221119-115200.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.4.0/Features-20230109-105921.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.4.0/Fixes-20221019-115618.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.4.0/Fixes-20221026-192327.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.4.0/Fixes-20230109-105325.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.4.0/Under the Hood-20220805-165120.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.4.0/Under the Hood-20221207-103505.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/1.4.0/Under the Hood-20221207-151813.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.4.0/Under the Hood-20221219-212421.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/1.4.0/Under the Hood-20221221-124711.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.4.0/Under the Hood-20230110-110016.yaml

This file was deleted.

31 changes: 12 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,45 +4,38 @@
- Changes are listed under the (pre)release in which they first appear. Subsequent releases include changes from previous releases.
- "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-bigquery/blob/main/CONTRIBUTING.md#adding-changelog-entry)
## dbt-bigquery 1.4.0-rc1 - January 11, 2023
## dbt-bigquery 1.4.0 - January 25, 2023
### Features
- Support for ingestion time partition table on BigQuery as incremental materialization ([#75](https://github.com/dbt-labs/dbt-bigquery/issues/75), [#136](https://github.com/dbt-labs/dbt-bigquery/pull/136))
- incremental predicates ([#283](https://github.com/dbt-labs/dbt-bigquery/issues/283), [#284](https://github.com/dbt-labs/dbt-bigquery/pull/284))
- Migrate dbt-utils current_timestamp macros into core + adapters ([#324](https://github.com/dbt-labs/dbt-bigquery/issues/324), [#323](https://github.com/dbt-labs/dbt-bigquery/pull/323))
- Optimize insert_overwrite incremental strategy with WRITE_TRUNCATE / Partition copy ([#77](https://github.com/dbt-labs/dbt-bigquery/issues/77), [#167](https://github.com/dbt-labs/dbt-bigquery/pull/167))
- Support BigQuery 'labels' and 'hours_to_expiration' configs for seeds. ([#125](https://github.com/dbt-labs/dbt-bigquery/issues/125), [#133](https://github.com/dbt-labs/dbt-bigquery/pull/133))
- Fetch table description to `catalog.json`, so it can be shown in dbt docs ([#173](https://github.com/dbt-labs/dbt-bigquery/issues/173), [#174](https://github.com/dbt-labs/dbt-bigquery/pull/174))
### Fixes
- use execution_project in python models ([#355](https://github.com/dbt-labs/dbt-bigquery/issues/355), [#356](https://github.com/dbt-labs/dbt-bigquery/pull/356))
- fix args for console link logging ([#362](https://github.com/dbt-labs/dbt-bigquery/issues/362), [#363](https://github.com/dbt-labs/dbt-bigquery/pull/363))
- stop eliminating trailing whitespace in incremental merge sql ([#457](https://github.com/dbt-labs/dbt-bigquery/issues/457), [#458](https://github.com/dbt-labs/dbt-bigquery/pull/458))
### Under the Hood
- use gcp retry logic for new connections ([#229](https://github.com/dbt-labs/dbt-bigquery/issues/229), [#230](https://github.com/dbt-labs/dbt-bigquery/pull/230))
- event logging changes to be in parity with dbt-core post pr#6291 ([#6139](https://github.com/dbt-labs/dbt-bigquery/issues/6139), [#410](https://github.com/dbt-labs/dbt-bigquery/pull/410))
- fix issue with tox 4.0.0 release which changes passenv syntax for space-separated variables ([#411](https://github.com/dbt-labs/dbt-bigquery/issues/411), [#411](https://github.com/dbt-labs/dbt-bigquery/pull/411))
- Truncates Job Labels to 63 Characters ([#202](https://github.com/dbt-labs/dbt-bigquery/issues/202), [#442](https://github.com/dbt-labs/dbt-bigquery/pull/442))
- Partition By unit test was failing, referenced the incorrect exception to be raised ([#443](https://github.com/dbt-labs/dbt-bigquery/issues/443), [#445](https://github.com/dbt-labs/dbt-bigquery/pull/445))
- Update exception names to match dbt-core ([#441](https://github.com/dbt-labs/dbt-bigquery/issues/441), [#460](https://github.com/dbt-labs/dbt-bigquery/pull/460))
### Dependencies
- Bump google-cloud-bigquery dependency to < 3.3.3 ([#269](https://github.com/dbt-labs/dbt-bigquery/issues/269), [#332](https://github.com/dbt-labs/dbt-bigquery/pull/332))
- Add supoort for python 3.11 ([#407](https://github.com/dbt-labs/dbt-bigquery/issues/407), [#431](https://github.com/dbt-labs/dbt-bigquery/pull/431))

### Contributors
- [@Kayrnt](https://github.com/Kayrnt) ([#136](https://github.com/dbt-labs/dbt-bigquery/pull/136), [#167](https://github.com/dbt-labs/dbt-bigquery/pull/167), [#363](https://github.com/dbt-labs/dbt-bigquery/pull/363))
- [@McKnight-42,](https://github.com/McKnight-42,) ([#174](https://github.com/dbt-labs/dbt-bigquery/pull/174))
- [@darrylng](https://github.com/darrylng) ([#133](https://github.com/dbt-labs/dbt-bigquery/pull/133))
- [@dave-connors-3](https://github.com/dave-connors-3) ([#284](https://github.com/dbt-labs/dbt-bigquery/pull/284))
- [@ernestoongaro](https://github.com/ernestoongaro) ([#442](https://github.com/dbt-labs/dbt-bigquery/pull/442))
- [@halvorlu](https://github.com/halvorlu) ([#174](https://github.com/dbt-labs/dbt-bigquery/pull/174))
## dbt-bigquery 1.4.0-b1 - December 15, 2022
### Features
- Support for ingestion time partition table on BigQuery as incremental materialization ([#75](https://github.com/dbt-labs/dbt-bigquery/issues/75), [#136](https://github.com/dbt-labs/dbt-bigquery/pull/136))
- Migrate dbt-utils current_timestamp macros into core + adapters ([#324](https://github.com/dbt-labs/dbt-bigquery/issues/324), [#323](https://github.com/dbt-labs/dbt-bigquery/pull/323))
- Optimize insert_overwrite incremental strategy with WRITE_TRUNCATE / Partition copy ([#77](https://github.com/dbt-labs/dbt-bigquery/issues/77), [#167](https://github.com/dbt-labs/dbt-bigquery/pull/167))
### Fixes
- use execution_project in python models ([#355](https://github.com/dbt-labs/dbt-bigquery/issues/355), [#356](https://github.com/dbt-labs/dbt-bigquery/pull/356))
- fix args for console link logging ([#362](https://github.com/dbt-labs/dbt-bigquery/issues/362), [#363](https://github.com/dbt-labs/dbt-bigquery/pull/363))
### Under the Hood
- event logging changes to be in parity with dbt-core post pr#6291 ([#6139](https://github.com/dbt-labs/dbt-bigquery/issues/6139), [#410](https://github.com/dbt-labs/dbt-bigquery/pull/410))
- fix issue with tox 4.0.0 release which changes passenv syntax for space-separated variables ([#411](https://github.com/dbt-labs/dbt-bigquery/issues/411), [#411](https://github.com/dbt-labs/dbt-bigquery/pull/411))
### Dependencies
- Bump google-cloud-bigquery dependency to < 3.3.3 ([#269](https://github.com/dbt-labs/dbt-bigquery/issues/269), [#332](https://github.com/dbt-labs/dbt-bigquery/pull/332))

### Contributors
- [@Kayrnt](https://github.com/Kayrnt) ([#136](https://github.com/dbt-labs/dbt-bigquery/pull/136), [#167](https://github.com/dbt-labs/dbt-bigquery/pull/167), [#363](https://github.com/dbt-labs/dbt-bigquery/pull/363))
- [@eplus-aolalere](https://github.com/eplus-aolalere) ([#332](https://github.com/dbt-labs/dbt-bigquery/pull/332))
- [@ericapetersson](https://github.com/ericapetersson) ([#356](https://github.com/dbt-labs/dbt-bigquery/pull/356))
- [@ernestoongaro](https://github.com/ernestoongaro) ([#442](https://github.com/dbt-labs/dbt-bigquery/pull/442))
- [@halvorlu](https://github.com/halvorlu) ([#174](https://github.com/dbt-labs/dbt-bigquery/pull/174))
## Previous Releases
For information on prior major and minor releases, see their changelogs:
- [1.3](https://github.com/dbt-labs/dbt-bigquery/blob/1.3.latest/CHANGELOG.md)
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/bigquery/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.4.0rc1"
version = "1.4.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def _dbt_core_version(plugin_version: str) -> str:


package_name = "dbt-bigquery"
package_version = "1.4.0rc1"
package_version = "1.4.0"
dbt_core_version = _dbt_core_version(_dbt_bigquery_version())
description = """The BigQuery adapter plugin for dbt"""

Expand Down

0 comments on commit 2a1aa2f

Please sign in to comment.