Releases: becem-gharbi/node-red-unstorage
Releases · becem-gharbi/node-red-unstorage
v0.1.7
v0.1.6
v0.1.5
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)
v0.1.3
🩹 Fixes
- storage: Fix getLibraryEntry & saveLibraryEntry file handling (b169400)
💅 Refactors
📖 Documentation
🏡 Chore
- Update changelog (37ea86d)
- Fix dependabot related alerts (e9fb18a)
- Disable auto restart on dev (3439c6b)
- Set read-only flag on nodered container (c1161fc)
- Add default password comment (e6b167f)
❤️ Contributors
- Becem-gharbi
v0.1.2
v0.1.1
🚀 Enhancements
- Add node-red module (fa6cad0)
- Add storage module based on node-red-contrib-mongo-models (83473f4)
- Add nodeRed custom storage based on Unstorage (0d30cbf)
💅 Refactors
- Move userDir to root (988531b)
- Add types to data models (f4b0de6)
- Add credentials & flows & settings storage handlers (7481ffb)
- Simplify credentials & sessions & settings & flows storage handlers (3cebc9e)
- Simplify library entry storage handlers (2b14d08)
- Move settings to index (503db5d)
📖 Documentation
- Add readme (d3ef66b)
🏡 Chore
- Setup typescript (7bb9384)
- Add .env.example (9fa3337)
- Skip type check on .d.ts files (30f61c1)
- Add changelogen (9d79f59)
- Add release node script (0876ddd)
❤️ Contributors
- Becem-gharbi