| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| apollo-ios-cli.tar.gz | 2026-05-08 | 3.0 MB | |
| 2.1.2 source code.tar.gz | 2026-05-08 | 3.2 MB | |
| 2.1.2 source code.zip | 2026-05-08 | 3.3 MB | |
| README.md | 2026-05-08 | 1.1 kB | |
| Totals: 4 Items | 9.5 MB | 0 | |
Fixed
- Make
SubscriptionStreaminitializer public (#975): TheSubscriptionStreaminitializer was inadvertently scoped topackageaccess, preventing adopters from writing custom conformances to the publicSubscriptionNetworkTransportprotocol. The initializer is nowpublic. Fixes #3637. Thank you to @ahou8 for raising the issue. - Fix
\r\nin GraphQL descriptions generating invalid Swift comments (#961): GraphQL field descriptions containing\r\n(Windows CRLF) line endings caused codegen to emit invalid Swift — only the first line received the///doc comment prefix and subsequent lines were emitted as uncommented text, breaking compilation. Fixes #3553. Thank you to @iPhoneNoobDeveloper for the contribution.