Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
deps: update dependency io.grpc:grpc-bom to v1.33.1 (#319)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [io.grpc:grpc-bom](https://togithub.com/grpc/grpc-java) | patch | `1.33.0` -> `1.33.1` |

---

### Release Notes

<details>
<summary>grpc/grpc-java</summary>

### [`v1.33.1`](https://togithub.com/grpc/grpc-java/releases/v1.33.1)

[Compare Source](https://togithub.com/grpc/grpc-java/compare/v1.33.0...v1.33.1)

##### gRPC Java 1.33.1 Release Notes

##### Bug Fixes

-   Fix builders ABI backward compatibility broken in v1.33.0, see [#&#8203;7552](https://togithub.com/grpc/grpc-java/issues/7552)
    -   netty: The class `io.grpc.netty.NettyServerBuilder` reverted to extend internal class `io.grpc.internal.AbstractServerImplBuilder`
    -   netty: The class `io.grpc.netty.NettyChannelBuilder` reverted to extend internal class  `io.grpc.internal.AbstractManagedChannelImplBuilder`
    -   okhttp&amp;#x3A; The class `io.grpc.okhttp.OkhttpChannelBuilder` reverted to extend internal class  `io.grpc.internal.AbstractManagedChannelImplBuilder`
    -   core: `The class io.grpc.inprocess.InProcessChannelBuilder` reverted to extend internal class  `io.grpc.internal.AbstractManagedChannelImplBuilder`
    -   cronet: The class `io.grpc.cronet.CronetChannelBuilder` reverted to extend internal class `io.grpc.internal.AbstractManagedChannelImplBuilder`
-   api: `ForwardingServerBuilder` reverted until the permanent fix of the issue with ABI compatibility of delegating classes
-   okhttp&amp;#x3A; exclude Internal\* from javadoc
-   netty: Abrupt GOAWAY should not cause INTERNAL status. It is now UNAVAILABLE. This was a regression introduced in v1.33.0. The error was in the form `StatusRuntimeException: INTERNAL: http2 exception` with a cause similar to `Http2Exception$StreamException: Cannot create stream 222691 greater than Last-Stream-ID 222689 from GOAWAY.` This was mainly observed when a C core-based gRPC server shut down.
-   core: fix floating-point number formatting Locale

</details>

---

### Renovate configuration

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

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

:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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

---

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

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-core).
  • Loading branch information
renovate-bot committed Nov 10, 2020
1 parent 60f4a66 commit 8a788a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -158,7 +158,7 @@
<google.auth.version>0.22.0</google.auth.version>
<google.api.version>1.30.11</google.api.version>
<google.http.version>1.38.0</google.http.version>
<grpc.version>1.33.0</grpc.version>
<grpc.version>1.33.1</grpc.version>
<protobuf.version>3.13.0</protobuf.version>
<opencensus.version>0.24.0</opencensus.version>
<annotations-api.version>1.3.2</annotations-api.version>
Expand Down

0 comments on commit 8a788a6

Please sign in to comment.