Skip to content

Commit 75e5030

Browse files
committed
[SPARK-52084] Upgrade gRPC Swift to 2.2.0
### What changes were proposed in this pull request? This PR aims to upgrade `gRPC Swift` to 2.2.0 to use `Swift 6.1`-tested versions from the upstream officially. ### Why are the changes needed? To bring the latest updates. - https://github.com/grpc/grpc-swift/releases/tag/2.2.0 (2025-05-12) - grpc/grpc-swift#2225 - grpc/grpc-swift#2221 ### 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 #135 from dongjoon-hyun/SPARK-52084. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent ed6d553 commit 75e5030

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ let package = Package(
3434
targets: ["SparkConnect"])
3535
],
3636
dependencies: [
37-
.package(url: "https://github.com/grpc/grpc-swift.git", from: "2.1.2"),
37+
.package(url: "https://github.com/grpc/grpc-swift.git", from: "2.2.0"),
3838
.package(url: "https://github.com/grpc/grpc-swift-protobuf.git", from: "1.2.0"),
3939
.package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", from: "1.0.3"),
4040
.package(url: "https://github.com/google/flatbuffers.git", branch: "v25.2.10"),

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ So far, this library project is tracking the upstream changes like the [Apache S
1212

1313
- [Apache Spark 4.0.0 RC5 (April 2025)](https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc5-bin/)
1414
- [Swift 6.0 (2024) or 6.1 (2025)](https://swift.org)
15-
- [gRPC Swift 2.1 (March 2025)](https://github.com/grpc/grpc-swift/releases/tag/2.1.2)
15+
- [gRPC Swift 2.2 (May 2025)](https://github.com/grpc/grpc-swift/releases/tag/2.2.0)
1616
- [gRPC Swift Protobuf 1.2 (April 2025)](https://github.com/grpc/grpc-swift-protobuf/releases/tag/1.2.0)
1717
- [gRPC Swift NIO Transport 1.0 (March 2025)](https://github.com/grpc/grpc-swift-nio-transport/releases/tag/1.0.3)
1818
- [FlatBuffers v25.2.10 (February 2025)](https://github.com/google/flatbuffers/releases/tag/v25.2.10)

0 commit comments

Comments
 (0)