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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
### Changed
11
+
12
+
- Based on SQLite version 3.47.0
13
+
- Changed signature of cipher scheme method `GenerateKey` (affects only developers of dynamic cipher schemes)
14
+
10
15
### Fixed
11
16
12
17
- Using differing KDF and HMAC algorithms resulted in databases incompatible with the original SQLCipher library. Setting the parameter `hmac_algorithm_compat` to 0 restores the (incompatible) behaviour.
Copy file name to clipboardExpand all lines: readme.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,10 @@ The code was mainly developed under Windows, but was tested under Linux as well.
10
10
11
11
## Version information
12
12
13
-
* 1.8.7 - *August 2024*
14
-
- Based on SQLite version 3.46.1
13
+
* 1.9.0 - *October 2024*
14
+
- Based on SQLite version 3.47.0
15
+
- Changed signature of cipher scheme method `GenerateKey` (affects only developers of dynamic cipher schemes)
16
+
- Using differing KDF and HMAC algorithms resulted in databases incompatible with the original SQLCipher library. Setting the parameter `hmac_algorithm_compat` to 0 restores the (incompatible) behaviour.
15
17
16
18
For further version information please consult the [CHANGELOG](CHANGELOG.md).
0 commit comments