Novu versions and packages
Two questions:
What is the difference between the 0.x and 2.x versions, especially from a self-hosting point of view?
Also, out of the list of packages available in the Novu GHCR, which ones are absolutely necessary in order to run Novu (I'm assuming packages like
api
, worker
, ws
) and which ones can be ignored (I'm assuming packages like web
, widget
and embed
)?4 Replies
0.24.x -> if looking to create workflow from UI
2.0.x -> if looking to create workflow usign @novu/framework
Mandatory docker images:- api, worker, ws and web
optional:- widget and embed
Sounds good, thank you 👍
@Pawan Jain Another question, what is the purpose of the
webhook
package? Is this somehow related to the provider integrations?webhook package is related to email and sms integration. it is valid only for older self hosted version like 0.24.0. Now it is not used
@Pawan Jain I see, I use v0.24.0 (an old version based on what you said) for
api
and v0.24.4 for web
/worker
/ws
. I do not have webhook
set up, I hope this wouldn't cause issues? What exactly does the webhook help with in regards to email and sms integrations?