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 7cb5083 [SPARK-57732] Upgrade `grpc-swift-2` to 2.4.2
7cb5083 is described below
commit 7cb508386fdec8516a0034592e77bf97d395bafa
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sat Jun 27 20:33:51 2026 -0700
[SPARK-57732] Upgrade `grpc-swift-2` to 2.4.2
### What changes were proposed in this pull request?
This PR upgrades the `grpc-swift-2` dependency to `2.4.2`.
### Why are the changes needed?
To stay current with the latest patch release of `grpc-swift-2`.
- https://github.com/grpc/grpc-swift-2/releases/tag/2.4.2
- https://github.com/grpc/grpc-swift-2/pull/49
- https://github.com/grpc/grpc-swift-2/pull/47
### 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.8
This patch had conflicts when merged, resolved by
Committer: Dongjoon Hyun <[email protected]>
Closes #426 from dongjoon-hyun/SPARK-57732.
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 589e7e5..bc0db2c 100644
--- a/Package.swift
+++ b/Package.swift
@@ -34,7 +34,7 @@ let package = Package(
targets: ["SparkConnect"])
],
dependencies: [
- .package(url: "https://github.com/grpc/grpc-swift-2.git", exact: "2.4.1"),
+ .package(url: "https://github.com/grpc/grpc-swift-2.git", exact: "2.4.2"),
.package(url: "https://github.com/grpc/grpc-swift-protobuf.git", exact:
"2.4.1"),
.package(url: "https://github.com/grpc/grpc-swift-nio-transport.git",
exact: "2.8.0"),
.package(url: "https://github.com/google/flatbuffers.git", exact:
"25.12.19-2026-02-06-03fffb2"),
diff --git a/README.md b/README.md
index 7127add..875f073 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ For example, a user can develop and ship a lightweight
Swift-based SparkPi app.
- [Apache Spark 4.1.2 (May
2026)](https://github.com/apache/spark/releases/tag/v4.1.2)
- [Swift 6.3.2 (May 2026)](https://swift.org)
-- [gRPC Swift 2.4 (April
2026)](https://github.com/grpc/grpc-swift-2/releases/tag/2.4.0)
+- [gRPC Swift 2.4.2 (June
2026)](https://github.com/grpc/grpc-swift-2/releases/tag/2.4.2)
- [gRPC Swift Protobuf 2.4.1 (June
2026)](https://github.com/grpc/grpc-swift-protobuf/releases/tag/2.4.1)
- [gRPC Swift NIO Transport 2.8.0 (June
2026)](https://github.com/grpc/grpc-swift-nio-transport/releases/tag/2.8.0)
- [FlatBuffers v25.12.19 (February
2026)](https://github.com/google/flatbuffers/releases/tag/v25.12.19-2026-02-06-03fffb2)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]