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 3337326  [SPARK-54779] Upgrade `gRPC Swift NIO Transport` to 2.4.0
3337326 is described below

commit 33373263da31ef6efed76506b00508d512a54874
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Dec 19 12:41:19 2025 -0800

    [SPARK-54779] Upgrade `gRPC Swift NIO Transport` to 2.4.0
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `gRPC Swift NIO Transport` to 2.4.0.
    
    ### Why are the changes needed?
    
    To bring the latest bug fixes.
    - https://github.com/grpc/grpc-swift-nio-transport/releases/tag/2.4.0
      - https://github.com/grpc/grpc-swift-nio-transport/pull/139
    - https://github.com/grpc/grpc-swift-nio-transport/releases/tag/2.3.1
      - https://github.com/grpc/grpc-swift-nio-transport/pull/138
    
    ### 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 #269 from dongjoon-hyun/SPARK-54779.
    
    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 d1de8f9..e7fff96 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.1.1"),
-    .package(url: "https://github.com/grpc/grpc-swift-nio-transport.git";, 
exact: "2.3.0"),
+    .package(url: "https://github.com/grpc/grpc-swift-nio-transport.git";, 
exact: "2.4.0"),
     .package(url: "https://github.com/google/flatbuffers.git";, branch: 
"v25.9.23"),
   ],
   targets: [
diff --git a/README.md b/README.md
index 056536c..b2e5fe9 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.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 (August 
2025)](https://github.com/grpc/grpc-swift-protobuf/releases/tag/2.1.1)
-- [gRPC Swift NIO Transport 2.3 (November 
2025)](https://github.com/grpc/grpc-swift-nio-transport/releases/tag/2.3.0)
+- [gRPC Swift NIO Transport 2.4 (December 
2025)](https://github.com/grpc/grpc-swift-nio-transport/releases/tag/2.4.0)
 - [FlatBuffers v25.9.23 (September 
2025)](https://github.com/google/flatbuffers/releases/tag/v25.9.23)
 - [Apache Arrow Swift](https://github.com/apache/arrow-swift)
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to