Skip to content

Release 9.7.0

Latest

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