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
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## [unreleased] - (? 2023 - [unreleased changes])
5
5
6
+
## [4.5.4] - (April 2023 - [4.5.4 changes])
7
+
- Updates baseline to upstream SQLite 3.41.2
8
+
- Updates minimum Apple SDK versions in podspec for new Xcode compatibility
9
+
- Return runtime OpenSSL version from PRAGMA cipher_provider_version (instead of hardcoded value)
10
+
- Adds guard against zero block size and crash if cryptographic provider initialization fails
11
+
- When an ATTACH occurs creating a new encrypted database as the first operation after keying the main database, the new database will have the same salt value.
12
+
6
13
## [4.5.3] - (December 2022 - [4.5.3 changes])
7
14
- Updates baseline to upstream SQLite 3.39.4
8
15
@@ -213,7 +220,9 @@ All notable changes to this project will be documented in this file.
213
220
### Security
214
221
- Change KDF iteration length from 4,000 to 64,000
0 commit comments