Skip to content

Commit

Permalink
chore(all): release v0.33.0 (#703)
Browse files Browse the repository at this point in the history
This commit will be tagged v0.33.0.
  • Loading branch information
codyoss authored Oct 13, 2020
1 parent 85852b8 commit a176829
Showing 1 changed file with 63 additions and 45 deletions.
108 changes: 63 additions & 45 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
# v0.32.0
# Changes

## v0.33.0

- idtoken:
- Add an example of setting HTTP auth header.
- internal:
- Refactor service-account.json into a testdata folder.
- transport:
- Add device certificate Authentication support to GRPC.
- Support `GOOGLE_API_USE_CLIENT_CERTIFICATE` and
`GOOGLE_API_USE_MTLS_ENDPOINT` environment variables to conform with
[AIP-4114](https://google.aip.dev/auth/4114).
- Various updates to autogenerated clients.

_Please note:_ the release version is not indicative of an individual client's
stability or version.

## v0.32.0

- option:
- Add experimental ImpersonateCredentials option for impersonating a service
Expand All @@ -8,7 +26,7 @@
_Please note:_ the release version is not indicative of an individual client's
stability or version.

# v0.31.0
## v0.31.0

- cloudcommerceprocurement:
- Regenerate `cloudcommerceprocurement` v1.
Expand All @@ -18,9 +36,9 @@ stability or version.
_Please note:_ the release version is not indicative of an individual client's
stability or version.

# v0.30.0
## v0.30.0

## Changes
### Changes

- idtoken:
- Fix flaky ecdsa test.
Expand All @@ -35,19 +53,19 @@ stability or version.
_Please note:_ the release version is not indicative of an individual client's
stability or version.

# v0.29.0
## v0.29.0

## Changes
### Changes

- Various updates to autogenerated clients.
- transport: internal bug fixes for mTLS.

_Please note:_ the release version is not indicative of an individual client's
stability or version.

# v0.28.0
## v0.28.0

## Changes
### Changes

- gensupport:
- Retry the initial request for a media upload in the storage library only.
Expand All @@ -56,9 +74,9 @@ stability or version.
_Please note:_ the release version is not indicative of an individual client's
stability or version.

# v0.27.0
## v0.27.0

## Changes
### Changes

- gensupport:
- Expand retryable errors to include wrapped errors and transient network
Expand All @@ -72,9 +90,9 @@ stability or version.
_Please note:_ the release version is not indicative of an individual client's
stability or version.

# v0.26.0
## v0.26.0

## Changes
### Changes

- idtoken:
- Populate Claims map.
Expand All @@ -86,9 +104,9 @@ stability or version.
_Please note:_ the release version is not indicative of an individual client's
stability or version.

# v0.25.0
## v0.25.0

## Announcements
### Announcements

[goolgeapis/google-api-go-client](https://github.com/googleapis/google-api-go-client)
has moved its source of truth to GitHub and is no longer a mirror. This means
Expand All @@ -97,7 +115,7 @@ code reviews on GitHub which means we now accept Pull Requests! If you have a
version of the codebase previously checked out you may wish to update your git
remote to point to GitHub.

## Changes
### Changes

- all:
- Updated instructions in CONTRIBUTING.md for pull requests.
Expand All @@ -115,9 +133,9 @@ remote to point to GitHub.
_Please note:_ the release version is not indicative of an individual client's
stability or version.

# v0.24.0
## v0.24.0

## Changes
### Changes

- googleapi:
- Return more details with errors.
Expand All @@ -132,9 +150,9 @@ stability or version.
_Please note:_ the release version is not indicative of an individual client's
stability or version.

# v0.23.0
## v0.23.0

## Changes
### Changes

- apigee:
- Re-enable generation of this client.
Expand All @@ -150,15 +168,15 @@ stability or version.
_Please note:_ the release version is not indicative of an individual client's
stability or version.

# v0.22.0
## v0.22.0

## Depreciation Notice
### Depreciation Notice

- Package `google.golang.org/api/sql/v1beta4` has been deprecated as it was
generated under the wrong name. This package will be removed in a future
release. Please migrate to: `google.golang.org/api/sqladmin/v1beta4`.

## Changes
### Changes

- Apigee client has temporarily been disabled.

Expand All @@ -169,7 +187,7 @@ stability or version.
_Please note:_ the release version is not indicative of an individual client's
stability or version.

# v0.21.0
## v0.21.0

- Disabled automatic switching to *.mtls.googleapis.com endpoints.

Expand All @@ -178,7 +196,7 @@ stability or version.
_Please note:_ the release version is not indicative of an individual client's
stability or version.

# v0.20.0
## v0.20.0

- WithGRPCConnectionPool is a no-op for some APIs.

Expand All @@ -189,14 +207,14 @@ stability or version.
_Please note:_ the release version is not indicative of an individual client's
stability or version.

# v0.19.0
## v0.19.0

- Various updates to autogenerated clients.

_Please note:_ the release version is not indicative of an individual client's
stability or version.

# v0.18.0
## v0.18.0

- Add the WithClientCertSource option for mTLS (client TLS certificates), currently only supported for HTTP clients.

Expand All @@ -207,7 +225,7 @@ stability or version.
_Please note:_ the release version is not indicative of an individual client's
stability or version.

# v0.17.0
## v0.17.0

- Revert sqladmin package name back from sql to sqladmin. (#448)

Expand All @@ -220,7 +238,7 @@ Internal:
_Please note:_ the release version is not indicative of an individual client's
stability or version.

# v0.16.0
## v0.16.0

- Increase the default chunk size for uploads (e.g., for the storage package) to 16 MB.

Expand All @@ -235,7 +253,7 @@ stability or version.
_Please note:_ the release version is not indicative of an individual client's
stability or version.

# v0.15.0
## v0.15.0

- monitoring/v3:
- Rename Service to MService; revert APIService to Service.
Expand All @@ -245,7 +263,7 @@ stability or version.
_Please note:_ the release version is not indicative of an individual client's
stability or version.

# v0.14.0
## v0.14.0

- Fix for setting custom HTTP headers in the absence of UserAgent.

Expand All @@ -258,7 +276,7 @@ stability or version.
_Please note:_ the release version is not indicative of an individual client's
stability or version.

# v0.13.0
## v0.13.0

- Changes to how media path redirection is handled in generated code.

Expand All @@ -267,11 +285,11 @@ stability or version.
_Please note:_ the release version is not indicative of an individual client's
stability or version.

# v0.12.0
## v0.12.0

- Various updates to autogenerated clients.

# v0.11.0
## v0.11.0

- Various updates to autogenerated clients.

Expand All @@ -287,14 +305,14 @@ stability or version.
_Please note:_ the release version is not indicative of an individual client's
stability or version.

# v0.10.0
## v0.10.0

- Various updates to autogenerated clients.

_Please note:_ the release version is not indicative of an individual client's
stability or version.

# v0.9.0
## v0.9.0

- Small fix to chunking retry logic such that each chunk has its own retry
deadline, instead of unbounded retries.
Expand All @@ -303,29 +321,29 @@ stability or version.
_Please note:_ the release version is not indicative of an individual client's
stability or version.

# v0.8.0
## v0.8.0

- Various updates to autogenerated clients.

_Please note:_ the release version is not indicative of an individual client's
stability or version.

# v0.7.0
## v0.7.0

- Various updates to autogenerated clients.

_Please note:_ the release version is not indicative of an individual client's
stability or version.

# v0.6.0
## v0.6.0

- Add support for GCP DirectPath.
- Various updates to autogenerated clients.

_Please note:_ the release version is not indicative of an individual client's
stability or version.

# v0.5.0
## v0.5.0

- Better support for google.api.HttpBody.
- Support for google.api.HttpBody in the healthcare API.
Expand All @@ -334,7 +352,7 @@ stability or version.
_Please note:_ the release version is not indicative of an individual client's
stability or version.

# v0.4.0
## v0.4.0

- Includes a re-pin of opencensus, greatly reducing the transitive
dependency list.
Expand All @@ -346,15 +364,15 @@ rely on this client, please vendor this library at v0.3.2.
_Please note:_ the release version is not indicative of an individual client's
stability or version.

# v0.3.2
## v0.3.2

This patch releases re-builds the go.sum. This was not possible in the
previous release.

_Please note:_ the release version is not indicative of an individual client's
stability or version.

# v0.3.1
## v0.3.1

This patch release removes github.com/golang/lint from the transitive
dependency list, resolving `go get -u` problems.
Expand All @@ -364,22 +382,22 @@ _Please note_: this release intentionally has a broken go.sum. Please use v0.3.2
_Please note:_ the release version is not indicative of an individual client's
stability or version.

# v0.3.0
## v0.3.0

go.mod modifications, including removal of go 1.12 statement and update of
opencensus dependency.

_Please note_: the release version is not indicative of an individual client's
stability or version.

# v0.2.0
## v0.2.0

General improvements.

_Please note:_ the release version is not indicative of an individual client's
stability or version.

# v0.1.0
## v0.1.0

Initial release along with Go module support.

Expand Down

0 comments on commit a176829

Please sign in to comment.