Skip to content

Releases: resilar/sqleet

sqleet v0.25.1

21 Sep 22:02
Compare
Choose a tag to compare

sqleet as a drop-in replacement for the SQLite3 amalgamation.

What's new in v0.25.1?

  • SQLite v3.25.1
  • Fix access violation on a read-only key buffer (the user should destroy the key, not the library)
  • Updated README

sqleet v0.24.0

05 Jun 15:02
Compare
Choose a tag to compare

sqleet as a drop-in replacement for the SQLite3 amalgamation.

What's new in v0.24.0?

  • SQLite v3.24.0

sqleet v0.23.0

02 Apr 19:57
Compare
Choose a tag to compare

sqleet as a drop-in replacement for the SQLite3 amalgamation.

What's new in v0.23.0?

  • SQLite v3.23.0

sqleet v0.22.0

16 Feb 20:57
Compare
Choose a tag to compare

sqleet as a drop-in replacement for the SQLite3 amalgamation.

What's new in v0.22.0?

  • Versioning scheme changed to match SQLite3 versions
  • Compile-time support for not encrypting the beginning of the database header #8
  • Release reserved bytes at the end of each page when fully decrypting the database #9
  • Fix a bug where database pages were accessed with a wrong reader/writer codec after an encrypt/decrypt operation with sqlite_rekey_v2 #10

Special thanks to the author of wxSQLite3 @utelle for reporting and fixing the issues addressed in this release.