apollo-ios v0.34.0-rc.2 Release Notes

Release Date: 2020-09-22 // over 3 years ago
  • ๐Ÿš€ Networking Stack, Release Candidate 2

    • Made RequestChainNetworkTransport subclassable and changed two methods to be open so they can be subclassed in order to facilitate using subclasses of HTTPRequest when needed. (#1405)
    • Made numerous improvements to creating upload requests - all upload request setup is now happening through the UploadRequest class, which is now open for your subclassing funtimes. (#1405)
    • ๐Ÿ“‡ Renamed RequestCreator to RequestBodyCreator to more accurately reflect what it's doing (particularly in light of the fact that we didn't have a Request in the old networking stack, and now we do), and renamed associated properties and parameters. (#1405)