Skip to content

Conversation

0xTim
Copy link
Contributor

@0xTim 0xTim commented Jul 1, 2025

Resolves #6

}
}

@available(gRPCSwift 2.0, *)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
@available(gRPCSwift 2.0, *)
@available(gRPCSwift 2.1, *)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

Comment on lines +354 to +355
}
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add the metadata and cause as well? They're defaulted on the protocol but we shouldn't drop them on the floor.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

@glbrntt glbrntt added the 🆕 semver/minor Adds new public API. label Jul 1, 2025
@glbrntt
Copy link
Collaborator

glbrntt commented Jul 1, 2025

Looks like you'll need to run the formatter too (./dev/format.sh from the root of the repo should do it)

Copy link
Collaborator

@glbrntt glbrntt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @0xTim!

@glbrntt glbrntt enabled auto-merge (squash) July 1, 2025 15:10
@glbrntt glbrntt merged commit 0e52abf into grpc:main Jul 1, 2025
36 checks passed
@0xTim 0xTim deleted the rpc-error-convertible branch July 7, 2025 11:06
dongjoon-hyun added a commit to apache/spark-connect-swift that referenced this pull request Aug 26, 2025
### What changes were proposed in this pull request?

This PR aims to upgrade `grpc-swift-2` to 2.1.0.

### Why are the changes needed?

To bring the latest improvements and bug fixes.
- https://github.com/grpc/grpc-swift-2/releases/tag/2.1.0
  - grpc/grpc-swift-2#4
  - grpc/grpc-swift-2#3
  - grpc/grpc-swift-2#7

### 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 #231 from dongjoon-hyun/SPARK-52913.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🆕 semver/minor Adds new public API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RPCError does not conform toRPCErrorConvertible
2 participants