Releases: OP-Engineering/op-sqlite
Releases · OP-Engineering/op-sqlite
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
Release 13.0.2
What's Changed
- fix(android): add reactNativeArchitectures function and update abiFilters to use it in build.gradle file by @zhouzh1 in #269
New Contributors
Full Changelog: 13.0.1...13.0.2
Release 13.0.1
Release 13.0.0
What's Changed
- Update sqlcipher by @ospfranco in #266
Upgrading
Be careful when upgrading to this version, your sqlcipher database will need to be updated as well, read more on the sqlcipher repo. Be sure to test your changes before upgrading.
Full Changelog: 12.0.3...13.0.0