Swiftpack.co - Swift Packages by grpc

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

Packages published by grpc

grpc/grpc v1.59.0-pre2
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
⭐️ 39,089
🕓 4 hours 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.
Release v1.59.0-pre2
10 hours ago
This is a prerelease of gRPC Core 1.59.0 (generative). For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://github.com/grpc/grpc/releases). This prerelease contains refinements, improvements, and bug fixes.
Release v1.59.0-pre1
Yesterday
This is a prerelease of gRPC Core 1.59.0 (generative). For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://github.com/grpc/grpc/releases). This prerelease contains refinements, improvements, and bug fixes.
Release v1.58.1
2 weeks ago
This is release 1.58.1 ([goku](https://github.com/grpc/grpc/blob/master/doc/g_stands_for.md)) of gRPC Core. For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://github.com/grpc/grpc/releases). This release is primarily for gRPC C++ to support c-ares 1.14. Core / C++ --- - Reintroduced c-ares 1.14 or later support #34314
Release v1.58.0
3 weeks ago
This is release 1.58.0 ([goku](https://github.com/grpc/grpc/blob/master/doc/g_stands_for.md)) of gRPC Core. For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://github.com/grpc/grpc/releases). This release contains refinements, improvements, and bug fixes, with highlights listed below. Core --- - gRPC 1.58 starts to require c-ares 1.18 or later. - [Deps] Update boringssl 202308211007. ([#34115](https://github.com/grpc/grpc/pull/34115)) - [pick_first] de-experiment pick first. ([#34054](https://github.com/grpc/grpc/pull/34054)) - [build metadata] Bazel to "other build systems" improvements. ([#33803](https://github.com/grpc/grpc/pull/33803)) - [Deps] Update abseil to 20230802. ([#33974](https://github.com/grpc/grpc/pull/33974)) - [c-ares DNS resolver] Fix file descriptor use-after-close bug when c-ares writes succeed but subsequent read fails. ([#33871](https://github.com/grpc/grpc/pull/33871)) C++ --- - [docs] Document Alarm thread-safety guarantees. ([#34092](https://github.com/grpc/grpc/pull/34092)) - Added OpenSSL 3.0 (LTS) support via custom CMake builds (the default is still BoringSSL) Python --- - [Bazel] Enable grpcio-reflection to be used via Bazel. ([#31013](https://github.com/grpc/grpc/pull/31013)) - [packaging] Publish xds-protos as part of the standard package pipeline. ([#33797](https://github.com/grpc/grpc/pull/33797)) Ruby --- - [ruby] update google auth to ~> 1.0. ([#34013](https://github.com/grpc/grpc/pull/34013)) - [Ruby] set metadata_sent after call success. ([#33998](https://github.com/grpc/grpc/pull/33998)) - [ruby] remove unnecessary background thread startup wait logic that interferes with forking. ([#33805](https://github.com/grpc/grpc/pull/33805))
Release v1.58.0-pre1
4 weeks ago
This is a prerelease of gRPC Core 1.58.0 (goku). For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://github.com/grpc/grpc/releases). This prerelease contains refinements, improvements, and bug fixes.
Release v1.57.0
7 weeks ago
This is release 1.57.0 ([grounded](https://github.com/grpc/grpc/blob/master/doc/g_stands_for.md)) of gRPC Core. For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://github.com/grpc/grpc/releases). This release contains refinements, improvements, and bug fixes, with highlights listed below. Core --- - [EventEngine] Change `GetDNSResolver` to return `absl::StatusOr<std::unique_ptr<DNSResolver>>`. ([#33744](https://github.com/grpc/grpc/pull/33744)) - [deps] Remove libuv dependency. ([#33748](https://github.com/grpc/grpc/pull/33748)) - [ssl] Fix SSL stack to handle large handshake messages whose length exceeds the BIO buffer size. ([#33638](https://github.com/grpc/grpc/pull/33638)) - [BoringSSL] Update third_party/boringssl-with-bazel. ([#33690](https://github.com/grpc/grpc/pull/33690)) - [iomgr][EventEngine] Improve server handling of file descriptor exhaustion. ([#33656](https://github.com/grpc/grpc/pull/33656)) - [ruby] experimental client side fork support. ([#33430](https://github.com/grpc/grpc/pull/33430)) - [core] Add a channel argument to set DSCP on streams. ([#28322](https://github.com/grpc/grpc/pull/28322)) - [xDS LB] xDS pick first support. ([#33540](https://github.com/grpc/grpc/pull/33540)) - [tls] Remove use of SSL_CTX_set_client_CA_list for TLS server credentials. ([#33558](https://github.com/grpc/grpc/pull/33558)) - [EventEngine] Simplify `EventEngine::DNSResolver` API. ([#33459](https://github.com/grpc/grpc/pull/33459)) - [iomgr][Windows] Return proper error code to client when connection is reset. ([#33502](https://github.com/grpc/grpc/pull/33502)) - [fork] simplify Fork::SetResetChildPollingEngineFunc to fix nested forking. ([#33495](https://github.com/grpc/grpc/pull/33495)) - [lb pick_first] Enable random shuffling of address list. ([#33254](https://github.com/grpc/grpc/pull/33254)) - [HTTP2] Fix inconsistencies in keepalive configuration. ([#33428](https://github.com/grpc/grpc/pull/33428)) - [c-ares] Upgrade c-ares dependency to 1.19.1. ([#33392](https://github.com/grpc/grpc/pull/33392)) - [Rls] de-experimentalize RLS in XDS. ([#33290](https://github.com/grpc/grpc/pull/33290)) C++ --- - [otel] Add bazel dependency. ([#33548](https://github.com/grpc/grpc/pull/33548)) C# --- - [csharp] Include correct build of Grpc.Tools in nightly packages. ([#33595](https://github.com/grpc/grpc/pull/33595)) - [csharp] reintroduce base_namespace experimental option to C# (with a patch). ([#33535](https://github.com/grpc/grpc/pull/33535)) Objective-C --- - [Protobuf] Upgrade third_party/protobuf to 23.4. ([#33695](https://github.com/grpc/grpc/pull/33695)) Python --- - [posix] Enable systemd sockets for libsystemd>=233. ([#32671](https://github.com/grpc/grpc/pull/32671)) - [python O11Y] Initial Implementation. ([#32974](https://github.com/grpc/grpc/pull/32974)) Ruby --- - [ruby] experimental client side fork support ([#33430](https://github.com/grpc/grpc/pull/33430)) - [ruby] backport "[ruby] remove unnecessary background thread startup wait logic that interferes with forking #33805" to v1.57.x. ([#33846](https://github.com/grpc/grpc/pull/33846)) - [Ruby] remove manual strip in ruby ext conf. ([#33641](https://github.com/grpc/grpc/pull/33641)) - [ruby] simplify shutdown; remove unnecessary attempts at grpc_shutdown. ([#33674](https://github.com/grpc/grpc/pull/33674)) - [ruby] Add `-weak_framework CoreFoundation` to link line. ([#33538](https://github.com/grpc/grpc/pull/33538)) - [Ruby] Fix memory leak in grpc_rb_call_run_batch. ([#33368](https://github.com/grpc/grpc/pull/33368)) - [Ruby] Fix memory leak in grpc_rb_server_request_call. ([#33371](https://github.com/grpc/grpc/pull/33371))
Release v1.55.3
8 weeks ago
This is release 1.55.3 ([grandslam](https://github.com/grpc/grpc/blob/master/doc/g_stands_for.md)) of gRPC Core. For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://github.com/grpc/grpc/releases). This release contains refinements, improvements, and bug fixes, with highlights listed below. Core --- - [backport][iomgr][EventEngine] Improve server handling of file descriptor exhaustion by @drfloob in https://github.com/grpc/grpc/pull/33669 Python --- - [iOS] Disable posix polling on iOS (#33094) by @gnossen in https://github.com/grpc/grpc/pull/33326
Release v1.54.3
8 weeks ago
This is release 1.54.3 ([gracious](https://github.com/grpc/grpc/blob/master/doc/g_stands_for.md)) of gRPC Core. For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://github.com/grpc/grpc/releases). This release contains refinements, improvements, and bug fixes, with highlights listed below. Core --- * [backport][iomgr][EventEngine] Improve server handling of file descriptor exhaustion by @drfloob in https://github.com/grpc/grpc/pull/33670
Release v1.53.2
8 weeks ago
This is release gRPC Core 1.53.2 (glockenspiel). For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://github.com/grpc/grpc/releases). This release contains refinements, improvements, and bug fixes. Core --- - [backport][iomgr][EventEngine] Improve server handling of file descriptor exhaustion by @drfloob in https://github.com/grpc/grpc/pull/33672
Release v1.57.0-pre1
9 weeks ago
This is a prerelease of gRPC Core 1.57.0 (grounded). For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://github.com/grpc/grpc/releases). This prerelease contains refinements, improvements, and bug fixes.
grpc/grpc-swift 1.19.1
The Swift language implementation of gRPC.
⭐️ 1,837
🕓 5 weeks 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.
gRPC Swift 1.19.0
7 weeks ago
### SemVer Minor - Add bind and connect APIs for VSOCK sockets (#1636) ### SemVer Patch - Only schedule a close if the ping was actually sent (#1626, patch credit to @marhas) - Add note about SPM plugin known issues, provide better errors (#1629) - Bump version number to 1.19.0 (#1637) ### Other Changes - Update expired test certs (#1627)
gRPC Swift 1.18.0
12 weeks ago
### SemVer Minor - Add support for `XcodeProjectPlugin` (#1621, patch credit to @denil-ct) - Make `Server` Sendable (#1623) ### SemVer Patch - Remove the gRPC Authors copyright header from generated swift files (#1612, patch credit to @kriswuollett) - Fix comment formatting issue (#1624) - Bump version to 1.18.0 (#1625) ### Other Changes - Relax availability check for test utility (#1616)
gRPC Swift 1.17.0
16 weeks ago
### SemVer Minor - Allow server handlers to send response headers directly by manually accepting an RPC (#1599) - Improve `Sendable` checking for server handlers (#1605) ### SemVer Patch - Emit 'swift-format-ignore-file' in generated files to avoid having them reformatted by swift-format (#1606, patch credit to @smikhanov) - Fix warnings from nightly Swift builds (#1600) - Fix stream accounting bug when stream close leads to connection close (#1603) - Improve cancellation support for async calls (#1608) - Handle non-200 status codes more gracefully (#1613) - Bump version number to 1.17.0 (#1614) ### Other Changes - Allow network framework tests to be skipped when no user interaction (#1602) - Update allocation counts (#1609)
gRPC Swift 1.16.0
20 weeks ago
### SemVer Minor - Drop support for Swift 5.5 (#1585) - Adopt `HTTP2Handler.StreamMultiplexer` multiplexer (#1587) - Allow for more CORS configuration (#1594) - Allow custom verification callback to be configured for servers (#1595) ### SemVer Patch - Change a stray `GRPCSendable` to `Sendable` (#1588) - Bump version number to 1.16.0 (#1596)
gRPC Swift 1.15.0
24 weeks ago
### SemVer Minor - Allow CORS to be configured for gRPC Web (#1583) ### SemVer Patch - Fix gRPC Web trailers encoding (#1582) - Bump version number to 1.15.0 (#1584) ### Other Changes - Fix typo in `protoc-gen-grpc-swift` docs. (#1578) - Update allocation limits (#1579)
gRPC Swift 1.14.2
29 weeks ago
### SemVer Patch - Don't trap on invalid connection state transitions (#1573) - Bump version number to 1.14.2 (#1574)
gRPC Swift 1.14.1
30 weeks ago
### SemVer Patch - Add import paths to SPM Plugin (#1568, patch credit to @samisuteria) - Connect EmbeddedChannel when FuzzTesting (#1569) - Nil out the `onStart` callback after using it (#1570) - Bump version number to 1.14.1 (#1572) ### Other Changes - Do not check source of logs in tests (#1566)
gRPC Swift 1.14.0
33 weeks ago
### SemVer Minor - Expose closeFuture in server interceptor context (#1553) ### SemVer Patch - Add "--version" to protoc-gen-grpc-swift (#1557) - Fix server interceptors retain cycle (#1559) - Use iterator when checking encoding headers (#1563) - Buffer when configuring the server pipeline (#1564) - Bump version number to 1.14.0 (#1565) ### Other Changes - Update allocation counts (#1558)
gRPC Swift 1.13.2
37 weeks ago
### SemVer Patch - Update swift-nio-ssl dependency (#1541, #1543, patch credit to @oliverepper) - Avoid an unnecessary copy in the client read state (#1533) - Avoid ack-ing pings twice (#1534) - Add a coalescing writer (#1537, #1539, #1546) - Remove unused code (#1549) - Bump version number to 1.13.2 (#1550) ### Other Changes - Allow Swift Package Index to generate documentation (#1535, #1536) - Update perf test precondition (#1545) - Use 5.8-nightly in CI (#1547)
gRPC Swift 1.13.1
41 weeks ago
### SemVer Patch - Fix a client bug where the HTTP/2 max frame size was incorrectly set as the HTTP/2 target window size (#1528) - Use `#fileID`/`#filePath` instead of `#file` (#1518) - Make request/response parts conditionally `Sendable` (#1523) - Avoid copies of large payloads (#1529, #1530) - Delay client async writer starting (#1531) - Bump version number to 1.13.1 (#1532) ### Other Changes - Update quick-start.md (#1527, patch credit to @compoundradius) - Update test certs (#1522)
grpc/grpc-ios v1.59.0-dev
gRPC for iOS
⭐️ 30
🕓 1 week 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.
gRPC-iOS v1.58.0 Release
3 weeks ago
gRPC-iOS v1.58.0 Release
gRPC-iOS v1.58.0-pre1 Release
4 weeks ago
gRPC-iOS v1.58.0-pre1 Release
gRPC-iOS v1.57.0 Release
7 weeks ago
gRPC-iOS v1.57.0 Release
gRPC-iOS v1.55.3 Release
7 weeks ago
gRPC-iOS v1.55.3 Release
gRPC-iOS v1.54.3 Release
7 weeks ago
gRPC-iOS v1.54.3 Release
gRPC-iOS v1.56.2 Release
8 weeks ago
gRPC-iOS v1.56.2 Release
gRPC-iOS v1.56.0 Release
14 weeks ago
gRPC-iOS v1.56.0 Release
gRPC-iOS v1.54.0 Release
21 weeks ago
gRPC-iOS v1.54.0-pre2 Release
22 weeks ago
gRPC-iOS v1.53.0 Release
26 weeks ago

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