This is an automated email from the ASF dual-hosted git repository.
dongjoon 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 9decdd5 [SPARK-54044] Upgrade `gRPC Swift NIO Transport` to 2.2.0
9decdd5 is described below
commit 9decdd5082219649a408d0371827dd34331c98c2
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Oct 27 15:19:59 2025 -0700
[SPARK-54044] Upgrade `gRPC Swift NIO Transport` to 2.2.0
### What changes were proposed in this pull request?
This PR aims to upgrade `gRPC Swift NIO Transport` to 2.2.0.
### Why are the changes needed?
To bring the latest bug fixes.
- https://github.com/grpc/grpc-swift-nio-transport/releases/tag/2.2.0
- https://github.com/grpc/grpc-swift-nio-transport/pull/125
- https://github.com/grpc/grpc-swift-nio-transport/pull/126
- https://github.com/grpc/grpc-swift-nio-transport/pull/127
- https://github.com/grpc/grpc-swift-nio-transport/pull/128
- https://github.com/grpc/grpc-swift-nio-transport/pull/129
### 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 #253 from dongjoon-hyun/SPARK-54044.
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 d04233f..dd85d49 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.1.0"),
.package(url: "https://github.com/grpc/grpc-swift-protobuf.git", exact:
"2.1.1"),
- .package(url: "https://github.com/grpc/grpc-swift-nio-transport.git",
exact: "2.1.1"),
+ .package(url: "https://github.com/grpc/grpc-swift-nio-transport.git",
exact: "2.2.0"),
.package(url: "https://github.com/google/flatbuffers.git", branch:
"v25.2.10"),
],
targets: [
diff --git a/README.md b/README.md
index cec09f0..9b11adb 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ So far, this library project is tracking the upstream changes
of [Apache Arrow](
- [Swift 6.0/6.1/6.2 (September 2025)](https://swift.org)
- [gRPC Swift 2.1 (July
2025)](https://github.com/grpc/grpc-swift-2/releases/tag/2.1.0)
- [gRPC Swift Protobuf 2.1 (August
2025)](https://github.com/grpc/grpc-swift-protobuf/releases/tag/2.1.1)
-- [gRPC Swift NIO Transport 2.1 (August
2025)](https://github.com/grpc/grpc-swift-nio-transport/releases/tag/2.1.0)
+- [gRPC Swift NIO Transport 2.2 (September
2025)](https://github.com/grpc/grpc-swift-nio-transport/releases/tag/2.2.0)
- [FlatBuffers v25.2.10 (February
2025)](https://github.com/google/flatbuffers/releases/tag/v25.2.10)
- [Apache Arrow Swift](https://github.com/apache/arrow-swift)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]