connectrpc / connect-swift

The Swift implementation of Connect: Protobuf RPC that works.
https://connectrpc.com/docs/swift/getting-started
Apache License 2.0
97 stars 20 forks source link

Resolve all outstanding conformance opt-outs #271

Closed rebello95 closed 4 months ago

rebello95 commented 5 months ago

This PR includes updates to fix all outstanding conformance test failures and removes the corresponding opt-outs. All changes are validated by the conformance test suite.

Many of these fixes are similar to https://github.com/connectrpc/connect-kotlin/pull/248 and https://github.com/connectrpc/connect-kotlin/pull/274.

Resolves https://github.com/connectrpc/connect-swift/issues/268. Resolves https://github.com/connectrpc/connect-swift/issues/269. Resolves https://github.com/connectrpc/connect-swift/issues/270.

This should also be one of the final changes before v1.0 https://github.com/connectrpc/connect-swift/issues/222.

rebello95 commented 4 months ago

Thank you for the detailed review @jhump! 🙏🏽