Skip to content

Commit

Permalink
Release 0.3.0 (googleapis#8766)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 authored Jul 25, 2019
1 parent 7f918b6 commit cc1bf14
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions securitycenter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,42 @@

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

## 0.3.0

07-24-2019 17:29 PDT

### Implementation Changes
- Allow kwargs to be passed to create_channel, update templates (via synth). ([#8402](https://github.com/googleapis/google-cloud-python/pull/8402))
- Update return type of run_asset_discovery (via synth). ([#8032](https://github.com/googleapis/google-cloud-python/pull/8032))
- Security Center: Add routing header to method metadata (via synth). ([#7589](https://github.com/googleapis/google-cloud-python/pull/7589))
- Remove classifier for Python 3.4 for end-of-life. ([#7535](https://github.com/googleapis/google-cloud-python/pull/7535))

### New Features
- Add 'options_' argument to clients' 'get_iam_policy'; pin black version (via synth). ([#8658](https://github.com/googleapis/google-cloud-python/pull/8658))
- Add 'client_options' support, update list method docstrings (via synth). ([#8521](https://github.com/googleapis/google-cloud-python/pull/8521))

### Dependencies
- Bump minimum version for google-api-core to 1.14.0. ([#8709](https://github.com/googleapis/google-cloud-python/pull/8709))
- Update pin for 'grpc-google-iam-v1' to 0.12.3+. ([#8647](https://github.com/googleapis/google-cloud-python/pull/8647))

### Documentation
- Link to googleapis.dev documentation in READMEs. ([#8705](https://github.com/googleapis/google-cloud-python/pull/8705))
- Update docstrings (via synth). ([#8711](https://github.com/googleapis/google-cloud-python/pull/8711))
- Add compatibility check badges to READMEs. ([#8288](https://github.com/googleapis/google-cloud-python/pull/8288))
- Docstring changes (via synth). ([#7704](https://github.com/googleapis/google-cloud-python/pull/7704))
- Add Snippets for security center list_assets call ([#7538](https://github.com/googleapis/google-cloud-python/pull/7538))

### Internal / Testing Changes
- Add docs job to publish to googleapis.dev. ([#8464](https://github.com/googleapis/google-cloud-python/pull/8464))
- Declare encoding as utf-8 in pb2 files (via synth). ([#8362](https://github.com/googleapis/google-cloud-python/pull/8362))
- Add disclaimer to auto-generated template files (via synth).([#8326](https://github.com/googleapis/google-cloud-python/pull/8326))
- Fix coverage in 'types.py' (via synth). ([#8163](https://github.com/googleapis/google-cloud-python/pull/8163))
- Add empty lines (via synth). ([#8070](https://github.com/googleapis/google-cloud-python/pull/8070))
- Add nox session `docs`, reorder methods (via synth). ([#7780](https://github.com/googleapis/google-cloud-python/pull/7780))
- Use alabaster theme everwhere. ([#8021](https://github.com/googleapis/google-cloud-python/pull/8021))
- Add Ruby package configuration in protos (via synth). ([#7741](https://github.com/googleapis/google-cloud-python/pull/7741))
- proto file housekeeping FBO PHP (via synth).

## 0.2.0

03-12-2019 17:09 PDT
Expand Down
2 changes: 1 addition & 1 deletion securitycenter/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

name = 'google-cloud-securitycenter'
description = 'Cloud Security Command Center API API client library'
version = '0.2.0'
version = '0.3.0'
release_status = 'Development Status :: 3 - Alpha'
dependencies = [
'google-api-core[grpc] >= 1.14.0, < 2.0.0dev',
Expand Down

0 comments on commit cc1bf14

Please sign in to comment.