Skip to content

Tags: grpc/grpc-swift

Tags

2.1.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Convert errors thrown from interceptors (#2209)

Motivation:

gRPC checks whether errors thrown from interceptors are `RPCError` and
otherwise treats them as `unknown` (to avoid leaking internal
information). There is a third possibility: the error is explicitly
marked as being convertible to an `RPCError`. This check is currently
missing when thrown from client/server interceptors.

Modifications:

- Catch `RPCErrorConvertible` in the client/server executors when thrown
from interceptors
- Add tests

Result:

Error information isn't dropped

2.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix build issues with static Linux SDK (#2206)

This PR fixes some imports so that grpc-swift can be built using the
static Linux SDK.

2.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Rename nightly_6_1 params to nightly_next (#2203)

Rename nightly_6_1 params to nightly_next; see
apple/swift-nio#3122

2.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update dependency requirements and docs (#2188)

2.0.0-rc.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update dependencies for rc (#2181)

Motivation:

We're going to tag an RC soon so bump tutorial/example dependencies.

Modifications:

- Bump dependencies to `-rc.1`.

Result:

Docs will be correct for the tagged release.

2.0.0-beta.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update tutorials for beta 3 (#2165)

Motivation:

We're going to tag beta 3 soon, so ensure the tutorials are up to date.

Modifications:

- Update tutorials

Result:

More up-to-date docs

---------

Co-authored-by: Gus Cairo <me@gustavocairo.com>

2.0.0-beta.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump versions (#2150)

2.0.0-beta.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update generated code (#2141)

1.24.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version number to 1.24.2 (#2111)

Motivation:

We plan on tagging a release soon.

Modifications:

- Bump the version to 1.24.2

Result:

The version in the default user-agent string will match the released
version.

1.24.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version number to 1.24.0 (#2088)

Motivation:

We plan on tagging a release soon.

Modifications:

- Bump the version to 1.24.0

Result:

The version in the default user-agent string will match the released
version.