You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# SQLCipher Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
4
-
## [unreleased] - [unreleased]
4
+
## [4.1.0] - [unreleased]
5
5
- Defer reading salt from header until key derivation is triggered
6
6
- Clarify usage of sqlite3_rekey for plaintext databases in header
7
7
- Normalize attach behavior when key is not yet derived
@@ -10,6 +10,9 @@ All notable changes to this project will be documented in this file.
10
10
- PRAGMA cipher_hmac_pgno is now deprecated
11
11
- PRAGMA cipher_hmac_salt_mask is now deprecated
12
12
- PRAGMA fast_kdf_iter is now deprecated
13
+
- Clear codec data buffers if a crypographic provider operation fails
14
+
- Disable backup API for encrypted databases (this was previously documented as not-working and non-supported, but will now explicitly error out on initialization)
15
+
- Updates baseline to upstream SQLite 3.27.1
13
16
14
17
## [4.0.1] - 2018-12-17
15
18
- Based on upstream SQLite 3.26.0 (addresses SQLite “Magellan” issue)
0 commit comments