Skip to content

Commit b022ca9

Browse files
authored
Release bigquery 1.4.0 (googleapis#5604)
* Release 1.4.0
1 parent 8b72849 commit b022ca9

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

bigquery/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@
44

55
[1]: https://pypi.org/project/google-cloud-bigquery/#history
66

7+
## 1.4.0
8+
9+
### Implementation Changes
10+
11+
- Add 'internalError' to retryable error reasons. (#5599)
12+
- Don't raise exception if viewing CREATE VIEW DDL results (#5602)
13+
14+
### New Features
15+
16+
- Add Orc source format support and samples (#5500)
17+
- Move 'DEFAULT_RETRY' (w/ its predicate) to a new public 'retry' module. (#5552)
18+
- Allow listing rows on an empty table. (#5584)
19+
20+
### Documentation
21+
22+
- Add load_table_from_dataframe() to usage docs and changelog and dedents snippets in usage page (#5501)
23+
- Add samples for query external data sources (GCS & Sheets) (#5491)
24+
- Add BigQuery authorized view samples (#5515)
25+
- Update docs to show pyarrow as the only dependency of load_table_from_dataframe() (#5582)
26+
27+
### Internal / Testing Changes
28+
29+
- Add missing explict coverage for '_helpers' (#5550)
30+
- Skip update_table and update_dataset tests until etag issue is resolved. (#5590)
31+
732
## 1.3.0
833

934
### New Features

bigquery/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = 'google-cloud-bigquery'
2424
description = 'Google BigQuery API client library'
25-
version = '1.3.0'
25+
version = '1.4.0'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)