Skip to content

Commit 405dcc2

Browse files
authored
Release 0.4.0 (#8690)
1 parent f8f1296 commit 405dcc2

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

packages/google-cloud-bigquery-datatransfer/CHANGELOG.md

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

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

7+
## 0.4.0
8+
9+
07-16-2019 17:11 PDT
10+
11+
### Implementation Changes
12+
13+
- Retry DEADLINE_EXCEEDED (via synth). ([#7920](https://github.com/googleapis/google-cloud-python/pull/7920))
14+
- Remove classifier for Python 3.4 for end-of-life. ([#7535](https://github.com/googleapis/google-cloud-python/pull/7535))
15+
16+
### New Features
17+
18+
- Add `DatasourceServiceClient` (via synth). ([#8630](https://github.com/googleapis/google-cloud-python/pull/8630))
19+
- Add `start_manual_transfer_runs` method (via synth). ([#8630](https://github.com/googleapis/google-cloud-python/pull/8630))
20+
- Add `client_info`/`version_info` support (via synth). ([#8630](https://github.com/googleapis/google-cloud-python/pull/8630))
21+
- Allow passing kwargs to `create_channel` (via synth). ([#8630](https://github.com/googleapis/google-cloud-python/pull/8630))
22+
- Add path helpers (via synth). ([#8630](https://github.com/googleapis/google-cloud-python/pull/8630))
23+
- Add protos as an artifact to library ([#7205](https://github.com/googleapis/google-cloud-python/pull/7205))
24+
25+
### Documentation
26+
27+
- Add compatibility check badges to READMEs. ([#8288](https://github.com/googleapis/google-cloud-python/pull/8288))
28+
- Adjust indentation on scheduled query sample. ([#8493](https://github.com/googleapis/google-cloud-python/pull/8493))
29+
- Add docs job to publish to googleapis.dev. ([#8464](https://github.com/googleapis/google-cloud-python/pull/8464))
30+
- Add sample to schedule query with BQ DTS. ([#7703](https://github.com/googleapis/google-cloud-python/pull/7703))
31+
- Add nox session `docs` (via synth). ([#7765](https://github.com/googleapis/google-cloud-python/pull/7765))
32+
- Updated client library documentation URLs. ([#7307](https://github.com/googleapis/google-cloud-python/pull/7307))
33+
- Pick up stub docstring fix in GAPIC generator. ([#6965](https://github.com/googleapis/google-cloud-python/pull/6965))
34+
35+
### Internal / Testing Changes
36+
37+
- Blacken noxfile.py, setup.py (via synth). ([#8116](https://github.com/googleapis/google-cloud-python/pull/8116))
38+
- Add empty lines (via synth). ([#8050](https://github.com/googleapis/google-cloud-python/pull/8050))
39+
- Remove unused message exports (via synth). ([#7263](https://github.com/googleapis/google-cloud-python/pull/7263))
40+
- Protoc-generated serialization update. ([#7075](https://github.com/googleapis/google-cloud-python/pull/7075))
41+
742
## 0.3.0
843

944
12-17-2018 17:59 PST

packages/google-cloud-bigquery-datatransfer/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-datatransfer"
2424
description = "BigQuery Data Transfer API client library"
25-
version = "0.3.0"
25+
version = "0.4.0"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)