Releases: sqlcipher/sqlcipher-android
Releases · sqlcipher/sqlcipher-android
v4.7.0
What's Changed
- Throw a specific exception for SQLITE_NOTADB. by @greyson-signal in #46
- Provide exception that indicated database corruption. by @greyson-signal in #47
- chore(doc): corrected description of libcrypto.a location in README by @RyuNen344 in #53
New Contributors
- @greyson-signal made their first contribution in #46
- @RyuNen344 made their first contribution in #53
Full Changelog: v4.6.1...v4.7.0
v4.6.1
Full Changelog: v4.6.0...v4.6.1
v4.6.0
Full Changelog: v4.5.7...v4.6.0
v4.5.7
Full Changelog: v4.5.6...v4.5.7
v4.5.6
v4.5.5
- change rawExecSQL to allow execution of SELECT operations
- Prevent value from being logged in exception handler to avoid data leak
- set the default value of the minimumSupportedVersion parameter of SupportHelper as 0