Skip to content

v2.0.4

Compare
Choose a tag to compare
@ericsink ericsink released this 04 Sep 20:09
· 310 commits to master since this release

Changes in 2.0.4:

  1. The e_sqlite3 builds are now at SQLite 3.33.0 #350
  2. The e_sqlcipher builds remain unchanged
  3. Windows e_sqlite3 builds are now done with toolset v142
  4. Android e_sqlite3 builds are now done with NDK r21d, and armeabi is no longer supported.
  5. Builds of e_sqlite3 and e_sqlcipher are now included for linux-mips64 (thanks to @sunny868, see #360)
  6. Target netcoreapp3.1 instead of netcoreapp3.0
  7. New bundle_sqlite3 package #325
  8. Fix #321 crash bug

Notable things NOT in 2.0.4:

  • No changes related to the use of NativeLibrary.Load and problems with AssemblyLoadContext #343
  • No changes related to sqlite3_isexplain and the corresponding problems with UWP builds #346
  • No support for recent SQLite features like uint, decimal, ieee754, because they are not in the SQLite amalgamation
  • No fix for Xamarin.Mac problem finding the native code library #358
  • Still targeting net461 even though there are cases where saying net472 would apparently be more correct #349
  • No support for snapshot #333