Skip to content

Releases: OP-Engineering/op-sqlite

Release 14.1.4

09 Aug 15:15
0dfd90b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 14.1.3...14.1.4

Release 14.1.3

17 Jul 07:01
23fc302
Compare
Choose a tag to compare

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

05 Jul 19:19
8c5d66d
Compare
Choose a tag to compare

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

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