Skip to content

Commit 05d10ef

Browse files
authored
Merge pull request #456 from strongloop/lts
Update LTS status
2 parents 5812e0d + b6d7560 commit 05d10ef

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

README.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# strong-remoting
22

3+
**This module is in Active LTS mode, new features are no longer accepted.**
4+
<br/>(See [Module Long Term Support Policy](#module-long-term-support-policy)
5+
below.)
6+
7+
LoopBack 3 users looking for new features are encouraged to upgrade
8+
to LoopBack 4. Refer to
9+
[loopback-next#1849](https://github.com/strongloop/loopback-next/issues/1849)
10+
for more information on how to upgrade.
11+
12+
If you are building directly on top of strong-remoting without LoopBack,
13+
then please [open a new GitHub issue](https://github.com/strongloop/strong-remoting/issues/new)
14+
to discuss the specifics.
15+
316
## Overview
417

518
Objects (and, therefore, data) in Node applications commonly need to be accessible by other Node processes, browsers, and even mobile clients. Strong remoting:
@@ -16,13 +29,16 @@ Also see the <a href="http://loopback.io/doc/en/lb2/Strong-Remoting.html">offici
1629

1730
For higher-level transports, such as REST and Socket.IO, existing clients will work well. If you want to be able to swap out your transport, use one of our supported clients. The same adapter model available on the server applies to clients, so you can switch transports on both the server and all clients without changing your application-specific code.
1831

19-
### Supported versions
32+
## Module Long Term Support Policy
33+
34+
This module adopts the [Module Long Term Support (LTS)](http://github.com/CloudNativeJS/ModuleLTS) policy, with the following End Of Life (EOL) dates:
2035

21-
Current|Long Term Support
22-
:-:|:-:
23-
3.x|2.x
36+
| Version | Status | Published | EOL |
37+
| ----------------- | --------------- | --------- | -------- |
38+
| strong-remoting@3 | Active LTS | Dec 2016 | Dec 2019 |
39+
| strong-remoting@2 | Maintenance LTS | Jul 2014 | Apr 2019 |
2440

25-
Learn more about our LTS plan in [docs](http://loopback.io/doc/en/contrib/Long-term-support.html).
41+
Learn more about our LTS plan in [docs](https://loopback.io/doc/en/contrib/Long-term-support.html).
2642

2743
## Installation
2844

0 commit comments

Comments
 (0)