Skip to content

Commit 9622e8e

Browse files
committed
[SPARK-52138] Upgrade gRPC Swift NIO Transport to 1.1.0
### What changes were proposed in this pull request? This PR aims to upgrade `gRPC Swift NIO Transport` library to 1.1.0. ### Why are the changes needed? To bring the latest big fixes with the official Swift 6.1 tested version. - https://github.com/grpc/grpc-swift-nio-transport/releases/tag/1.1.0 - grpc/grpc-swift-nio-transport#88 - grpc/grpc-swift-nio-transport#94 - grpc/grpc-swift-nio-transport#89 ### 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 #147 from dongjoon-hyun/SPARK-52138. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent ad62a1c commit 9622e8e

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
@@ -36,7 +36,7 @@ let package = Package(
3636
dependencies: [
3737
.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"),
39-
.package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", from: "1.0.3"),
39+
.package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", from: "1.1.0"),
4040
.package(url: "https://github.com/google/flatbuffers.git", branch: "v25.2.10"),
4141
],
4242
targets: [

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ So far, this library project is tracking the upstream changes like the [Apache S
2020
- [Swift 6.0 (2024) or 6.1 (2025)](https://swift.org)
2121
- [gRPC Swift 2.2 (May 2025)](https://github.com/grpc/grpc-swift/releases/tag/2.2.0)
2222
- [gRPC Swift Protobuf 1.2 (April 2025)](https://github.com/grpc/grpc-swift-protobuf/releases/tag/1.2.0)
23-
- [gRPC Swift NIO Transport 1.0 (March 2025)](https://github.com/grpc/grpc-swift-nio-transport/releases/tag/1.0.3)
23+
- [gRPC Swift NIO Transport 1.1 (May 2025)](https://github.com/grpc/grpc-swift-nio-transport/releases/tag/1.1.0)
2424
- [FlatBuffers v25.2.10 (February 2025)](https://github.com/google/flatbuffers/releases/tag/v25.2.10)
2525
- [Apache Arrow Swift](https://github.com/apache/arrow/tree/main/swift)
2626

0 commit comments

Comments
 (0)