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 240014c  [SPARK-53370] Upgrade `gRPC Swift Protobuf` to 2.1.1
240014c is described below

commit 240014cf65921b5887b62fa36fb1d3c224e44413
Author: Dongjoon Hyun <dongj...@apache.org>
AuthorDate: Tue Aug 26 08:43:31 2025 -0700

    [SPARK-53370] Upgrade `gRPC Swift Protobuf` to 2.1.1
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `grpc-swift-protobuf` to 2.1.1.
    
    ### Why are the changes needed?
    
    To bring the latest improvements and bug fixes.
    - https://github.com/grpc/grpc-swift-protobuf/releases/tag/2.1.1
    - https://github.com/grpc/grpc-swift-protobuf/releases/tag/2.1.0
      - https://github.com/grpc/grpc-swift-protobuf/pull/77
      - https://github.com/grpc/grpc-swift-protobuf/pull/82
      - https://github.com/grpc/grpc-swift-protobuf/pull/81
    
    ### 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 #217 from dongjoon-hyun/SPARK-53370.
    
    Authored-by: Dongjoon Hyun <dongj...@apache.org>
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
---
 Package.swift | 2 +-
 README.md     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Package.swift b/Package.swift
index 7669926..b50206e 100644
--- a/Package.swift
+++ b/Package.swift
@@ -35,7 +35,7 @@ let package = Package(
   ],
   dependencies: [
     .package(url: "https://github.com/grpc/grpc-swift-2.git";, exact: "2.0.0"),
-    .package(url: "https://github.com/grpc/grpc-swift-protobuf.git";, exact: 
"2.0.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.0"),
     .package(url: "https://github.com/google/flatbuffers.git";, branch: 
"v25.2.10"),
   ],
diff --git a/README.md b/README.md
index 1243a3b..fd81075 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ So far, this library project is tracking the upstream changes 
of [Apache Arrow](
 - [Apache Spark 4.0.0 (May 
2025)](https://github.com/apache/spark/releases/tag/v4.0.0)
 - [Swift 6.0 (2024) or 6.1 (2025)](https://swift.org)
 - [gRPC Swift 2 (May 
2025)](https://github.com/grpc/grpc-swift-2/releases/tag/2.0.0)
-- [gRPC Swift Protobuf 2.0 (May 
2025)](https://github.com/grpc/grpc-swift-protobuf/releases/tag/2.0.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)
 - [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: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to