gRPC Swift v2 beta – Feedback Wanted! πŸš€

We're excited to announce the first beta release of gRPC Swift v2 which is a major update to our gRPC implementation for Swift. This new version has been designed to enhance usability, improve performance, and better align with the evolving Swift ecosystem.

:new: What's new in gRPC Swift v2?

  • Native Swift Concurrency Support: The library has been written as a concurrency-first implementation and takes full advantage of structured concurrency. This makes it easier than ever to build robust gRPC clients and servers.
  • Flexible APIs: We've aimed to make the APIs easy to use for newcomers but flexible enough to support the needs of expert users with appropriate extension points.
  • Pluggable Transports: The transport layer is pluggable, allowing you to choose the transport implementation best suited to your needs.

:seedling: Getting started

The documentation and tutorials for gRPC Swift v2 are available on the Swift Package Index. You'll also find standalone examples in the grpc-swift repository.

If you're new to gRPC then check out the Hello World tutorial. If you're already familiar with gRPC then check out the Route Guide tutorial.

:books: Want to learn more?

If you want to learn more about the library and its design then check out the design document on the Swift Package Index. You can also watch a talk from gRPConf '24 about the development of the library.

:clipboard: Call for Feedback

We'd love to hear from you! Your feedback is important in shaping the future of gRPC Swift. Whether you’re a seasoned user or new to gRPC, please share your thoughts, questions, or suggestions:

  • What works well?
  • What could be improved?
  • Are there features or use cases you'd like to see supported?

Feel free to reply here or open an issue on GitHub.

Thanks,
George


Releases:

14 Likes

Awesome news! We may want to try this out soon...we are fixing to use gRPC for a work project with Swift 6.0 and this may be a good thing to adapt starting early.

1 Like

We've just release the second beta; see the release notes for more info:

2 Likes

The third beta has just been released. See the release notes for each for more information:

3 Likes