Skip to content

Commit d9c10ef

Browse files
committed
Update LTS status
1 parent 5812e0d commit d9c10ef

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

Diff for: README.md

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

3+
**This module is in Active LTS mode, new features are no longer accepted.**
4+
5+
Users looking for new features are encouraged to upgrade to LoopBack 4.
6+
7+
See also [Module Long Term Support Policy](#module-long-term-support-policy)
8+
below.
9+
310
## Overview
411

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

1724
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.
1825

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

21-
Current|Long Term Support
22-
:-:|:-:
23-
3.x|2.x
30+
| Version | Status | Published | EOL |
31+
| ----------------- | --------------- | --------- | -------- |
32+
| strong-remoting@3 | Active LTS | Dec 2016 | Dec 2019 |
33+
| strong-remoting@2 | Maintenance LTS | Jul 2014 | Apr 2019 |
2434

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

2737
## Installation
2838

0 commit comments

Comments
 (0)