All Versions
24
Latest Version
Avg Release Cycle
149 days
Latest Release
100 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.16.0 Changes
March 08, 2026 -
v0.15.5 Changes
January 22, 2026What's Changed
- 🛠 Fix Android build by @colemancda in #1324
- ➕ add SQLite. prefix for Expression in README by @nathanfallet in #1325
- 👍 Create index support array as parameters to solve #1322 by @hawk0620 in #1326
- 🏗 Attempt to fix tests build for android by @NikolayJuly in #1330
- ⚡️ Updates swift-toolchain-sqlite by @esarafianou in #1335
- ⚡️ Run all tests + update by @jberkel in #1339
- ➕ Added Sendability conformance by @samdogg7 in #1332
- 📦 SQLCipher package by @jberkel in #1340
- 📦 SQLCipher Swift Package Manager Integration by @R4N in #1336
- ➕ Add more traits to Package.swift by @jberkel in #1341
- ➕ Added dynamic library support in SPM by @tomieq in #1342
- ➕ Adds a new CSQLite dependency with support for FTS5 by @jberkel in #1343
- ➕ Add PrivacyInfo.xcprivacy as a resource to fix SPM warning by @alexey1312 in #1344
- 🚀 Prepare release by @jberkel in #1345
🆕 New Contributors
- @colemancda made their first contribution in #1324
- @hawk0620 made their first contribution in #1326
- @NikolayJuly made their first contribution in #1330
- @esarafianou made their first contribution in #1335
- @samdogg7 made their first contribution in #1332
- @R4N made their first contribution in #1336
- @tomieq made their first contribution in #1342
- @alexey1312 made their first contribution in #1344
Full Changelog : 0.15.4...0.15.5
-
v0.15.4 Changes
June 13, 2025What's Changed
- 🛠 Fix: Add
CustomStringConvertiblefor Setter by @dyikai in #1279 - 🛠 fix cross compilation for linux on macOS fails #1317 by @ha100 in #1318
- 👌 Support creating tables in schema changer by @jberkel in #1315
- ⚡️ Update CI / build by @jberkel in #1316
- Fully qualify Expression by @jberkel in #1319
- ⚡️ Update oldest supported platform versions by @clarkcb in #1280
- Prepare 0.15.4 by @jberkel in #1320
🆕 New Contributors
- @dyikai made their first contribution in #1279
- @ha100 made their first contribution in #1318
- @clarkcb made their first contribution in #1280
Full Changelog : 0.15.3...0.15.4
- 🛠 Fix: Add
-
v0.15.3 Changes
April 19, 2024What's Changed
- 🛠 Bugfix: Update
podspecto include privacy manifest by @SagarSDagdu in #1265
Full Changelog : 0.15.2...0.15.3
- 🛠 Bugfix: Update
-
v0.15.2 Changes
April 16, 2024What's Changed
- 🛠 fix: visionos to cocoapods by @nathanfallet in #1260
Full Changelog : 0.15.1...0.15.2
-
v0.15.1 Changes
April 13, 2024What's Changed
- ⚡️ Update CoreFunctions.swift fix typo by @steventong in #1249
- 🛠 Fix #1247 support nil case when decoding optionals by @Chris-Stockbridge in #1248
- 🚀 Change deployment targets for Xcode 15 and add dependency on custom Cocoapods fork by @SagarSDagdu in #1255
- ➕ Add VisionOS support by @AnthonyMDev in #1237
🆕 New Contributors
- @steventong made their first contribution in #1249
- @Chris-Stockbridge made their first contribution in #1248
- @SagarSDagdu made their first contribution in #1255
- @AnthonyMDev made their first contribution in #1237
Full Changelog : 0.15.0...0.15.1
-
v0.15.0 Changes
February 24, 2024What's Changed
- 🛠 Fix incorrect behavior when preparing SELECT * preceded by a WITH by @marmphco in #1179
- ➕ Adds support for returning extended error codes by @geoffmacd in #1178
- 🛠 Fix typos by @rex4539 in #1182
- 🛠 fix Xcode build error by @pongsakorn-onsri in #1192
- 👉 Make ithe IndexDefinition properties public by @stefansaasen in #1196
- 🛠 Fix GitHub Actions build badge by @fwcd in #1200
- 🍎 Run CI on macOS 13 by @jberkel in #1206
- SchemaReader: return the correct column definition for a composite primary key by @stefansaasen in #1217
- ➕ Add optional support for decoding by @JacobHearst in #1224
- 👉 make fromDatatypeValue throw by @elfredpagan in #1242
- Implements built-in window functions by @geoffmacd in #1228
- 🛠 Fix column affinity parsing to match how SQLite determines affinity (Fix #1215) by @stefansaasen in #1218
- 🖐 Handle FK definitions w/o key references by @jberkel in #1210
- ➕ Add privacy manifest by @ivanlares in #1245
🆕 New Contributors
- @rex4539 made their first contribution in #1182
- @pongsakorn-onsri made their first contribution in #1192
- @stefansaasen made their first contribution in #1196
- @fwcd made their first contribution in #1200
- @JacobHearst made their first contribution in #1224
- @elfredpagan made their first contribution in #1242
- @ivanlares made their first contribution in #1234
Full Changelog : 0.14.1...0.15.0
-
v0.14.1 Changes
November 01, 2022 -
v0.14.0 Changes
October 27, 2022📚 For breaking changes, see [Upgrading.md](Documentation/Upgrading.md).
- 👌 Support more complex schema changes and queries ([#1073][], [#1146][] [#1148][])
- 👌 Support
ATTACH/DETACH([#30][], [#1142][]) - 🔦 Expose connection flags (via
URIQueryParameter) to open db ([#1074][])) - 👌 Support
WITHclause ([#1139][]) - ➕ Add
Valueconformance forNSURL([#1110][], [#1141][]) - ➕ Add decoding for
UUID([#1137][]) - 📚 SQLCipher: improve documentation ([#1098][]), add
sqlcipher_export([#1101][]) - 🛠 Fix
insertMany([Encodable])([#1130][], [#1138][]) - 🛠 Fix incorrect spelling of
remove_diacritics([#1128][]) - 🛠 Fix project build order ([#1131][])
- 🐎 Blob performance improvements ([#416][], [#1167][])
- 🐎 Various performance improvements ([#1109][], [#1115][], [#1132][])
- ✂ Removed FTS3/4 tokenizer integration (
registerTokenizer, [#1104][], [#1144][])
-
v0.13.3 Changes
January 25, 2022