v2.0.5
- Fix data race in
AsyncReadWriteLock(#862): This fixes issue #3616. Thank you to @AlexPan1992 for raising the issue. - Set
URLRequest.cachePolicyonGETrequests (#859): Thank you to @samjdurante for the contribution.
Fetched April 11, 2026
AsyncReadWriteLock (#862): This fixes issue #3616. Thank you to @AlexPan1992 for raising the issue.URLRequest.cachePolicy on GET requests (#859): Thank you to @samjdurante for the contribution.Fetched April 11, 2026
Fixed - Fix in GraphQL descriptions generating invalid Swift comments (965): GraphQL field descriptions containing (Windows CRLF) line endi…
Apollo GraphQL · Apollo iOSFixed - Make initializer public (975): The initializer was inadvertently scoped to access, preventing adopters from writing custom conforma…
Apollo GraphQL · Apollo iOS