Skip to content

Commit c7ef15f

Browse files
committed
[SPARK-51561] Upgrade gRPC Swift to 2.1.2 and gRPC Swift NIO Transport to 1.0.2
### What changes were proposed in this pull request? This PR aims to upgrade - `gRPC Swift` to `2.1.2` - `gRPC Swift NIO Transport` to `1.0.2` ### Why are the changes needed? To bring the latest bug fixes. - https://github.com/grpc/grpc-swift/releases/tag/2.1.2 - https://github.com/grpc/grpc-swift/releases/tag/2.1.1 - grpc/grpc-swift#2206 - https://github.com/grpc/grpc-swift-nio-transport/releases/tag/1.0.2 - grpc/grpc-swift-nio-transport#80 ### 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 #23 from dongjoon-hyun/SPARK-51561. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 209e93e commit c7ef15f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ let package = Package(
3434
targets: ["SparkConnect"])
3535
],
3636
dependencies: [
37-
.package(url: "https://github.com/grpc/grpc-swift.git", from: "2.1.0"),
37+
.package(url: "https://github.com/grpc/grpc-swift.git", from: "2.1.2"),
3838
.package(url: "https://github.com/grpc/grpc-swift-protobuf.git", from: "1.1.0"),
39-
.package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", from: "1.0.1"),
39+
.package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", from: "1.0.2"),
4040
.package(url: "https://github.com/scottrhoyt/SwiftyTextTable.git", from: "0.9.0"),
4141
.package(url: "https://github.com/google/flatbuffers.git", branch: "v24.3.7"),
4242
],

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ So far, this library project is tracking the upstream changes like the [Apache S
1111
## Requirement
1212
- [Apache Spark 4.0.0 RC2 (March 2025)](https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc2-bin/)
1313
- [Swift 6.0 (2024)](https://swift.org)
14-
- [gRPC Swift 2.1 (March 2025)](https://github.com/grpc/grpc-swift/releases/tag/2.1.0)
15-
- [gRPC Swift Protobuf 1.0 (March 2025)](https://github.com/grpc/grpc-swift-protobuf/releases/tag/1.1.0)
16-
- [gRPC Swift NIO Transport 1.0 (March 2025)](https://github.com/grpc/grpc-swift-nio-transport/releases/tag/1.0.1)
14+
- [gRPC Swift 2.1 (March 2025)](https://github.com/grpc/grpc-swift/releases/tag/2.1.2)
15+
- [gRPC Swift Protobuf 1.1 (March 2025)](https://github.com/grpc/grpc-swift-protobuf/releases/tag/1.1.0)
16+
- [gRPC Swift NIO Transport 1.0 (March 2025)](https://github.com/grpc/grpc-swift-nio-transport/releases/tag/1.0.2)
1717
- [Apache Arrow Swift](https://github.com/apache/arrow/tree/main/swift)
1818

1919
## How to use in your apps

0 commit comments

Comments
 (0)