Releases: OP-Engineering/op-sqlite
Releases · OP-Engineering/op-sqlite
Release 14.1.4
What's Changed
- Add
remote_encryption_key
by @levydsa in #305 - feat: Updated lib to use openssl with 16 kb support by @ronickg in #307
- Update sqlite and sqlcipher by @ospfranco in #310
Full Changelog: 14.1.3...14.1.4
Release 14.1.3
What's Changed
- Move execute batch to normal transaction queue by @ospfranco in #304
Full Changelog: 14.1.2...14.1.3
Release 14.1.2
What's Changed
- Traverse directories on Android upwards to find op-sqlite config by @ospfranco in #295
- Move files around and do not default include them in the build by @ospfranco in #298
Full Changelog: 14.1.1...14.1.2
Release 14.1.1
What's Changed
Full Changelog: 14.1.0...14.1.1
Release 14.1.0
Release 14.0.4
What's Changed
- Fix libsqlSyncInterval parameter handling in openSync function by @twelvearrays in #285
- Update to libsql 0.9.11 by @levydsa in #286
- Add new param to libsql openSync, encryptionKey, which enables encryption by @ospfranco in #287
- Fix signature of moveAssetsDatabase so that RN 0.80 validation scripts Android are happy by @ospfranco in #290
New Contributors
- @twelvearrays made their first contribution in #285
Full Changelog: 14.0.3...14.0.4
Release 14.0.3
Release 14.0.2
What's Changed
- Throw error instead of returning non-existing enum by @ospfranco in #280
Full Changelog: 14.0.1...14.0.2
Release 14.0.1
What's Changed
- Add sync bind by @ospfranco in #274
- Support Android 16kb pages by @ospfranco in #275
Full Changelog: 14.0.0...14.0.1
Release 14.0.0
What's Changed
- Add monorepo warning to docs by @subtleGradient in #268
- Sanitizes the passed params (looking for array buffers) recursively by @ospfranco in #271
- Expose offline flag for libsql by @ospfranco in #272
Libsql Changes
The params on the openSync
call have been updated. syncInterval
is now libsqlSyncInterval
and there is a new param libsqlOffline
which turns on offline writes for libsql.
New Contributors
- @subtleGradient made their first contribution in #268
Full Changelog: 13.0.2...14.0.0