This is an automated email from the ASF dual-hosted git repository.
dongjoon-hyun 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 4101b0d [SPARK-56950] Upgrade `gRPC Swift Protobuf` to 2.4.0
4101b0d is described below
commit 4101b0d3293fe164b4b9c61f1c93f06d36d458d1
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue May 19 12:18:09 2026 -0700
[SPARK-56950] Upgrade `gRPC Swift Protobuf` to 2.4.0
### What changes were proposed in this pull request?
This PR aims to upgrade `grpc-swift-protobuf` to 2.4.0.
### Why are the changes needed?
To bring the latest bug fixes and improvements.
- https://github.com/grpc/grpc-swift-protobuf/releases/tag/2.4.0
- https://github.com/grpc/grpc-swift-protobuf/pull/100
### 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: Claude Opus 4.7
Closes #370 from dongjoon-hyun/SPARK-56950.
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 93c3043..77b9231 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.4.1"),
- .package(url: "https://github.com/grpc/grpc-swift-protobuf.git", exact:
"2.3.0"),
+ .package(url: "https://github.com/grpc/grpc-swift-protobuf.git", exact:
"2.4.0"),
.package(url: "https://github.com/grpc/grpc-swift-nio-transport.git",
exact: "2.7.0"),
.package(url: "https://github.com/google/flatbuffers.git", branch:
"v25.12.19-2026-02-06-03fffb2"),
.package(url: "https://github.com/apple/swift-system.git", exact: "1.6.4")
diff --git a/README.md b/README.md
index 5c57bfb..a6ed2ec 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ For example, a user can develop and ship a lightweight
Swift-based SparkPi app.
- [Apache Spark 4.1.1 (January
2026)](https://github.com/apache/spark/releases/tag/v4.1.1)
- [Swift 6.3.1 (April 2026)](https://swift.org)
- [gRPC Swift 2.4 (April
2026)](https://github.com/grpc/grpc-swift-2/releases/tag/2.4.0)
-- [gRPC Swift Protobuf 2.3.0 (April
2026)](https://github.com/grpc/grpc-swift-protobuf/releases/tag/2.3.0)
+- [gRPC Swift Protobuf 2.4.0 (May
2026)](https://github.com/grpc/grpc-swift-protobuf/releases/tag/2.4.0)
- [gRPC Swift NIO Transport 2.7.0 (April
2026)](https://github.com/grpc/grpc-swift-nio-transport/releases/tag/2.7.0)
- [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]