Skip to content

Conversation

@alicejli
Copy link
Contributor

Somehow in #970, the updated echo.pb.go and related files did not make it in. This updates the Echo proto to take into account additional fields for testing headers.

alicejli and others added 12 commits January 25, 2022 19:58
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| rules_proto | http_archive | digest | `244e0b6` -> `e507ccd` |

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gapic-showcase).
…is#979)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | require | minor | `v0.65.0` -> `v0.66.0` |

---

### Release Notes

<details>
<summary>googleapis/google-api-go-client</summary>

### [`v0.66.0`](https://github.com/googleapis/google-api-go-client/releases/v0.66.0)

[Compare Source](https://github.com/googleapis/google-api-go-client/compare/v0.65.0...v0.66.0)

##### Features

-   **all:** auto-regenerate discovery clients, refs [#&#8203;1408](https://github.com/googleapis/google-api-go-client/issues/1408) [#&#8203;1407](https://github.com/googleapis/google-api-go-client/issues/1407) [#&#8203;1406](https://github.com/googleapis/google-api-go-client/issues/1406) [#&#8203;1405](https://github.com/googleapis/google-api-go-client/issues/1405) [#&#8203;1404](https://github.com/googleapis/google-api-go-client/issues/1404) [#&#8203;1394](https://github.com/googleapis/google-api-go-client/issues/1394)
-   **internal/gensupport:** add 408 to default retry ([#&#8203;1397](https://github.com/googleapis/google-api-go-client/issues/1397)) ([576ebbf](https://github.com/googleapis/google-api-go-client/commit/576ebbf87c60944a97ffd44a7f51851bff0e2bba))

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gapic-showcase).
…apis#978)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [com_google_protobuf](https://github.com/protocolbuffers/protobuf) | http_archive | patch | `v3.19.3` -> `v3.19.4` |

---

### Release Notes

<details>
<summary>protocolbuffers/protobuf</summary>

### [`v3.19.4`](https://github.com/protocolbuffers/protobuf/releases/v3.19.4)

[Compare Source](https://github.com/protocolbuffers/protobuf/compare/v3.19.3...v3.19.4)

### Python

-   Make libprotobuf symbols local on OSX to fix issue [#&#8203;9395](https://github.com/protocolbuffers/protobuf/issues/9395) ([#&#8203;9435](https://github.com/protocolbuffers/protobuf/issues/9435))

### Ruby

-   Fixed a data loss bug that could occur when the number of `optional` fields in a message is an exact multiple of 32. ([#&#8203;9440](https://github.com/protocolbuffers/protobuf/issues/9440)).

### PHP

-   Fixed a data loss bug that could occur when the number of `optional` fields in a message is an exact multiple of 32. ([#&#8203;9440](https://github.com/protocolbuffers/protobuf/issues/9440)).

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gapic-showcase).
@alicejli alicejli requested a review from noahdietz January 31, 2022 17:42
@alicejli alicejli marked this pull request as ready for review January 31, 2022 17:42
@alicejli alicejli requested a review from a team as a code owner January 31, 2022 17:42
@noahdietz
Copy link
Collaborator

I don't think we need this PR anymore because I merged #962.

I forgot to mention that generated code changes are made by that regen job.

@alicejli
Copy link
Contributor Author

Whoops thank you @noahdietz ; turns out I hadn't updated my repo since that PR got merged. Will close this out; thank you!

@alicejli alicejli closed this Jan 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants