Skip to content

Commit 32412ba

Browse files
authored
chore(phishingprotection): release 0.2.0 (#9447)
1 parent a4ccd0b commit 32412ba

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

phishingprotection/CHANGELOG.md

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

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

7+
## 0.2.0
8+
9+
10-10-2019 11:33 PDT
10+
11+
12+
### Implementation Changes
13+
- Remove send / receive message size limit (via synth). ([#8963](https://github.com/googleapis/google-cloud-python/pull/8963))
14+
- Add `client_options` support, re-template / blacken files. ([#8539](https://github.com/googleapis/google-cloud-python/pull/8539))
15+
- Fix dist name used to compute `gapic_version`. ([#8100](https://github.com/googleapis/google-cloud-python/pull/8100))
16+
- Remove retries for `DEADLINE_EXCEEDED` (via synth). ([#7889](https://github.com/googleapis/google-cloud-python/pull/7889))
17+
18+
### Dependencies
19+
- Bump minimum version for google-api-core to 1.14.0. ([#8709](https://github.com/googleapis/google-cloud-python/pull/8709))
20+
21+
### Documentation
22+
- Change requests intersphinx url (via synth). ([#9407](https://github.com/googleapis/google-cloud-python/pull/9407))
23+
- Update docstrings (via synth). ([#9350](https://github.com/googleapis/google-cloud-python/pull/9350))
24+
- Fix intersphinx reference to requests. ([#9294](https://github.com/googleapis/google-cloud-python/pull/9294))
25+
- Remove CI for gh-pages, use googleapis.dev for `api_core` refs. ([#9085](https://github.com/googleapis/google-cloud-python/pull/9085))
26+
- Normalize docs. ([#8994](https://github.com/googleapis/google-cloud-python/pull/8994))
27+
- Update intersphinx mapping for requests. ([#8805](https://github.com/googleapis/google-cloud-python/pull/8805))
28+
- Link to googleapis.dev documentation in READMEs. ([#8705](https://github.com/googleapis/google-cloud-python/pull/8705))
29+
- Add docs job to publish to googleapis.dev. ([#8464](https://github.com/googleapis/google-cloud-python/pull/8464))
30+
31+
### Internal / Testing Changes
32+
- Pin black version (via synth). ([#8590](https://github.com/googleapis/google-cloud-python/pull/8590))
33+
734
## 0.1.0
835

936
04-30-2019 15:03 PDT

phishingprotection/setup.py

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

2222
name = "google-cloud-phishing-protection"
2323
description = "Phishing Protection API API client library"
24-
version = "0.1.0"
24+
version = "0.2.0"
2525
release_status = "3 - Alpha"
2626
dependencies = [
2727
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",

0 commit comments

Comments
 (0)