apollo-ios v0.9.4 Release Notes

Release Date: 2018-10-13 // over 5 years ago
    • ⚡️ Updated required version of apollo-cli to 1.9. A nice addition to 1.9.2 is that Swift Enums now conforms to Hashable enabling among other things comparision between fetch objects. (#578)
    • 🛠 Fixed internal bug that caused infinite reconnection cycle when connection is lost. A reconnectionInterval was added as a workaround. (#368)
    • 🛠 Fixed internal bug that prevents the wrongType case being returned by the JSONDecodingError implementation of Matchable. (#367)
    • ➕ Added delegate for WebTransport which can handle connection/reconnection/disconnection events of websocket. (#379)