Skip to content

Commit bf4ec8c

Browse files
authored
Release securitycenter 0.2.0 (googleapis#7527)
1 parent 484c63a commit bf4ec8c

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

securitycenter/CHANGELOG.md

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

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

7+
## 0.2.0
8+
9+
03-12-2019 17:09 PDT
10+
11+
12+
### Implementation Changes
13+
- Remove 'having' filter arguments from query methods (via synth). [#7511](https://github.com/googleapis/google-cloud-python/pull/7511))
14+
- Remove unused message exports. ([#7274](https://github.com/googleapis/google-cloud-python/pull/7274))
15+
- Trivial gapic-generator change. ([#7233](https://github.com/googleapis/google-cloud-python/pull/7233))
16+
- Protoc-generated serialization update, docstring tweak. ([#7094](https://github.com/googleapis/google-cloud-python/pull/7094))
17+
18+
### New Features
19+
- Add support for `v1` API. ([#7495](https://github.com/googleapis/google-cloud-python/pull/7495))
20+
21+
### Documentation
22+
- googlecloudplatform --> googleapis in READMEs ([#7411](https://github.com/googleapis/google-cloud-python/pull/7411))
23+
- Updated client library documentation URLs. ([#7307](https://github.com/googleapis/google-cloud-python/pull/7307))
24+
- Update copyright headers
25+
- Docstring update from .proto file. ([#7056](https://github.com/googleapis/google-cloud-python/pull/7056))
26+
- Fix 404 for 'Client Library Documentation' link. ([#7041](https://github.com/googleapis/google-cloud-python/pull/7041))
27+
- Pick up stub docstring fix in GAPIC generator. ([#6981](https://github.com/googleapis/google-cloud-python/pull/6981))
28+
29+
### Internal / Testing Changes
30+
- Proto file housekeeping FBO C# (via synth). ([#7502](https://github.com/googleapis/google-cloud-python/pull/7502))
31+
- Copy lintified proto files (via synth). ([#7470](https://github.com/googleapis/google-cloud-python/pull/7470))
32+
- Add clarifying comment to blacken nox target. ([#7402](https://github.com/googleapis/google-cloud-python/pull/7402))
33+
- Add protos as an artifact to library ([#7205](https://github.com/googleapis/google-cloud-python/pull/7205))
34+
735
## 0.1.1
836

937
12-18-2018 09:45 PST

securitycenter/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-securitycenter'
2323
description = 'Cloud Security Command Center API API client library'
24-
version = '0.1.1'
24+
version = '0.2.0'
2525
release_status = 'Development Status :: 3 - Alpha'
2626
dependencies = [
2727
'google-api-core[grpc] >= 1.6.0, < 2.0.0dev',

0 commit comments

Comments
 (0)