v1.11.2
- Don't attempt to create WebSocket connections on watchOS.
- Update default SQLite cache size to 50MB, this was previously erroneously set to 200MB
- Move dispatching responsibility into
SQLiteConnectionPoolimplementations after obtaining a connection lease. Implementers ofSQLiteConnectionPoolshould dispatch blocking SQLite callbacks to an appropriate dispatcher such asDispatchers.IO. This should prevent the worker pool from expanding when large numbers of concurrent operations are requested. - Skip creating
ps_crudentries when clearing raw tables.
Full Changelog: v1.11.1...v1.11.2