apollo-ios v0.35.0 Release Notes

Release Date: 2020-10-16 // over 3 years ago
    • 💥 BREAKING : Removed the now-unused-in-the-SDK GraphQLHTTPResponseError type. If you were relying on this class, please copy it out of v0.34.1. (#1437)
    • 💥 BREAKING : Removed default parameters from RequestBodyCreator's default implementation to fix an issue where when default parameters were passed, the compiler would always select the default implementation even if a full alternate implementation was provided. (#1450)
    • ✂ Removed unnecessary manual task clearing when invalidating a URLSession. (#1443)