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.63.0-pre2
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
⭐️ 40,694
🕓 Yesterday
🔖 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.63.0-pre2
2 days ago
This is a prerelease of gRPC Core 1.63.0 (giggle). 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.62.2
2 days ago
This is release gRPC Core 1.62.2 (guardian). 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. Python --- * [Fix Python Deadlock] Guard grpc_google_default_credentials_create with nogil by @XuanWang-Amos in https://github.com/grpc/grpc/pull/36376 **Full Changelog**: https://github.com/grpc/grpc/compare/v1.62.1...v1.62.2
Release v1.63.0-pre1
1 week ago
This is a prerelease of gRPC Core 1.63.0 (giggle). 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.62.1
6 weeks ago
This is release gRPC Core 1.62.1 (guardian). 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.
Release v1.61.2
5 weeks ago
This is release gRPC Core 1.61.2 (grand). 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.
Release v1.62.0
8 weeks ago
This is release 1.62.0 ([guardian](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 --- - [metadata] Allow non application/grpc content-type values. ([#35824](https://github.com/grpc/grpc/pull/35824)) - [BoringSSL] Update third_party/boringssl-with-bazel. ([#35768](https://github.com/grpc/grpc/pull/35768)) - [GPR] Removed GPR_BACKWARDS_COMPATIBILITY_MODE. ([#35602](https://github.com/grpc/grpc/pull/35602)) Python --- - [Build] Strip armv7 artifacts. ([#35832](https://github.com/grpc/grpc/pull/35832)) - [Python AIO] Handle DeprecationWarnings when get current loop. ([#35583](https://github.com/grpc/grpc/pull/35583)) - [Python AIO] Raise resource_exhausted error in case of concurrent RPC limit exceeded. ([#35376](https://github.com/grpc/grpc/pull/35376)) - [Python O11y] Build and distrib O11y package. ([#35578](https://github.com/grpc/grpc/pull/35578)) - [Python setuptools] Import error from distutils for lower version of setuptools. ([#35561](https://github.com/grpc/grpc/pull/35561)) - [ruby] Fix use-after-free for post-fork channel recreation. ([#35488](https://github.com/grpc/grpc/pull/35488)) Ruby --- - [ruby] Build/test ruby 3.3 and build native gems with Ruby 3.3 support. ([#35399](https://github.com/grpc/grpc/pull/35399))
Release v1.62.0-pre1
9 weeks ago
This is a prerelease of gRPC Core 1.62.0 (guardian). 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. Python --- - `grpcio_observability` package is not published in this release due to an issue in packaging.
Release v1.61.1
9 weeks ago
This is release gRPC Core 1.61.1 (grand). 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 --- - [Deps] Fix the issue with new Abseil #35883
Release v1.59.4
10 weeks ago
This is release gRPC Core 1.59.4 (generative). 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] Add set min/max TLS version APIs to TLS credentials APIs. (#34861)
Release v1.56.4
10 weeks ago
This is release gRPC Core 1.56.4 (galvanized). 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] Add set min/max TLS version APIs to TLS credentials APIs. (#34861)
grpc/grpc-swift 1.22.0
The Swift language implementation of gRPC.
⭐️ 1,945
🕓 2 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.22.0
2 weeks ago
### SemVer Minor - Add a minimum connections configuration to the ConnectionPool (#1822) - Raise minimum swift version to 5.8 (#1825) ### SemVer Patch - Log connection age when closing a connection (#1799) - Notify of quiescing when there are no open streams on graceful shutdown (#1819) - Update Version.swift (#1846) ### Other Changes - Update README (#1809)
gRPC Swift 1.21.1
10 weeks ago
### SemVer Patch - Fix a bug in `protoc-gen-grpc-swift` where no output would be produced `Client=False,TestClient=True` (#1765, patch credit to @severnt) - Update metric serialization in logs to send integers as values (#1783, patch credit to @gliush) - Better waiter errors with NIOTS (#1775) - Use configured connect timeout when retries is none (#1777) - Add scripts to fetch and generate protos and update generated files (#1784) - Additional logging for connection pool (#1795) - Bump version number to 1.21.1 (#1798) ### Other Changes - Fix format.sh -f printing usage (#1767, patch credit to @severnt) - Add reflection service to .spi.yml (#1742) - Add benchmark thresholds for nightly (#1743) - Update `@available` annotations in tests to fix build for non-macOS Apple platforms (#1746)
gRPC Swift 1.21.0
18 weeks ago
### SemVer Minor - Add support for the Reflection service (#1654, #1659, #1669, #1675, #1677, #1680, #1682, #1694, #1695, #1699, #1703, #1709, #1712, #1731, #1732) - Add public API to create connection IDs (#1737) ### SemVer Patch - Add some missing Sendable annotations (#1702) - Avoid invalid state when a connect failed (#1739) - Bump version number to 1.21.0 (#1741)
gRPC Swift 1.20.0
24 weeks ago
### SemVer Minor - Drop support for Swift 5.6 (#1657) - Make the connection pool error public (#1685) - Allow binding to a socket address via the server builder (#1686) - Add convenience methods to keepalive to jitter the interval (#1697) ### SemVer Patch - Switch to swift-format and re-format (#1655) - Add missing deque import (#1670) - Add support for `package` visibility modifier to the code generator (#1674) - Additional keepalive diagnostics (#1692) - Fix last peer initiated stream ID when quiescing (#1700) - Bump version number to 1.20.0 (#1701) ### Other Changes - Fix soundness script (#1676) - Multiple changes in preparation to support the reflection service (#1675, #1695, #1659, #1677, #1680, #1682, #1669, #1654) - Multiple changes working towards v2 (#1652, #1656, #1660, #1664, #1665, #1666, #1667, #1668, #1671, #1672, #1678, #1681, #1683, #1684, #1687, #1688, #1689, #1690, #1691, #1693, #1696, #1698)
gRPC Swift 1.19.1
34 weeks ago
### SemVer Patch - Update SwiftFormat version (#1639) - Revert "Adopt h2handler multiplexer (#1587)" (#1641) - Bump version number to 1.19.1 (#1642)
gRPC Swift 1.19.0
36 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
41 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
45 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
49 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
1 year 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/grpc-ios v1.63.0-pre1
gRPC for iOS
⭐️ 34
🕓 6 days 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.62.5 Release
4 days ago
gRPC-iOS v1.62.4 Release
5 days ago
gRPC-iOS v1.62.4 Release
gRPC-iOS v1.62.1 Release
6 weeks ago
gRPC-iOS v1.62.1 Release
gRPC-iOS v1.62.0 Release
8 weeks ago
gRPC-iOS v1.62.0 Release
gRPC-iOS v1.61.1 Release
9 weeks ago
v1.61.1 Release
gRPC-iOS v1.62.0-pre1 Release
9 weeks ago
1.62.0-pre1 release
gRPC-iOS v1.60.1 Release
11 weeks ago
gRPC-iOS v1.60.1 Release
gRPC-iOS v1.61.0 Release
11 weeks ago
gRPC-iOS v1.61.0 Release
gRPC-iOS v1.61.0-pre1
12 weeks ago
gRPC-iOS v1.61.0-pre1 release
gRPC-iOS v1.60.0 Release
20 weeks ago
gRPC-iOS v1.60.0 Release

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