From 5497cf75494247eccb82500021a9b07ffe95d561 Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Fri, 13 Jul 2018 07:24:03 -0700 Subject: [PATCH] Release bigquery 1.4.0 (#5604) * Release 1.4.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ setup.py | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cf217b2b..9afc48a3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,31 @@ [1]: https://pypi.org/project/google-cloud-bigquery/#history +## 1.4.0 + +### Implementation Changes + +- Add 'internalError' to retryable error reasons. (#5599) +- Don't raise exception if viewing CREATE VIEW DDL results (#5602) + +### New Features + +- Add Orc source format support and samples (#5500) +- Move 'DEFAULT_RETRY' (w/ its predicate) to a new public 'retry' module. (#5552) +- Allow listing rows on an empty table. (#5584) + +### Documentation + +- Add load_table_from_dataframe() to usage docs and changelog and dedents snippets in usage page (#5501) +- Add samples for query external data sources (GCS & Sheets) (#5491) +- Add BigQuery authorized view samples (#5515) +- Update docs to show pyarrow as the only dependency of load_table_from_dataframe() (#5582) + +### Internal / Testing Changes + +- Add missing explict coverage for '_helpers' (#5550) +- Skip update_table and update_dataset tests until etag issue is resolved. (#5590) + ## 1.3.0 ### New Features diff --git a/setup.py b/setup.py index 77dcf695f..c9fbaeea1 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = 'google-cloud-bigquery' description = 'Google BigQuery API client library' -version = '1.3.0' +version = '1.4.0' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'