Skip to content

Commit 98fc0ac

Browse files
committed
[SPARK-51561] Upgrade gRPC Swift to 2.1.2 and gRPC Swift NIO Transport to 1.0.2
1 parent 968b77c commit 98fc0ac

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
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
],

README.md

Lines changed: 3 additions & 3 deletions
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)