This is an automated email from the ASF dual-hosted git repository.
dongjoon-hyun 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 1996a53 [SPARK-57733] Upgrade `gRPC Swift NIO Transport` to 2.9.0
1996a53 is described below
commit 1996a53fdb479a101d1c4d78ec4da120f8d58701
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sat Jun 27 20:38:41 2026 -0700
[SPARK-57733] Upgrade `gRPC Swift NIO Transport` to 2.9.0
### What changes were proposed in this pull request?
This PR upgrades the `grpc-swift-nio-transport` dependency to `2.9.0`.
### Why are the changes needed?
To adopt the latest `grpc-swift-nio-transport` release (`2.9.0`).
- https://github.com/grpc/grpc-swift-nio-transport/releases/tag/2.9.0
- https://github.com/grpc/grpc-swift-nio-transport/pull/182
- https://github.com/grpc/grpc-swift-nio-transport/pull/183
### 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?
Generated-by: Claude Opus 4.8
This patch had conflicts when merged, resolved by
Committer: Dongjoon Hyun <[email protected]>
Closes #427 from dongjoon-hyun/SPARK-57733.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
Package.swift | 2 +-
README.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Package.swift b/Package.swift
index bc0db2c..ae11264 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.4.2"),
.package(url: "https://github.com/grpc/grpc-swift-protobuf.git", exact:
"2.4.1"),
- .package(url: "https://github.com/grpc/grpc-swift-nio-transport.git",
exact: "2.8.0"),
+ .package(url: "https://github.com/grpc/grpc-swift-nio-transport.git",
exact: "2.9.0"),
.package(url: "https://github.com/google/flatbuffers.git", exact:
"25.12.19-2026-02-06-03fffb2"),
.package(url: "https://github.com/apple/swift-system.git", exact: "1.7.2")
],
diff --git a/README.md b/README.md
index 875f073..e09e8a3 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ For example, a user can develop and ship a lightweight
Swift-based SparkPi app.
- [Swift 6.3.2 (May 2026)](https://swift.org)
- [gRPC Swift 2.4.2 (June
2026)](https://github.com/grpc/grpc-swift-2/releases/tag/2.4.2)
- [gRPC Swift Protobuf 2.4.1 (June
2026)](https://github.com/grpc/grpc-swift-protobuf/releases/tag/2.4.1)
-- [gRPC Swift NIO Transport 2.8.0 (June
2026)](https://github.com/grpc/grpc-swift-nio-transport/releases/tag/2.8.0)
+- [gRPC Swift NIO Transport 2.9.0 (June
2026)](https://github.com/grpc/grpc-swift-nio-transport/releases/tag/2.9.0)
- [FlatBuffers v25.12.19 (February
2026)](https://github.com/google/flatbuffers/releases/tag/v25.12.19-2026-02-06-03fffb2)
- [Swift System 1.7.2 (June
2026)](https://github.com/apple/swift-system/releases/tag/1.7.2)
- [Apache Arrow Swift](https://github.com/apache/arrow-swift)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]