Skip to content
This repository was archived by the owner on Jul 15, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6e46502

Browse files
authoredMay 10, 2021
feat: Regenerate latest version of the client with field presence support (#401)
Also add 7012 and 6003 backward compatibility check errors to ignorelist This is totally expected, since it is an alpha client and both of those errors (`6003` - public constant value change, and `7012` - addition of a method to an interface) are expected given the underlying change. Specifially the `optional` keyword was added to `compute.proto`, which caused addition of `has<FieldName>()` methods to proto stubs and respective builders (error 7012). The field numbers change (error `6003`) was caused by the rollback of the previous hack (googleapis/googleapis-discovery#31) which, in its turn, was caused by a bug in protobuf.
1 parent 7fd3107 commit 6e46502

File tree

1,981 files changed

+237076
-84534
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,981 files changed

+237076
-84534
lines changed
 

‎.github/release-please.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
bumpMinorPreMajor: true
2+
handleGHRelease: true
13
releaseType: java-yoshi
2-
bumpMinorPreMajor: true

‎.github/workflows/auto-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: auto-release
44
jobs:
55
approve:
66
runs-on: ubuntu-latest
7-
if: contains(github.head_ref, 'release-v')
7+
if: contains(github.head_ref, 'release-please')
88
steps:
99
- uses: actions/github-script@v3
1010
with:

0 commit comments

Comments
 (0)