Swiftpack.co - Swift Packages by vyshane

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by vyshane

vyshane/grpc-swift-combine 1.1.0
Combine framework integration for Swift gRPC
⭐️ 74
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.1.0
1 year ago
## Back pressure This release improves support for back pressure, contributed by @kdubb. Client streams will match the rate at which gRPC is able to send requests to the server. Server streams will be buffered. ## Breaking changes This release updates upstream Swift gRPC to v1.13.0. Note that you will need to use the -`NIOClient` versions of the generated Swift gRPC clients. For example, while you previously used: ```swift let echoClient = EchoServiceClient(channel: channel) ``` You now have to use: ```swift let echoClient = EchoServiceNIOClient(channel: channel) ```
1.0.13
1 year ago
Update upstream Swift gRPC to v1.9.0. Update CombineExt to v1.8.0.
1.0.12
2 years ago
Update upstream Swift gRPC to v1.7.3.
1.0.11
2 years ago
Update upstream Swift gRPC to v1.7.2.
1.0.10
2 years ago
Update upstream Swift gRPC to v1.7.1.
1.0.9
2 years ago
Update upstream Swift gRPC to v1.6.1.
1.0.8
2 years ago
Update upstream Swift gRPC to v1.6.0.
1.0.7
2 years ago
Update upstream Swift gRPC to v1.5.0.
1.0.6
2 years ago
Update upstream Swift gRPC to v1.4.0.
1.0.5
2 years ago
Update upstream Swift gRPC to v1.3.0.
iOS macOS watchOS tvOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics