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 e891c9b [SPARK-54786] Upgrade `gRPC Swift Protobuf` to 2.1.2
e891c9b is described below
commit e891c9bb07ad2dba5045e05201528f41a44ac335
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Dec 19 14:48:23 2025 -0800
[SPARK-54786] Upgrade `gRPC Swift Protobuf` to 2.1.2
### What changes were proposed in this pull request?
This PR aims to upgrade `gRPC Swift Protobuf` to 2.1.2.
### Why are the changes needed?
`gRPC Swift Protobuf` 2.1.2 is the first release with tested with Swift 6.2
officially. In addition, it requires the latest `grpc-swift-2` dependency
(#268).
- https://github.com/grpc/grpc-swift-protobuf/releases/tag/2.1.2
- https://github.com/grpc/grpc-swift-protobuf/pull/88
- https://github.com/grpc/grpc-swift-protobuf/pull/91
### 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 #270 from dongjoon-hyun/SPARK-54786.
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 e7fff96..34b76bb 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.2.1"),
- .package(url: "https://github.com/grpc/grpc-swift-protobuf.git", exact:
"2.1.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/google/flatbuffers.git", branch:
"v25.9.23"),
],
diff --git a/README.md b/README.md
index b2e5fe9..cc5b4dd 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.1.0 (December
2025)](https://github.com/apache/spark/releases/tag/v4.1.0)
- [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 Protobuf 2.1.2 (December
2025)](https://github.com/grpc/grpc-swift-protobuf/releases/tag/2.1.2)
- [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]