Skip to content

Releases: utelle/SQLite3MultipleCiphers

SQLite3 Multiple Ciphers 1.5.1 (based on SQLite 3.39.3)

08 Sep 10:15
v1.5.1
4a1f4f8
Compare
Choose a tag to compare

Changes since previous release

⚠️ Important ⚠️

Please update to release SQLite3 Multiple Ciphers version 1.5.2 (or higher). Versions 1.5.0 and 1.5.1 have a bug in the code for retrieval of the cipher configuration parameter table, leading to a crash on activating encryption for a database connection (see issue #90). Only builds that omit some of the builtin cipher schemes are affected.

Notes

  • SQLite3 binaries for Windows (SQLite3 shell and DLLs) can be found as separate downloads with resp. without enabled ICU support in variants for 32-bit and 64-bit Windows. The SQLite3 shell applications support the SQLite Archive feature.
  • Additionally, a source code amalgamation is provided. That is, a single C source file and a single C header file.

SQLite3 Multiple Ciphers 1.5.0 (based on SQLite 3.39.3)

06 Sep 21:45
v1.5.0
75a399b
Compare
Choose a tag to compare

Changes since previous release

  • Based on SQLite version 3.39.3
  • Add option to register cipher schemes dynamically
  • Eliminate a few compile time warnings
  • Add WebAssembly target support (#88, #89)
  • Improve error messages from sqlite3_rekey

⚠️ Important ⚠️

Please update to release SQLite3 Multiple Ciphers version 1.5.1 (or higher). Version 1.5.0 contains a bug in the shutdown code that leads to a crash on invoking sqlite3_shutdown.

Notes

  • SQLite3 binaries for Windows (SQLite3 shell and DLLs) can be found as separate downloads with resp. without enabled ICU support in variants for 32-bit and 64-bit Windows. The SQLite3 shell applications support the SQLite Archive feature.
  • Additionally, a source code amalgamation is provided. That is, a single C source file and a single C header file.

SQLite3 Multiple Ciphers 1.4.8 (based on SQLite 3.39.2)

26 Jul 10:47
v1.4.8
59beb5a
Compare
Choose a tag to compare

Changes since previous release

  • Based on SQLite version 3.39.2
  • Fixed issue #85 (PRAGMA rekey could cause a crash)

Notes

  • SQLite3 binaries for Windows (SQLite3 shell and DLLs) can be found as separate downloads with resp. without enabled ICU support in variants for 32-bit and 64-bit Windows. The SQLite3 shell applications support the SQLite Archive feature.
  • Additionally, a source code amalgamation is provided. That is, a single C source file and a single C header file.

SQLite3 Multiple Ciphers 1.4.7 (based on SQLite 3.39.2)

21 Jul 21:11
v1.4.7
a3befec
Compare
Choose a tag to compare

Changes since previous release

  • Based on SQLite version 3.39.2

Notes

  • SQLite3 binaries for Windows (SQLite3 shell and DLLs) can be found as separate downloads with resp. without enabled ICU support in variants for 32-bit and 64-bit Windows. The SQLite3 shell applications support the SQLite Archive feature.
  • Additionally, a source code amalgamation is provided. That is, a single C source file and a single C header file.

SQLite3 Multiple Ciphers 1.4.6 (based on SQLite 3.39.1)

14 Jul 16:37
v1.4.6
41ed516
Compare
Choose a tag to compare

Changes since previous release

  • Based on SQLite version 3.39.1

Notes

  • SQLite3 binaries for Windows (SQLite3 shell and DLLs) can be found as separate downloads with resp. without enabled ICU support in variants for 32-bit and 64-bit Windows. The SQLite3 shell applications support the SQLite Archive feature.
  • Additionally, a source code amalgamation is provided. That is, a single C source file and a single C header file.

SQLite3 Multiple Ciphers 1.4.5 (based on SQLite 3.39.0)

01 Jul 22:27
v1.4.5
f3e2938
Compare
Choose a tag to compare

Changes since previous release

  • Based on SQLite version 3.39.0
  • Enabled preupdate hooks in build files

Notes

  • SQLite3 binaries for Windows (SQLite3 shell and DLLs) can be found as separate downloads with resp. without enabled ICU support in variants for 32-bit and 64-bit Windows. The SQLite3 shell applications support the SQLite Archive feature.
  • Additionally, a source code amalgamation is provided. That is, a single C source file and a single C header file.

SQLite3 Multiple Ciphers 1.4.4 (based on SQLite 3.38.5)

16 May 17:03
v1.4.4
f073845
Compare
Choose a tag to compare

Changes since previous release

  • Based on SQLite version 3.38.5
  • Added ZLIB dependent extensions COMPRESS, SQLAR, and ZIPFILE
  • Added source code for the SQLite TCL interface
  • Updated copyright years in resource files

Notes

  • SQLite3 binaries for Windows (SQLite3 shell and DLLs) can be found as separate downloads with resp. without enabled ICU support in variants for 32-bit and 64-bit Windows. The SQLite3 shell applications support the SQLite Archive feature.
  • Additionally, a source code amalgamation is provided. That is, a single C source file and a single C header file.

SQLite3 Multiple Ciphers 1.4.3 (based on SQLite 3.38.5)

07 May 12:28
v1.4.3
817ed2b
Compare
Choose a tag to compare

Changes since previous release

  • Based on SQLite version 3.38.5

Notes

  • SQLite3 binaries for Windows (SQLite3 shell and DLLs) can be found as separate downloads with resp. without enabled ICU support in variants for 32-bit and 64-bit Windows.
  • Additionally, a source code amalgamation is provided. That is, a single C source file and a single C header file.

SQLite3 Multiple Ciphers 1.4.2 (based on SQLite 3.38.3)

27 Apr 21:07
v1.4.2
cfbeabd
Compare
Choose a tag to compare

Changes since previous release

  • Based on SQLite version 3.38.3

Notes

  • SQLite3 binaries for Windows (SQLite3 shell and DLLs) can be found as separate downloads with resp. without enabled ICU support in variants for 32-bit and 64-bit Windows.
  • Additionally, a source code amalgamation is provided. That is, a single C source file and a single C header file.

SQLite3 Multiple Ciphers 1.4.1 (based on SQLite 3.38.2)

27 Apr 10:59
v1.4.1
91c7cd6
Compare
Choose a tag to compare

Changes since previous release

  • Based on SQLite version 3.38.2
  • Fix issue #74 (only debug builds are affected)

❗ Update is strongly recommended for applications using SQLite in multi-threaded environments ❗

Notes

  • SQLite3 binaries for Windows (SQLite3 shell and DLLs) can be found as separate downloads with resp. without enabled ICU support in variants for 32-bit and 64-bit Windows.
  • Additionally, a source code amalgamation is provided. That is, a single C source file and a single C header file.