Skip to content

NeoSmart.Caching.SQLite 5.0-preview3

Pre-release
Pre-release
Compare
Choose a tag to compare
@mqudsi mqudsi released this 02 Nov 19:06
· 46 commits to master since this release
  • WAL mode and normal synchronization pragmas are set at startup,
    dramatically improving performance
  • ILogger constructor parameter is now optional
  • A separate SqliteConnection is used for each SqlCommand instance,
    fixing threading issues under UWP
  • Make it possible to inject SqliteCache directly (rather than only as
    IDistributedCache)
  • Add IAsyncDisposable implementation for .NET Core 3.1 and above
  • Add a bulk insert option to insert many key-value pairs quickly
    (credit to first-time contributor Elias Baumgartner aka @Rap22tor)

Full Changelog: 3.1.1...5.0-preview3

Available on nuget as NeoSmart.Caching.SQLite 5.0-preview3