v0.1.4
About
This release adds a ContextStore
plugin based on unstorage
. Previously the context data was stored in memory
. By implementing this feature, Node Red can run on multiple server instances having a shared context.
🚀 Enhancements
- Add context store plugin (29db63f)
💅 Refactors
- Create a unified storage plugin (context + module) (a9b9e1b)
- context: Move appStorage to the function scope (30bf6f9)
- Set context as optional (e04fdba)
📖 Documentation
- Update README.md (1b55ed8)
🏡 Chore
- Generate declaration files on build (99ae71a)
❤️ Contributors
- Becem (@becem-gharbi)