Skip to content

Releases: OP-Engineering/op-sqlite

Release 14.1.1

23 Jun 06:32
dfcd28e
Compare
Choose a tag to compare

What's Changed

  • Fixes the issue I initially faced on android with prefab publishing by @ronickg in #292

Full Changelog: 14.1.0...14.1.1

Release 14.1.0

22 Jun 08:32
0e4cd27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 14.0.4...14.1.0

Release 14.0.4

14 Jun 21:12
c728bec
Compare
Choose a tag to compare

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

Full Changelog: 14.0.3...14.0.4

Release 14.0.3

05 Jun 12:45
88ecd59
Compare
Choose a tag to compare

What's Changed

Full Changelog: 14.0.2...14.0.3

Release 14.0.2

21 May 15:30
d6fddd9
Compare
Choose a tag to compare

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

18 May 16:44
6d53789
Compare
Choose a tag to compare

What's Changed

Full Changelog: 14.0.0...14.0.1

Release 14.0.0

15 May 14:40
95816d1
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: 13.0.2...14.0.0

Release 13.0.2

14 May 07:45
ca630b9
Compare
Choose a tag to compare

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

08 May 04:43
1a3098f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 13.0.0...13.0.1

Release 13.0.0

05 May 11:25
976b311
Compare
Choose a tag to compare

What's Changed

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