Skip to content

Commit 029197a

Browse files
committed
Update LTS status
1 parent 5812e0d commit 029197a

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed

Diff for: README.md

+22-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# strong-remoting
22

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

519
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 +30,16 @@ Also see the <a href="http://loopback.io/doc/en/lb2/Strong-Remoting.html">offici
1630

1731
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.
1832

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

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

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

2744
## Installation
2845

0 commit comments

Comments
 (0)