This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-connect-swift.git
The following commit(s) were added to refs/heads/main by this push:
new 584d66c [SPARK-53685] Upgrade `gRPC Swift NIO Transport` to 2.1.1
584d66c is described below
commit 584d66c0b74143d19d3b75de2dec325e6fd740b4
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Sep 23 18:15:20 2025 -0700
[SPARK-53685] Upgrade `gRPC Swift NIO Transport` to 2.1.1
### What changes were proposed in this pull request?
This PR aims to upgrade `gRPC Swift NIO Transport` to 2.1.1.
### Why are the changes needed?
To bring the latest bug fixes.
- https://github.com/grpc/grpc-swift-nio-transport/releases/tag/2.1.1
- https://github.com/grpc/grpc-swift-nio-transport/pull/123
- https://github.com/grpc/grpc-swift-nio-transport/pull/124
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #241 from dongjoon-hyun/SPARK-53685.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
Package.swift | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Package.swift b/Package.swift
index 7f23d66..d04233f 100644
--- a/Package.swift
+++ b/Package.swift
@@ -36,7 +36,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/grpc/grpc-swift-2.git", exact: "2.1.0"),
.package(url: "https://github.com/grpc/grpc-swift-protobuf.git", exact:
"2.1.1"),
- .package(url: "https://github.com/grpc/grpc-swift-nio-transport.git",
exact: "2.1.0"),
+ .package(url: "https://github.com/grpc/grpc-swift-nio-transport.git",
exact: "2.1.1"),
.package(url: "https://github.com/google/flatbuffers.git", branch:
"v25.2.10"),
],
targets: [
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]