Skip to content

Releases: margelo/react-native-nitro-sqlite

Release 9.6.0

08 Mar 16:41
deda800

Choose a tag to compare

9.6.0 (2026-03-08)

⚠️ Attention: This release will require you to update react-native-nitro-modules to version 0.35.0 to remove a memory leak ⚠️

🏗️ Project configuration and build flow

  • remove unnecessary docs check in update-lockfiles.yml (7fd8dff)
  • sync bun.lock (a496573)
  • undo CocoaPods change (4f5bb2d)
  • Update GitHub workflows (#265) (274cee7)
  • upgrade example app to React Native 0.85.0-rc.0 (#264) (3f3a416)
  • upgrade Nitro to 0.35.0 (e7b27b8)

Release 9.5.0

08 Mar 16:41
67e3eb9

Choose a tag to compare

v9.5.0

chore: release 9.5.0

Release 9.4.0

12 Feb 21:26
0c18f6d

Choose a tag to compare

9.4.0 (2026-02-12)

✨ Features

  • Implement Nitro's getExternalMemorySize (#261) (dee8bec)
  • Improve Array buffer memory allocation and thread-safety and add tests (#260) (a96e730)
  • Re-implement TypeORM support on JS side instead of as part of Hybrid object (#258) (a8b6efc)

🐛 Bug Fixes

  • invalid casing in README (4851d5d)
  • Keep hybrid object data (#255) (5e108c5)
  • remove remaining enableSimpleNullHandling artifacts (186dbfc)
  • Typescript config and errors (#259) (b53311f)

🏗️ Project configuration and build flow

  • improve release-it config (10ecb08)
  • move hybridObjects to cpp/hybridObjects folder (#262) (fe5333e)

Release 9.3.0

04 Feb 17:10
3cd301f

Choose a tag to compare

9.3.0 (2026-02-04)

✨ Features

  • Update Nitro to version 0.33.5 (#252)
  • feat: Use new Nitro null types (#251)

🏗️ Project configuration and build flow

Release 9.2.2

28 Nov 11:31
9cc18f4

Choose a tag to compare

9.2.2 (2025-11-28)

🏗️ Project configuration and build flow

  • chore: Update JDK version to 17 (compileOptions in Gradle config) by @chrispader in #243
  • chore: Update insecure typeorm version by @chrispader in #244

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)