Skip to content

Releases: margelo/react-native-nitro-sqlite

Release 9.2.0

06 Nov 15:07
ad75b0a

Choose a tag to compare

9.2.0 (2025-11-06)

✨ Features

  • Add better error handling (#239) (aaca4e5)
  • Migrate JS-sided locks to DatabaseQueue for transactions and executeBatch commands (#227) (5a7be1c)

🐛 Bug Fixes

🔄 Code Refactoring

🏗️ Project configuration and build flow

  • Add .ruby-version file and update ruby version across codebase (#233) (a19cc7e)
  • improve prettier config (#231) (207ce3f)
  • update example and root project version (af6edb3)
  • Update RN version to v0.82 (#230) (51efde5)

Release 9.1.11

04 Aug 09:45
e6bf3cd

Choose a tag to compare

9.1.11 (2025-08-04)

🏗️ Project configuration and build flow

  • update nitro generated files (5900a2c)
  • update nitro-codegen (37d7bb5)
  • update NitroModules to v0.27.2 (930c9d2)

Release 9.1.10

28 Jun 17:27
99006e4

Choose a tag to compare

9.1.10 (2025-06-28)

🏗️ Project configuration and build flow

  • Enable 16KB memory page size support on Android (#191)

Release 9.1.9

25 Apr 11:35
0d7d6d8

Choose a tag to compare

9.1.9 (2025-04-25)

🐛 Bug Fixes

  • fix: Android build failing due to duplicate static library in RN 0.75 (#177)

Release 9.1.8

14 Apr 15:17
8cfc5f3

Choose a tag to compare

9.1.8 (2025-04-14)

✨ Features

  • Implement null handling for executeBatch (6a2abe4)

🐛 Bug Fixes

  • execute always replacing null values (25a3f0d)
  • update c++ batch code (dca00e6)
  • use null handling function (a04aa6a)

🔄 Code Refactoring

  • move null handling code (5e5aff9)
  • simplify null handling in execute (9a9b921)

🏗️ Project configuration and build flow

  • only bump iOS minimum deployment target for simulators (46f58cb)
  • remove Xcode 16.2 Swift hotfix (653c504)
  • update nitrogen specs (0cbafbb)

Release 9.1.7

05 Mar 14:41
26a8b09

Choose a tag to compare

9.1.7 (2025-03-05)

🐛 Bug Fixes

  • Avoid a bunch of heap allocations (shared_ptr/unique_ptr) (#130) (bafb06b)
  • Example project not building with use_frameworks! (#127) (883d418)

📚 Documentation

  • add installation section to README and fix links (bde0dc0)

Release 9.1.5

28 Feb 22:44
2c97c76

Choose a tag to compare

9.1.5 (2025-02-28)

✨ Features

🔄 Code Refactoring

🏗️ Project configuration and build flow

  • add changelog section for "refactor" (6ac1f1f)

Release 9.1.4

24 Feb 20:25
3517559

Choose a tag to compare

9.1.4 (2025-02-24)

📚 Documentation

  • Improve README

🐛 Bug Fixes

  • Remove deprecated ArrayBuffer::makeBuffer and fix Nitro specs (#118) (7a81fc0)

Release 9.1.3

15 Feb 16:46
c22b100

Choose a tag to compare

9.1.3 (2025-02-15)

✨ Features

  • Add null/undefined support (#109) (ae7ac42)
  • Update SQLite to version 3.49.0 (#110) (57ef1a6)
  • Minor updates to the README file

Release 9.1.2

14 Feb 23:25
9be1a8e

Choose a tag to compare

9.1.2 (2025-02-14)

🐛 Bug Fixes

  • Remove BigInt support (for now) (f9c0b6f)