Skip to content

Releases: margelo/react-native-nitro-sqlite

Release 9.7.0

Choose a tag to compare

@chrispader chrispader released this 23 Jul 16:29
ad8b835

Changelog:

9.7.0 (2026-07-23)

This release adds vector-search to NitroSQLite with the new react-native-nitro-sqlite-vec package. Check out the updated README to install and use it! 🚀

✨ Features

🐛 Bug Fixes

🔄 Code Refactoring

  • remove unused comment (9126ff4)
  • restructure into monorepo (package -> packages) (#274) (f92f332)
  • reuse statement execution for batch commands (#292) (a41a4b1)

🏗️ Project configuration and build flow

  • bump react-native-nitro-sqlite-vec (848dae1)
  • deps: bump actions/cache from 5 to 6 (#278) (f8b58bc)
  • deps: bump actions/checkout from 6 to 7 (#277) (179a15a)
  • fix incorrectly updated dependency versions in bun.lock after recent Nitro update (#275) (73beb83)
  • Update GH workflows and fix caching (#273) (48ee51e)
  • Update NitroModules and Nitrogen to version 0.36.1 (#272) (882866f)
  • Update node and TypeScript (#276) (72ce949)

📚 Documentation

Release 9.6.0

Choose a tag to compare

@chrispader chrispader released this 08 Mar 16:41
deda800

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

Choose a tag to compare

@chrispader chrispader released this 08 Mar 16:41
67e3eb9
v9.5.0

chore: release 9.5.0

Release 9.4.0

Choose a tag to compare

@chrispader chrispader released this 12 Feb 21:26
0c18f6d

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

Choose a tag to compare

@chrispader chrispader released this 04 Feb 17:10
3cd301f

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

Choose a tag to compare

@chrispader chrispader released this 28 Nov 11:31
9cc18f4

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

Choose a tag to compare

@chrispader chrispader released this 06 Nov 15:07
ad75b0a

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

Choose a tag to compare

@chrispader chrispader released this 04 Aug 09:45
e6bf3cd

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

Choose a tag to compare

@chrispader chrispader released this 28 Jun 17:27
99006e4

9.1.10 (2025-06-28)

🏗️ Project configuration and build flow

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

Release 9.1.9

Choose a tag to compare

@chrispader chrispader released this 25 Apr 11:35
0d7d6d8

9.1.9 (2025-04-25)

🐛 Bug Fixes

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