Skip to content

Commit

Permalink
Release 0.2.0 (#8754)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 authored Jul 25, 2019
1 parent e2db006 commit edf1c91
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
42 changes: 42 additions & 0 deletions packages/google-cloud-iam/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,48 @@

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

## 0.2.0

07-24-2019 16:22 PDT


### Implementation Changes
- Remove generate_identity_binding_access_token (via synth). ([#8486](https://github.com/googleapis/google-cloud-python/pull/8486))
- Allow kwargs to be passed to create_channel (via synth). ([#8392](https://github.com/googleapis/google-cloud-python/pull/8392))
- Add routing header to method metadata, format docstrings, update docs configuration (via synth). ([#7595](https://github.com/googleapis/google-cloud-python/pull/7595))
- Remove classifier for Python 3.4 for end-of-life. ([#7535](https://github.com/googleapis/google-cloud-python/pull/7535))
- Remove unused message exports. ([#7268](https://github.com/googleapis/google-cloud-python/pull/7268))
- Protoc-generated serialization update. ([#7084](https://github.com/googleapis/google-cloud-python/pull/7084))
- Protoc-generated serialization update. ([#7052](https://github.com/googleapis/google-cloud-python/pull/7052))
- Pick up stub docstring fix in GAPIC generator. ([#6972](https://github.com/googleapis/google-cloud-python/pull/6972))

### New Features
- Add 'client_options' support (via synth). ([#8511](https://github.com/googleapis/google-cloud-python/pull/8511))

### Dependencies
- Bump minimum version for google-api-core to 1.14.0. ([#8709](https://github.com/googleapis/google-cloud-python/pull/8709))

### Documentation
- Link to googleapis.dev documentation in READMEs. ([#8705](https://github.com/googleapis/google-cloud-python/pull/8705))
- Add compatibility check badges to READMEs. ([#8288](https://github.com/googleapis/google-cloud-python/pull/8288))
- Fix client lib docs link in README. ([#7813](https://github.com/googleapis/google-cloud-python/pull/7813))
- Update copyright: 2018 -> 2019. ([#7146](https://github.com/googleapis/google-cloud-python/pull/7146))

### Internal / Testing Changes
- Pin black version (via synth). ([#8584](https://github.com/googleapis/google-cloud-python/pull/8584))
- Add nox session 'docs' to remaining manual clients. ([#8478](https://github.com/googleapis/google-cloud-python/pull/8478))
- 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). [#8353](https://github.com/googleapis/google-cloud-python/pull/8353))
- Add disclaimer to auto-generated template files (via synth). ([#8315](https://github.com/googleapis/google-cloud-python/pull/8315))
- Suppress checking 'cov-fail-under' in nox default session (via synth). ([#8242](https://github.com/googleapis/google-cloud-python/pull/8242))
- Fix coverage in 'types.py' (via synth). ([#8154](https://github.com/googleapis/google-cloud-python/pull/8154))
- Blacken noxfile.py, setup.py (via synth). ([#8124](https://github.com/googleapis/google-cloud-python/pull/8124))
- Add empty lines (via synth). ([#8059](https://github.com/googleapis/google-cloud-python/pull/8059))
- Add nox session `docs` (via synth). ([#7772](https://github.com/googleapis/google-cloud-python/pull/7772))
- Copy lintified proto files (via synth). ([#7467](https://github.com/googleapis/google-cloud-python/pull/7467))
- Add clarifying comment to blacken nox target. ([#7393](https://github.com/googleapis/google-cloud-python/pull/7393))
- Add protos as an artifact to library ([#7205](https://github.com/googleapis/google-cloud-python/pull/7205))

## 0.1.0

12-13-2018 10:55 PST
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-iam/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

name = "google-cloud-iam"
description = "IAM Service Account Credentials API client library"
version = "0.1.0"
version = "0.2.0"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down

0 comments on commit edf1c91

Please sign in to comment.