Releases: margelo/react-native-nitro-sqlite
Releases · margelo/react-native-nitro-sqlite
Release list
Release 9.7.0
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
- Add SQL Console screen for testing SQL queries (#271) (e6f540d)
- Harness tests (#266) (bf654b3)
- sqlite-vec: vector search (#285) (02d7775)
🐛 Bug Fixes
- correct query result memory estimate (#287) (1945cf5)
- Improve memory management (#290) (87e0c0f)
- ios: enable SQLite performance mode (#291) (718ef3e)
- release script (99b41e1)
🔄 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.lockafter 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
9.6.0 (2026-03-08)
react-native-nitro-modules to version 0.35.0 to remove a memory leak
🏗️ Project configuration and build flow
Release 9.5.0
Release 9.4.0
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
enableSimpleNullHandlingartifacts (186dbfc) - Typescript config and errors (#259) (b53311f)
🏗️ Project configuration and build flow
Release 9.3.0
9.3.0 (2026-02-04)
✨ Features
🏗️ Project configuration and build flow
- Improve
README.mdto match current API by @chrispader in #253 - chore: Bump
release-itby @chrispader in #254
Release 9.2.2
9.2.2 (2025-11-28)
🏗️ Project configuration and build flow
- chore: Update JDK version to 17 (
compileOptionsin Gradle config) by @chrispader in #243 - chore: Update insecure
typeormversion by @chrispader in #244