vulcainjs / vulcain-corejs

Microservice framework for nodejs
https://vulcainjs.github.io
Apache License 2.0
11 stars 3 forks source link

Upgrade to Vulcain 2.0 ? #34

Closed mrik974 closed 6 years ago

mrik974 commented 6 years ago

It's more a question than an issue. I'm actually using vulcain-corejs 1.1.141. Got back to coding after a few months and noticed vulcain 2.0.0-beta is out. Should I upgrade? What should I take care of if doing so ? Is there a page detailing the major changes ?

malain commented 6 years ago

Version 2 is a new major upgrade with many breaking changes specially due to code refactoring and concept renaming.

The two versions respect the same architecture and behaviors but you should make change manually if you want to migrate.

Version 1 is no longer supported and must be considered as obsolete.

Look at Vulcain-Samples repository to get more informations.