Moleculer: Breaking changes in version 0.14.0 and roadmap.

Created on 15 Oct 2019  路  8Comments  路  Source: moleculerjs/moleculer

Hello guys.
We are (me and my team) going to move our architecture to moleculer. We have checked documentation and found the phraze:

Until Moleculer reaches a 1.0 release, breaking changes will be released with a new minor version. For example 0.13.1, and 0.13.4 will be backward compatible, but 0.14.0 will have breaking changes.

After reading this phraze we began to doubt use moleculer now or wait for 0.14.0.
Is it possible to answer for a couple simple questions for us ?

Questions:
1) What breaking changes will be in 0.14.0 ?
2) Where we can find moleculer roadmap ?

Most helpful comment

Yes, the template is made for 0.13 but compatible with 0.14 as well. After init, you should update the packages with npm i moleculer@next moleculer-web@next --save

All 8 comments

I second that!

@intech thx!

@sizovilya 0.14 beta is available. Stable 0.14 will be released at the end of October.

@icebob thx!

@icebob can i start project with this beta version?
project template is compatible with 0.14?

Yes, the template is made for 0.13 but compatible with 0.14 as well. After init, you should update the packages with npm i moleculer@next moleculer-web@next --save

Was this page helpful?
0 / 5 - 0 ratings