Skip to content

Commit 128e478

Browse files
authored
Release websecurityscanner 0.3.0 (googleapis#8776)
1 parent b3acf87 commit 128e478

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

websecurityscanner/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-websecurityscanner/#history
66

7+
## 0.3.0
8+
9+
07-24-2019 17:56 PDT
10+
11+
12+
### Implementation Changes
13+
- Allow kwargs to be passed to create_channel (via synth). ([#8413](https://github.com/googleapis/google-cloud-python/pull/8413))
14+
- Retry code 'idempotent' for ListCrawledUrls, add empty lines (via synth). ([#8079](https://github.com/googleapis/google-cloud-python/pull/8079))
15+
16+
### New Features
17+
- Add 'client_options' support, update list method docstrings (via synth). ([#8531](https://github.com/googleapis/google-cloud-python/pull/8531))
18+
19+
### Dependencies
20+
- Bump minimum version for google-api-core to 1.14.0. ([#8709](https://github.com/googleapis/google-cloud-python/pull/8709))
21+
22+
### Documentation
23+
- Link to googleapis.dev documentation in READMEs. ([#8705](https://github.com/googleapis/google-cloud-python/pull/8705))
24+
- Add compatibility check badges to READMEs. ([#8288](https://github.com/googleapis/google-cloud-python/pull/8288))
25+
26+
### Internal / Testing Changes
27+
- Pin black version (via synth). ([#8603](https://github.com/googleapis/google-cloud-python/pull/8603))
28+
- Add docs job to publish to googleapis.dev. ([#8464](https://github.com/googleapis/google-cloud-python/pull/8464))
29+
- Declare encoding as utf-8 in pb2 files (via synth). ([#8373](https://github.com/googleapis/google-cloud-python/pull/8373))
30+
- Add disclaimer to auto-generated template files. ([#8337](https://github.com/googleapis/google-cloud-python/pull/8337))
31+
- Suppress checking 'cov-fail-under' in nox default session (via synth). ([#8258](https://github.com/googleapis/google-cloud-python/pull/8258))
32+
- Fix coverage in 'types.py' (via synth). ([#8172](https://github.com/googleapis/google-cloud-python/pull/8172))
33+
734
## 0.2.0
835

936
05-15-2019 15:20 PDT

websecurityscanner/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-websecurityscanner"
2424
description = ("Google Cloud Web Security Scanner API client library",)
25-
version = "0.2.0"
25+
version = "0.3.0"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)