Skip to content

v1.11.2

Choose a tag to compare

@github-actions github-actions released this 26 Mar 12:48
· 27 commits to main since this release
c47e417
  • 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 SQLiteConnectionPool implementations after obtaining a connection lease. Implementers of SQLiteConnectionPool should dispatch blocking SQLite callbacks to an appropriate dispatcher such as Dispatchers.IO. This should prevent the worker pool from expanding when large numbers of concurrent operations are requested.
  • Skip creating ps_crud entries when clearing raw tables.

Full Changelog: v1.11.1...v1.11.2