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 2f94a69 [SPARK-55632] Upgrade `gRPC Swift NIO Transport` to 2.4.2
2f94a69 is described below
commit 2f94a698e0bc987225532f05be4c6d632af36804
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Feb 22 17:25:44 2026 -0800
[SPARK-55632] Upgrade `gRPC Swift NIO Transport` to 2.4.2
### What changes were proposed in this pull request?
This PR aims to upgrade `gRPC Swift NIO Transport` to 2.4.2.
### Why are the changes needed?
To bring the latest bug fixes.
- https://github.com/grpc/grpc-swift-nio-transport/releases/tag/2.4.2
- https://github.com/grpc/grpc-swift-nio-transport/pull/144
- https://github.com/grpc/grpc-swift-nio-transport/pull/145
### 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: `Gemini 3.1 Pro (High)` on `Antigravity`
Closes #296 from dongjoon-hyun/SPARK-55632.
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 e0ffc9b..0079855 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.2.1"),
.package(url: "https://github.com/grpc/grpc-swift-protobuf.git", exact:
"2.2.0"),
- .package(url: "https://github.com/grpc/grpc-swift-nio-transport.git",
exact: "2.4.1"),
+ .package(url: "https://github.com/grpc/grpc-swift-nio-transport.git",
exact: "2.4.2"),
.package(url: "https://github.com/google/flatbuffers.git", branch:
"v25.12.19-2026-02-06-03fffb2"),
],
targets: [
diff --git a/README.md b/README.md
index cadc68f..4eea2c4 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ So far, this library project is tracking the upstream changes
of [Apache Arrow](
- [Swift 6.2 (September 2025)](https://swift.org)
- [gRPC Swift 2.2 (November
2025)](https://github.com/grpc/grpc-swift-2/releases/tag/2.2.1)
- [gRPC Swift Protobuf 2.1.2 (December
2025)](https://github.com/grpc/grpc-swift-protobuf/releases/tag/2.1.2)
-- [gRPC Swift NIO Transport 2.4 (December
2025)](https://github.com/grpc/grpc-swift-nio-transport/releases/tag/2.4.0)
+- [gRPC Swift NIO Transport 2.4.2 (February
2026)](https://github.com/grpc/grpc-swift-nio-transport/releases/tag/2.4.2)
- [FlatBuffers v25.12.19 (February
2026)](https://github.com/google/flatbuffers/releases/tag/v25.12.19-2026-02-06-03fffb2)
- [Apache Arrow Swift](https://github.com/apache/arrow-swift)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]