Skip to content

Commit

Permalink
chore: release 0.46.0 (#989)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored May 3, 2021
1 parent 4f8e0b2 commit 9c02ff4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changes

## [0.46.0](https://www.github.com/googleapis/google-api-go-client/compare/v0.45.0...v0.46.0) (2021-05-03)

### Notice

As a part of the changes that were made in #927 it is now recommended that all impersonation
is done with the new impersonate package. Existing users of the experimental [option.ImpersonateCredentials](https://pkg.go.dev/google.golang.org/api/option#ImpersonateCredentials)
should consider migrating code to use this new package. See [this example](https://pkg.go.dev/google.golang.org/api/impersonate#example-CredentialsTokenSource-ServiceAccount)
for usage of the new package.

### Features

* add impersonate package ([#927](https://www.github.com/googleapis/google-api-go-client/issues/927)) ([#991](https://www.github.com/googleapis/google-api-go-client/issues/991)) ([4f8e0b2](https://www.github.com/googleapis/google-api-go-client/commit/4f8e0b2cef08407ea8e0ef389bd002240f99a318))
* **all:** auto-regenerate discovery clients , refs [#1004](https://www.github.com/googleapis/google-api-go-client/issues/1004) [#1001](https://www.github.com/googleapis/google-api-go-client/issues/1001) [#1000](https://www.github.com/googleapis/google-api-go-client/issues/1000) [#999](https://www.github.com/googleapis/google-api-go-client/issues/999) [#998](https://www.github.com/googleapis/google-api-go-client/issues/998) [#996](https://www.github.com/googleapis/google-api-go-client/issues/996) [#993](https://www.github.com/googleapis/google-api-go-client/issues/993) [#992](https://www.github.com/googleapis/google-api-go-client/issues/992) [#990](https://www.github.com/googleapis/google-api-go-client/issues/990) [#988](https://www.github.com/googleapis/google-api-go-client/issues/988)

## [0.45.0](https://www.github.com/googleapis/google-api-go-client/compare/v0.44.0...v0.45.0) (2021-04-20)


Expand Down

0 comments on commit 9c02ff4

Please sign in to comment.