Was Echo replaced with Framework?
I can't find any announcement regarding this but it appears all references to Echo have disappeared from github and the docs
8 Replies
@Elysium_Kkailash
Checkout the doc
https://docs.novu.co/concepts/workflows
Novu
Workflows - Novu
Workflows are at the core of responding to events in your system with notifications. Novu Framework enables you to declare type-safe, validated, and version-controlled Workflows with code.
Hi @Elysium_Kkailash yes indeed, Echo is now @novu/framework
We are working on a major anouncement very soon, just wrapping up some final touches
Hi, sorry, bit of a necro.
Is this major announcement still going on?
I can't find any documentation on the migration path or anything at all suggesting this migration is needed? Thoroughly confused.
@inlustra
Are you looking to migrate from Novu V1 (UI based workflows) to Novu V2 (
@novu/framework
based workflows)I ended up moving from @novu/echo to @novu/framework over the weekend.
That was the confusing part as there are some API changes but I couldn't find any documentation confirming that Framework was the successor to Echo or on how to migrate.
To be clear, I was confused as I saw that there hasn't been changes to @novu/echo since June - and there's a bunch of features that I'm waiting for
Apologies for the inconvenience. I am sharing the feedback with team.
Are you facing any other issue?
All good in the end, thank you Pawan! I just spent way too long trying to work out the specific migration path.
new Echo
vs new Client
etc
@novu/framework is much better laid out 👌