apollo-ios v0.31.0 Release Notes

Release Date: 2020-08-20 // over 3 years ago

    ➕ Adds the ability to pause and resume a WebSocket connection without dumping existing subscriptions. (#1335)

    ➕ Adds an initializer to SQLiteNormalizedCache that takes a SQLite.swift DatabaseConnection to more easily allow setup of pre-configured connections. (#1330)

    ➕ Addresses a retain cycle that could cause memory leaks when using multiple instances of HTTPNetworkTransport.

    NOTE: If you're using URLSessionClient outside the context of HTTPNetworkTransport, make sure to call invalidate() on it when whatever is holding onto it hits deinit() to prevent leaks. (#1366)