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 2fb3e84 [SPARK-55797] Upgrade `gRPC Swift NIO Transport` to 2.4.3
2fb3e84 is described below
commit 2fb3e844329c029ecd9d0944edca1d004bc5afd4
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Mar 2 17:01:53 2026 -0800
[SPARK-55797] Upgrade `gRPC Swift NIO Transport` to 2.4.3
### What changes were proposed in this pull request?
This PR aims to upgrade `gRPC Swift NIO Transport` to 2.4.3.
### Why are the changes needed?
To bring the latest bug fixes.
- https://github.com/grpc/grpc-swift-nio-transport/releases/tag/2.4.3
- https://github.com/grpc/grpc-swift-nio-transport/pull/149
### 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 #301 from dongjoon-hyun/SPARK-55797.
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 0079855..c91e63c 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.2"),
+ .package(url: "https://github.com/grpc/grpc-swift-nio-transport.git",
exact: "2.4.3"),
.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 4eea2c4..fff6be5 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.2 (February
2026)](https://github.com/grpc/grpc-swift-nio-transport/releases/tag/2.4.2)
+- [gRPC Swift NIO Transport 2.4.3 (February
2026)](https://github.com/grpc/grpc-swift-nio-transport/releases/tag/2.4.3)
- [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]