Skip to content

Commit

Permalink
Bumping version to 1.4.0rc1 and generate changelog (#463)
Browse files Browse the repository at this point in the history
* Bumping version to 1.4.0rc1 and generate CHANGELOG

* add @1.4.latest

Co-authored-by: Github Build Bot <[email protected]>
Co-authored-by: Colin <[email protected]>
  • Loading branch information
3 people authored Jan 11, 2023
1 parent 3ce88d7 commit 76bd3df
Show file tree
Hide file tree
Showing 15 changed files with 47 additions and 5 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.0b1
current_version = 1.4.0rc1
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
21 changes: 21 additions & 0 deletions .changes/1.4.0-rc1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## dbt-bigquery 1.4.0-rc1 - January 11, 2023
### Features
- incremental predicates ([#283](https://github.com/dbt-labs/dbt-bigquery/issues/283), [#284](https://github.com/dbt-labs/dbt-bigquery/pull/284))
- 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
- 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))
- 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
- 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
- [@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))
File renamed without changes.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@
- 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
### Features
- incremental predicates ([#283](https://github.com/dbt-labs/dbt-bigquery/issues/283), [#284](https://github.com/dbt-labs/dbt-bigquery/pull/284))
- 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
- 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))
- 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
- 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
- [@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))
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.0b1"
version = "1.4.0rc1"
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# install latest changes in dbt-core
# TODO: how to automate switching from develop to version branches?
git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-core&subdirectory=core
git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-tests-adapter&subdirectory=tests/adapter
git+https://github.com/dbt-labs/dbt-core.git@1.4.latest#egg=dbt-core&subdirectory=core
git+https://github.com/dbt-labs/dbt-core.git@1.4.latest#egg=dbt-tests-adapter&subdirectory=tests/adapter

black~=22.8.0
bumpversion~=0.6.0
Expand Down
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.0b1"
package_version = "1.4.0rc1"
dbt_core_version = _dbt_core_version(_dbt_bigquery_version())
description = """The BigQuery adapter plugin for dbt"""

Expand Down

0 comments on commit 76bd3df

Please sign in to comment.