Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency grpc/grpc-swift to v1 #48

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Feb 10, 2021

Mend Renovate

This PR contains the following updates:

Package Update Change
grpc/grpc-swift major from: "0.6.0" -> from: "1.23.0"

Release Notes

grpc/grpc-swift (grpc/grpc-swift)

v1.23.0: gRPC Swift 1.23.0

Compare Source

SemVer Minor
SemVer Patch
Other Changes

v1.22.0: gRPC Swift 1.22.0

Compare Source

SemVer Minor
  • Add a minimum connections configuration to the ConnectionPool (#​1822)
  • Raise minimum swift version to 5.8 (#​1825)
SemVer Patch
  • Log connection age when closing a connection (#​1799)
  • Notify of quiescing when there are no open streams on graceful shutdown (#​1819)
  • Update Version.swift (#​1846)
Other Changes

v1.21.1: gRPC Swift 1.21.1

Compare Source

SemVer Patch
  • Fix a bug in protoc-gen-grpc-swift where no output would be produced Client=False,TestClient=True (#​1765, patch credit to @​severnt)
  • Update metric serialization in logs to send integers as values (#​1783, patch credit to @​gliush)
  • Better waiter errors with NIOTS (#​1775)
  • Use configured connect timeout when retries is none (#​1777)
  • Add scripts to fetch and generate protos and update generated files (#​1784)
  • Additional logging for connection pool (#​1795)
  • Bump version number to 1.21.1 (#​1798)
Other Changes
  • Fix format.sh -f printing usage (#​1767, patch credit to @​severnt)
  • Add reflection service to .spi.yml (#​1742)
  • Add benchmark thresholds for nightly (#​1743)
  • Update @available annotations in tests to fix build for non-macOS Apple platforms (#​1746)

v1.21.0: gRPC Swift 1.21.0

Compare Source

SemVer Minor
SemVer Patch
  • Add some missing Sendable annotations (#​1702)
  • Avoid invalid state when a connect failed (#​1739)
  • Bump version number to 1.21.0 (#​1741)

v1.20.0: gRPC Swift 1.20.0

Compare Source

SemVer Minor
  • Drop support for Swift 5.6 (#​1657)
  • Make the connection pool error public (#​1685)
  • Allow binding to a socket address via the server builder (#​1686)
  • Add convenience methods to keepalive to jitter the interval (#​1697)
SemVer Patch
  • Switch to swift-format and re-format (#​1655)
  • Add missing deque import (#​1670)
  • Add support for package visibility modifier to the code generator (#​1674)
  • Additional keepalive diagnostics (#​1692)
  • Fix last peer initiated stream ID when quiescing (#​1700)
  • Bump version number to 1.20.0 (#​1701)
Other Changes

v1.19.1: gRPC Swift 1.19.1

Compare Source

SemVer Patch

v1.19.0: gRPC Swift 1.19.0

Compare Source

SemVer Minor
  • Add bind and connect APIs for VSOCK sockets (#​1636)
SemVer Patch
  • Only schedule a close if the ping was actually sent (#​1626, patch credit to @​marhas)
  • Add note about SPM plugin known issues, provide better errors (#​1629)
  • Bump version number to 1.19.0 (#​1637)
Other Changes

v1.18.0: gRPC Swift 1.18.0

Compare Source

SemVer Minor
SemVer Patch
Other Changes
  • Relax availability check for test utility (#​1616)

v1.17.0: gRPC Swift 1.17.0

Compare Source

SemVer Minor
  • Allow server handlers to send response headers directly by manually accepting an RPC (#​1599)
  • Improve Sendable checking for server handlers (#​1605)
SemVer Patch
  • Emit 'swift-format-ignore-file' in generated files to avoid having them reformatted by swift-format (#​1606, patch credit to @​smikhanov)
  • Fix warnings from nightly Swift builds (#​1600)
  • Fix stream accounting bug when stream close leads to connection close (#​1603)
  • Improve cancellation support for async calls (#​1608)
  • Handle non-200 status codes more gracefully (#​1613)
  • Bump version number to 1.17.0 (#​1614)
Other Changes
  • Allow network framework tests to be skipped when no user interaction (#​1602)
  • Update allocation counts (#​1609)

v1.16.0: gRPC Swift 1.16.0

Compare Source

SemVer Minor
  • Drop support for Swift 5.5 (#​1585)
  • Adopt HTTP2Handler.StreamMultiplexer multiplexer (#​1587)
  • Allow for more CORS configuration (#​1594)
  • Allow custom verification callback to be configured for servers (#​1595)
SemVer Patch
  • Change a stray GRPCSendable to Sendable (#​1588)
  • Bump version number to 1.16.0 (#​1596)

v1.15.0: gRPC Swift 1.15.0

Compare Source

SemVer Minor
  • Allow CORS to be configured for gRPC Web (#​1583)
SemVer Patch
  • Fix gRPC Web trailers encoding (#​1582)
  • Bump version number to 1.15.0 (#​1584)
Other Changes
  • Fix typo in protoc-gen-grpc-swift docs. (#​1578)
  • Update allocation limits (#​1579)

v1.14.2: gRPC Swift 1.14.2

Compare Source

SemVer Patch
  • Don't trap on invalid connection state transitions (#​1573)
  • Bump version number to 1.14.2 (#​1574)

v1.14.1: gRPC Swift 1.14.1

Compare Source

SemVer Patch
Other Changes
  • Do not check source of logs in tests (#​1566)

v1.14.0: gRPC Swift 1.14.0

Compare Source

SemVer Minor
  • Expose closeFuture in server interceptor context (#​1553)
SemVer Patch
  • Add "--version" to protoc-gen-grpc-swift (#​1557)
  • Fix server interceptors retain cycle (#​1559)
  • Use iterator when checking encoding headers (#​1563)
  • Buffer when configuring the server pipeline (#​1564)
  • Bump version number to 1.14.0 (#​1565)
Other Changes

v1.13.2: gRPC Swift 1.13.2

Compare Source

SemVer Patch
Other Changes

v1.13.1: gRPC Swift 1.13.1

Compare Source

SemVer Patch
  • Fix a client bug where the HTTP/2 max frame size was incorrectly set as the HTTP/2 target window size (#​1528)
  • Use #fileID/#filePath instead of #file (#​1518)
  • Make request/response parts conditionally Sendable (#​1523)
  • Avoid copies of large payloads (#​1529, #​1530)
  • Delay client async writer starting (#​1531)
  • Bump version number to 1.13.1 (#​1532)
Other Changes

v1.13.0: gRPC Swift 1.13.0

Compare Source

SemVer Minor
  • Add a connection pool delegate (#​1515)
SemVer Patch
  • Bump version number to 1.13.0 (#​1519)

v1.12.0: gRPC Swift 1.12.0

Compare Source

SemVer Minor
  • Make GRPCAsyncRequestStreamWriter.finish() sync and non-throwing (#​1504, patch credit to @​schwmi)
  • Allow writing a sequence of requests/responses (#​1499)
SemVer Patch
Other Changes

v1.11.0: gRPC Swift 1.11.0

Compare Source

SemVer Minor
  • Raise minimum Swift version to 5.5 (#​1483)
  • Expose public creation methods for GRPCAsyncRequestStream and GRPCAsyncResponseStreamWriter (#​1485)
SemVer Patch
  • Use forward looking SwiftProtobuf API (#​1482)
  • Adopt NIOAsyncSequenceProducer(#​1477)
  • Adopt NIOAsyncWriter (#​1493)
  • Bump version number to 1.11.0 (#​1495)
  • Update SwiftNIO version, allocation test max values and alloc-limits.sh (#​1490)
Other Changes
  • Update NaturalLanguage example to Xcode 14 and latest package versions (#​1489, patch credit to @​filipw)
  • Clarify relative paths for SPM plugin docs (#​1488)
  • Use a C executable for fuzz testing (#​1492)

v1.10.0: gRPC Swift 1.10.0

Compare Source

SemVer Minor
  • Add SPM plugin for gRPC code generation (#​1474)
SemVer Patch
Other Changes
  • Add an async version of QPS Benchmark Service (#​1470, #​1471)
  • Use gRPC and Protobuf SPM plugins for the QPSBenchmark (#​1475)

v1.9.0: gRPC Swift 1.9.0

Compare Source

SemVer Minor
SemVer Patch
  • Bump version number to 1.9.0 (#​1465)

v1.8.2: gRPC Swift 1.8.2

Compare Source

SemVer Patch
  • Provide an error when cancelling async writer (#​1456)
  • Bump version number to 1.8.2 (#​1457)
Other Changes

v1.8.1: gRPC Swift 1.8.1

Compare Source

SemVer Patch
  • Raise minimum NIO version to 2.36.0 (#​1444)
  • Bump version number to 1.8.1 (#​1445)
Other Changes
  • Add nightly 5.7 CI (#​1438)
  • Remove Cocoapods script and references (#​1439)
  • Update p12 bundle for tests (#​1442)
  • Build release plugins as universal binaries (#​1441)

v1.8.0: gRPC Swift 1.8.0

Compare Source

Notable Changes

This release adds support for async/await. Generated code now includes two flavours of clients and services:

  1. a "NIO" variant which existing users will already be familiar with, and
  2. a new "async" variant using Swift's concurrency features.

The "async" variants require Swift 5.6 or newer.

As part of this change, and to support Sendable, the previously generated "NIO" variant clients (which are class based) have been deprecated. They have been replaced with struct based equivalents.


SemVer Minor
SemVer Patch
  • Increase the minimum swift-protobuf version to 1.19.0 (#​1376)
  • ConnectionPool Waiter should store its timeout task (#​1380)
  • Update formatter (#​1381)
  • Update version to 1.8.0 (#​1437)
Other Changes

v1.7.3: gRPC Swift 1.7.3

Compare Source

SemVer Patch
  • Ignore state machine inputs in unexpected states (#​1374)
Other Changes

v1.7.2: gRPC Swift 1.7.2

Compare Source

SemVer Patch
  • protoc-gen-grpc-swift: FileHandle for stdin, stdout (#​1361, patch credit to @​lrewega)
  • Better handle client sent GOAWAY frames
  • Release stream callback, once the stream has finished (#​1363)
  • Bump version number to 1.7.2 (#​1372)
Other Changes

v1.7.1: gRPC Swift 1.7.1

Compare Source

SemVer Patch
  • Update minimum HTTP/2 version (#​1359)
  • Bump version number to 1.7.1 (#​1360)

v1.7.0: gRPC Swift 1.7.0

Compare Source

SemVer Minor
  • Add cause to GRPCStatus.processingError for uncaught errors (#​1356)
SemVer Patch
  • Tolerate channel error when connecting (#​1349)
  • Use trace log level for buffering logs (#​1352)
  • Add cause to GRPCStatus.description if it is non-nil (#​1357)
  • Bump version number to 1.7.0 (#​1358)
Other Changes
  • Update allocation counter limits (#​1347)
  • Add more flexibility to perf tests (#​1354)
  • Remove perf tests for 5.2 (#​1355)

v1.6.1: gRPC Swift 1.6.1

Compare Source

SemVer Patch
  • Delay closing until the next loop tick (#​1326)
  • Propagate request ID for channel pool (#​1328)
  • Bump version number to 1.6.1 (#​1332)
Other Changes

v1.6.0: gRPC Swift 1.6.0

Compare Source

SemVer Minor
  • Allow clients to shutdown gracefully (#​1308)
SemVer Patch
  • Add 'cause' to more transformed statuses (#​1306)
  • Add tests to verify mTLS behaviour (#​1307)
  • Use more accurate imports (#​1309)
  • Remove client didSet state transition check (#​1310)
  • Allow gRPC to be built without NIOSSL (#​1311)
  • Bump version number to 1.6.0 (#​1314)
Other Changes

v1.5.0: gRPC Swift 1.5.0

Compare Source

SemVer Minor
SemVer Patch
  • Provide more context to failing RPCs from the connection pool (#​1292)
  • Bump version number to 1.5.0 (#​1294)
Other Changes
  • Update Cocoapods for 1.4.2 (#​1281)
  • Update NIO dependencies in the QPS benchmark (#​1286)
  • Switch to the channel pool in the QPS benchmark (#​1287)
  • Update examples to use channel pool (#​1293)

v1.4.2: gRPC Swift 1.4.2

Compare Source

SemVer Patch
  • Log connectivity changes at debug level (#​1275)
  • Drop user context when closing client interceptor pipeline (#​1279)
  • Bump version number to 1.4.2 (#​1280)
Other Changes
  • Update pods for 1.4.1 (#​1268)
  • Add note to README about async/await support. (#​1269)

v1.4.1: gRPC Swift 1.4.1

Compare Source

SemVer Patch
  • Update swift-argument-parser version (#​1263)
  • Extend lifetime of client interceptor pipeline (#​1265)
  • Remove unused imports (#​1266)
  • Bump version number to 1.4.1 (#​1267)
Other Changes

v1.4.0: gRPC Swift 1.4.0

Compare Source

SemVer Minor
  • Make the RPC path available in client calls (#​1237, patch credit to @​ialimz)
  • Allow http/2 max concurrent streams to be configured on the server (#​1226, patch credit to @​qusc)
  • Allow http/2 maximum frame size to be configured on the server. (#​1253, patch credit to @​gcjenkinson)
  • Allow http/2 maximum frame size to be configured on the client. (#​1255)
  • Default the port to 443 when using TLS (#​1225)
  • Use a more specific error when message length exceeds receive limit (#​1247)
SemVer Patch
  • Raise the default HTTP/2 target window size (#​1248)
  • Avoid CoWs in grpc-web-to-http2 (#​1227)
  • Use sync options to get the http/2 stream ID (#​1229)
  • Fix watchOS availability guard for Network.framework TLS (#​1233)
  • Use more specific NIO imports (#​1239)
  • Add explicit dependency on NIOTLS (#​1244)
  • Bump version number to 1.4.0 (#​1256)
Other Changes

v1.3.0: gRPC Swift 1.3.0

Compare Source

SemVer Minor
  • Introduce SwiftProtobufModuleName option to the protoc plugin (#​1220, patch credit to @​hdv)
  • Add support for Network.framework TLS options (#​1221)
SemVer Patch
  • Bump version number to 1.3.0 (#​1222)

v1.2.0: gRPC Swift 1.2.0

Compare Source

SemVer Minor
SemVer Patch
Other Changes
  • Migrate from travis.org to GitHub actions. (#​1214)
  • Comment out testBidirectionalStreamingOnCloseAfterUserFunctionFails (#​1216)

v1.1.1: gRPC Swift 1.1.1

Compare Source

SemVer Patch
  • Bump the minimum version of Swift Argument Parser (#​1211)
  • Bump version to 1.1.1 (#​1212)
Other Changes

v1.1.0: gRPC Swift 1.1.0

Compare Source

SemVer Minor
  • Add a closeFuture to the server context (#​1147)
  • Allow calls to run on a specified EventLoop (#​1156)
  • Provide functions for making default client and server configurations (#​1198)
SemVer Patch
  • Ignore errors when the client is in the idle state. (#​1133)
  • Better handle DATA frames with end stream set (#​1139)
  • Make storage on server contexts thread safe (#​1146)
  • Adopt new SwiftNIO API for doing synchronous pipeline operations to reduce allocations (#​1149, #​1160)
  • Make 'NIOSSLContext' ahead of time to reduce allocations (#​1184)
  • Use static trailers where possible to save allocations (#​1151)
  • Fix bugs in gRPC-Web found by oss-fuzz (#​1187)
  • Add remote and local IP addresses to logging metadata (#​1195)
  • Refactor parts of the ConnectionManager and add internal types for an upcoming connection pool (#​1158, #​1162, #​1173, #​1176, #​1189)
  • Add a static-source Logger (#​1165)
  • Add in-source fuzzing support (#​1177)
  • Bump version for 1.1.0 release (#​1200)
Other Changes

v1.0.0: gRPC Swift 1.0.0

Compare Source

SemVer Patch
  • Add an option to protoc-gen-grpc-swift to allow generated stub names to use the casing from their .proto definition (#​1123)
  • Set the ALPN tokens if not otherwise set by the user when providing TLS configuration via NIOSSL.TLSConfiguration. (#​1127)
  • Add a versioned user-agent string to requests (#​1128)
Other Changes

v0.11.0

Compare Source

  • Update vendored gRPC-core to v1.24.3 (#​804)

v0.10.0

Compare Source

  • Use protoToModuleMappings in input/output names. (#​553)
  • Update vendored gRPC-core to v1.23.0. (#​563)

v0.9.2

Compare Source

  • Fixes an issue for building with Carthage using Xcode 12

v0.9.1

Compare Source

Relevant for library users:

  • Support tvOS (#​446)
  • Improve Carthage compatibility (#​493)
  • Avoid linking nghttp2 in Carthage project (#​450)
  • Fix two memory leaks and update a link in the README. (#​501)
  • Fix a compiler warning. (#​499)
  • Fix libtool warning when compiling with bazel (#​447)

Less visible changes:

  • Update the test certificates and increase their validity to 10 years. (#​494)
  • Add a swift_versions flag to the Podspec. (#​500)
  • Revert to Apache 2.0 license verbatim (#​498)
  • Update README.md for examples to point to correct folders (#​473)

v0.9.0: Fixes for Swift 5

Compare Source

This release contains fixes for Swift 5 warnings that were emitted by SwiftGRPC and SwiftProtobuf.

  • Bump version to 0.9.0 (#​444) - Michael Rebello (d5f0c46)
  • Try de-flaking testMultipleConnectivityObserversAreCalled. (#​441) - Daniel Alm (c0eca15)
  • Update SwiftProtobuf to 1.5.0 (#​440) - Michael Rebello (2d822f1)
  • Run CI on both Swift 4.2 and 5, and fix Swift 5 warning (#​426) - Michael Rebello (0f2af51)
  • Change the swiftc argument to use static Swift libraries. (#​424) - Daniel Alm (6bbc15c)

v0.8.2

Compare Source

  • Update vendored gRPC-core to v1.19.1. This commit also fixes a few minor problems in the vendoring
    scripts and updates a call in shim/channel.c to use a modified API.

  • Update ClientCancellingTests to give clients more time to cancel before the server finishes streaming.

  • Update Roots.swift to use the latest roots.pem from gRPC.

  • Add SleepingEchoProvider.

  • Updating podspec. gRPC-Core dependency is v1.19.0. There was no podspec published for gRPC-Core v1.19.1
    but it has no changes in the C layer: vendoring v1.19.0 yields the same code as vendoring v1.19.1.

  • Changes from running "make project-carthage"

v0.8.1

Compare Source

  • Update to 0.8.1 - Michael Rebello (f8738a6)
  • Disable iOS 12 cellular connectivity monitor by default - Michael Rebello (58a009b)
  • Implement async client test stub methods (#​378) - Carlos Pages (630dfa5)
  • Temporarily disable NIOClientTimeoutTests.testBidirectionalStreamingTimeoutAfterSending on Linux for now (#​409) - Daniel Alm (4df501a)
  • Use FileHandle instead of io.swift. (#​408) - Martin Petrov (1d056f1)
  • Update Echo certificate and key (#​407) - George Barnett (14734c7)
  • Rewrite LengthPrefixedMessageReader and tests (#​397) - George Barnett (143255e)
  • Allow generating test stubs separately from the client implementation (#​402) - Martin Petrov (869c168)
  • Generate client test stubs in a dedicated section. (#​403) - Martin Petrov (90a5498)
  • Add public init to client call unary stubs. (#​401) - Martin Petrov (dc2e8bb)
  • Mark unary async calls as @​discardableResult. (#​399) - Martin Petrov (f7807da)
  • Generate ClientCallUnary test stubs. (#​398) - Martin Petrov (c0478aa)
  • Add/update scripts for vendoring dependencies (#​396) - Michael Rebello (9745a76)
  • Fix crashes due to mismatching responses sent to the channel when event observer factories fail. (#​395) - Daniel Alm (772b78e)
  • Enforce request cardinality for unary-request calls also for the case of zero request messages being sent. (#​392) - Daniel Alm (d4a6366)
  • Add public factory methods for CallResult. (#​394) - Martin Petrov (140d34a)
  • Make a few more write calls flushing. (#​391) - Daniel Alm (30a7fbc)
  • Refactor some properties shared by all server-side call contexts into a common ServerCallContext protocol … (#​389) - Daniel Alm (c082197)

v0.8.0

Compare Source

  • Update CocoaPods & Carthage for 0.8.0 release (#​370) - Michael Rebello (8b064bd)
  • Add ClientNetworkMonitor for tracking network changes (#​387) - Michael Rebello (3b3c5c5)
  • First pass implementation of NIO client (#​357) - George Barnett (97ff923)
  • Clean up gRPC.swift (#​386) - Michael Rebello (ee0f374)
  • Add ability to manually shut down channels (#​384) - Michael Rebello (930440a)
  • Update releasing instructions (#​383) - Michael Rebello (f5c0d63)
  • Comments/cleanup to Package.swift. (#​371) - Daniel Alm (ba335b2)
  • Refactor channel connectivity to avoid multiple spin loops (#​380) - Michael Rebello (10aff09)
  • Improve error handling in NIO server. (#​364) - George Barnett (158c4ef)
  • Fix channel credentials memory leak in shims (#​369) - Kevin Sweeney (587218a)
  • Make ConnectivityObserver class final (#​375) - Michael Rebello (5f24269)
  • Store the root certificates as a multi-line string literal. (#​372) - Daniel Alm (ac3e175)
  • Run ChannelCrashTests on Linux/CI (#​379) - Michael Rebello (b899a30)
  • Move ConnectivityState to new file & update initializer (#​376) - Michael Rebello (9dff24d)
  • Merge pull request #​350 from sergiocampama/http1 - Tim Burks (ac1939e)
  • Adds Echo Web example with functional prototype - Sergio Campama ([86748a7](https://togithub.com/grpc/grpc-swift/co

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

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

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from a team as a code owner February 10, 2021 22:50
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 10, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Feb 10, 2021
@renovate-bot renovate-bot force-pushed the renovate/grpc-grpc-swift-1.x branch 2 times, most recently from 6a7528f to 5b0683f Compare June 8, 2021 19:35
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 5, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 5, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 8, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 8, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 13, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 13, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 18, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 18, 2021
@renovate-bot renovate-bot force-pushed the renovate/grpc-grpc-swift-1.x branch 2 times, most recently from c7a8098 to 4b186bd Compare June 24, 2022 00:00
@renovate-bot renovate-bot force-pushed the renovate/grpc-grpc-swift-1.x branch from 1ad763e to 6cda1a0 Compare May 1, 2023 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement. kokoro:force-run Add this label to force Kokoro to re-run the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant