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 5020fb7  [SPARK-55316] Upgrade `gRPC Swift NIO Transport` to 2.4.1
5020fb7 is described below

commit 5020fb7b05665d8162a2af7fc3a0dfb5be278916
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Feb 3 02:19:37 2026 -0800

    [SPARK-55316] Upgrade `gRPC Swift NIO Transport` to 2.4.1
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `gRPC Swift NIO Transport` to 2.4.1.
    
    ### Why are the changes needed?
    
    To bring the latest bug fixes.
    - https://github.com/grpc/grpc-swift-nio-transport/releases/tag/2.4.1
      - https://github.com/grpc/grpc-swift-nio-transport/pull/142
    
    ### 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?
    
    Yes (`Opus 4.5` on `Claude Code v2.1.5`)
    
    Closes #284 from dongjoon-hyun/SPARK-55316.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 Package.swift | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Package.swift b/Package.swift
index e62ffa8..e5d83e3 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.2"),
-    .package(url: "https://github.com/grpc/grpc-swift-nio-transport.git";, 
exact: "2.4.0"),
+    .package(url: "https://github.com/grpc/grpc-swift-nio-transport.git";, 
exact: "2.4.1"),
     .package(url: "https://github.com/google/flatbuffers.git";, branch: 
"v25.12.19"),
   ],
   targets: [


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

Reply via email to