Skip to content

Commit

Permalink
chore(all): release v0.62.0 (#2646)
Browse files Browse the repository at this point in the history
This commit will be tagged v0.62.0.
  • Loading branch information
codyoss committed Jul 30, 2020
1 parent 3015a57 commit 12af083
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGES.md
@@ -1,5 +1,32 @@
# Changes

## v0.62.0

### Announcements

- There was a breaking change to `cloud.google.com/go/dataproc/apiv1` that was
merged in [this PR](https://github.com/googleapis/google-cloud-go/pull/2606).
This fixed a broken API response for `DiagnoseCluster`. When polling on the
Long Running Operation(LRO), the API now returns
`(*dataprocpb.DiagnoseClusterResults, error)` whereas it only returned an
`error` before.

### Changes

- all:
- Updated all direct dependencies.
- Updated contributing guidelines to suggest allowing edits from maintainers.
- billing/budgets:
- Start generating client for apiv1beta1.
- functions:
- Start generating client for apiv1.
- notebooks:
- Start generating client apiv1beta1.
- profiler:
- update proftest to support parsing floating-point backoff durations.
- Fix the regexp used to parse backoff duration.
- Various updates to autogenerated clients.

## v0.61.0

### Changes
Expand Down

0 comments on commit 12af083

Please sign in to comment.