Skip to content

v0.1.4

Compare
Choose a tag to compare
@becem-gharbi becem-gharbi released this 23 May 10:14
· 30 commits to main since this release

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.

compare changes

🚀 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

🏡 Chore

  • Generate declaration files on build (99ae71a)

❤️ Contributors