oasis-core
oasis-core copied to clipboard
go: bump google.golang.org/grpc/security/advancedtls from 0.0.0-20221004221323-12db695f1648 to 1.0.0 in /go
Bumps google.golang.org/grpc/security/advancedtls from 0.0.0-20221004221323-12db695f1648 to 1.0.0.
Release notes
Sourced from google.golang.org/grpc/security/advancedtls's releases.
protoc-gen-go-grpc v1.0.0
Background
This is the first major release of the
protocplugin for generating grpc stubs from the grpc-go repo. The previous version was part of theprotoc-gen-gotool at https://github.com/golang/protobuf. With the migration of that tool to https://google.golang.org/protobuf, grpc support was removed and shifted to this repo.Incompatible change
There is one backward-compatibility breaking change in this version of the tool, which can be disabled with a flag at generation time. The
Unimplemented<Service>Serverstruct is now required to be embedded in implementations of the generated<Service>Serverinterface. This requirement guarantees that backward-compatibility is maintained by the generated code when new methods are added to a service, which is, itself, a backward-compatible operation.To disable this behavior, which is recommended only for producing code compatible with earlier generated code, set the flag
require_unimplemented_servers=false. For more details, please see the binary's README.mdOpenCensus v1.0.0
This module adds support for instrumenting gRPC with OpenCensus tracing and metrics. It does so through a Dial Option and a Server Option users can attach to their created Channels and Servers.
GCP Observability v1.0.0
The observability module provides GCP users with a simple way to export RPC logging, tracing, and metrics to Google Cloud Operations. This is the first (GA) release of this module. For more information, please see this blog post.
advancedtls 1.0.0
Background
This is the first major release of the
advancedtlspackage for configuring advanced security features in grpc-go. This has previously been an experimental API.Incompatible changes from experimental APIs
See #7303 for the APIs that have been removed from previous experimental versions of the package.
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Deploy Preview for oasisprotocol-oasis-core canceled.
| Name | Link |
|---|---|
| Latest commit | 2241d46da7eb15456ac398cc1c93f03331d548fc |
| Latest deploy log | https://app.netlify.com/sites/oasisprotocol-oasis-core/deploys/670e7cbb08f97e00097f4d1d |
@dependabot rebase
Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.
@dependabot recreate