Skip to main content

LoopBack 3 Receives Extended Long Term Support

· 4 min read
Diana Lau
Miroslav Bajtoš

Originally published on strongloop.com

This past October, we announced LoopBack 4 GA is ready for production use and updated the Long Term Support (LTS) schedule in our LTS page. Due to popular requests, LoopBack 3 now receives an extended long term support with updated timeline as shown in the table below.

VersionStatusPublishedActive LTS StartMaintenance LTS StartEnd-of-life
LoopBack 4CurrentOct 2018----Apr 2021(minimum)
LoopBack 3Active LTSDec 2016Oct 2018Dec 2019 (revised)Dec 2020 (revised)
LoopBack 2Maintenance LTSJul 2014Dec 2016Oct 2018Apr 2019

The extended period gives more time for our users to move to the new version which is a different programming model and language. It also allows us to improve the migration experience and migration guide.

Below are a few questions that our users frequently asked about different versions of LoopBack.

If I'm starting a new project, what should I do?

If you're considering using LoopBack for your next project, our recommendation is to first create a proof-of-concept application using LoopBack 4 (LB4). You may want to check if there are any features that your application requires that LB4 does not provide out of the box yet. Search LB4 GitHub issues to find any existing discussions around those missing features, as there may be 3rd-party extensions or workaround available. If you run into a missing feature that's not discussed in our issue tracker yet, then please open a new issue to let us know!

Hopefully, you will find a way how to implement all major requirements in your PoC application and can thus build your project on LB4.

If some of your requirements cannot be feasibly implemented in LB4, then you have two options:

  1. You can work with the LoopBack team and contribute the missing parts yourself. It will cost you time to implement framework features, but you will save time on migrating your project from LB3 to LB4 later on.

  2. Alternatively, if LB3 provides all what your project needs, then you can save upfront investment and build your project on LB3 now, preparing to pay the migration costs later in the future.

If I'm a LoopBack 3 user, what should I do?

If you already have LoopBack 3 applications running in production, it is a good time for you to review the difference between LoopBack 3 and LoopBack 4. Even with the extended end-of-life date for LoopBack 3, it is never too early to start migrating your LoopBack 3 application to LoopBack 4. Please also note the feature parity gap we had identified. Your feedback is always appreciated!

We're actively working on improving the migration story! Please check out GitHub issue #1849 for discussions and progress. Miroslav is currently investigating different approaches of having a compatibility layer between LoopBack 3 and LoopBack 4 artifacts. The first step is to allow developers to mount their LoopBack 3 applications in a new LoopBack 4 project. You can follow the progress of this work in GitHub issue #2479.

If I'm a LoopBack 2 user, what should I do?

If you're a LoopBack 2 user, you should at least migrate your LoopBack 2 applications to LoopBack 3. The effort should be minimal and the process should be smooth. You can read more details in the 3.0 migration guide. When LB2 goes end of life (EOL), you should not be using LB2 in production because there will be no security fixes.

Call to Action

LoopBack's future success depends on you. We appreciate your continuous support and engagement to make LoopBack even better and meaningful for your API creation experience. Please join us and help the project by: