Compare commits

..

No commits in common. "master" and "v3.27.0" have entirely different histories.

6 changed files with 10 additions and 31 deletions

View File

@ -2,12 +2,7 @@ blank_issues_enabled: false
contact_links: contact_links:
- name: Report a security vulnerability - name: Report a security vulnerability
url: https://loopback.io/doc/en/contrib/Reporting-issues.html#security-issues url: https://loopback.io/doc/en/contrib/Reporting-issues.html#security-issues
about: > about: Do not report security vulnerabilities using GitHub issues. Please send an email to `reachsl@us.ibm.com` instead.
LoopBack 3 has reached End-of-Life. No new security fixes will be provided
or accepted.
Do not report security vulnerabilities using GitHub issues. Please send an
email to `reachsl@us.ibm.com` instead.
- name: Get help on StackOverflow - name: Get help on StackOverflow
url: https://stackoverflow.com/tags/loopbackjs url: https://stackoverflow.com/tags/loopbackjs
about: Please ask and answer questions on StackOverflow. about: Please ask and answer questions on StackOverflow.

2
.github/stale.yml vendored
View File

@ -7,6 +7,8 @@ exemptLabels:
- pinned - pinned
- security - security
- critical - critical
- p1
- major
# Label to use when marking an issue as stale # Label to use when marking an issue as stale
staleLabel: stale staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable # Comment to post when marking an issue as stale. Set to `false` to disable

View File

@ -4,7 +4,6 @@ node_js:
- "8" - "8"
- "10" - "10"
- "12" - "12"
- "14"
addons: addons:
chrome: stable chrome: stable

View File

@ -1,15 +1,3 @@
2020-11-25, Version 3.28.0
==========================
* upgrade nodemailer to greater than 6.4.16 (jannyHou)
* chore: sync LoopBack 4 with Node.js v14 EOL (Rifa Achrinza)
* chore: add Node.js 14 to travis (Diana Lau)
* Remove "major" and "p1" from stalebot (Miroslav Bajtoš)
2020-03-06, Version 3.27.0 2020-03-06, Version 3.27.0
========================== ==========================

View File

@ -4,13 +4,8 @@
[![Module LTS Adopted'](https://img.shields.io/badge/Module%20LTS-Adopted-brightgreen.svg?style=flat)](http://github.com/CloudNativeJS/ModuleLTS) [![Module LTS Adopted'](https://img.shields.io/badge/Module%20LTS-Adopted-brightgreen.svg?style=flat)](http://github.com/CloudNativeJS/ModuleLTS)
[![IBM Support](https://img.shields.io/badge/IBM%20Support-Frameworks-brightgreen.svg?style=flat)](http://ibm.biz/node-support) [![IBM Support](https://img.shields.io/badge/IBM%20Support-Frameworks-brightgreen.svg?style=flat)](http://ibm.biz/node-support)
**⚠️ LoopBack 3 has reached end of life. We are no longer accepting pull requests or providing **⚠️ LoopBack 3 is in Maintenance LTS mode, only critical bugs and critical
support for community users. The only exception is fixes for critical bugs and security security fixes will be provided. (See
vulnerabilities provided as part of support for IBM API Connect customers.
We urge all LoopBack 3 users to migrate their applications to LoopBack 4 as soon as possible.
Learn more about
<a href="https://loopback.io/doc/en/contrib/Long-term-support.html">LoopBack's long term support policy.</a>
will be provided or accepted. (See
[Module Long Term Support Policy](#module-long-term-support-policy) below.)** [Module Long Term Support Policy](#module-long-term-support-policy) below.)**
We urge all LoopBack 3 users to migrate their applications to LoopBack 4 as We urge all LoopBack 3 users to migrate their applications to LoopBack 4 as
@ -43,14 +38,14 @@ For more details, see [https://loopback.io/](https://loopback.io/).
## Module Long Term Support Policy ## Module Long Term Support Policy
LoopBack 3.x has reached End-of-Life. LoopBack 3.x is now in Active LTS.
This module adopts the [Module Long Term Support (LTS)](http://github.com/CloudNativeJS/ModuleLTS) policy, with the following End Of Life (EOL) dates: This module adopts the [Module Long Term Support (LTS)](http://github.com/CloudNativeJS/ModuleLTS) policy, with the following End Of Life (EOL) dates:
| Version | Status | Published | EOL | | Version | Status | Published | EOL |
| ---------- | --------------- | --------- | -------------------- | | ---------- | --------------- | --------- | -------------------- |
| LoopBack 4 | Current | Oct 2018 | Apr 2023 _(minimum)_ | | LoopBack 4 | Current | Oct 2018 | Apr 2022 _(minimum)_ |
| LoopBack 3 | End-of-Life | Dec 2016 | Dec 2020 | | LoopBack 3 | Maintenance LTS | Dec 2016 | Dec 2020 |
| LoopBack 2 | End-of-Life | Jul 2014 | Apr 2019 | | LoopBack 2 | End-of-Life | Jul 2014 | Apr 2019 |
Learn more about our LTS plan in [docs](https://loopback.io/doc/en/contrib/Long-term-support.html). Learn more about our LTS plan in [docs](https://loopback.io/doc/en/contrib/Long-term-support.html).

View File

@ -1,6 +1,6 @@
{ {
"name": "loopback", "name": "loopback",
"version": "3.28.0", "version": "3.27.0",
"description": "LoopBack: Open Source Framework for Node.js", "description": "LoopBack: Open Source Framework for Node.js",
"homepage": "http://loopback.io", "homepage": "http://loopback.io",
"keywords": [ "keywords": [
@ -52,7 +52,7 @@
"loopback-datasource-juggler": "^3.28.0", "loopback-datasource-juggler": "^3.28.0",
"loopback-filters": "^1.0.0", "loopback-filters": "^1.0.0",
"loopback-phase": "^3.0.0", "loopback-phase": "^3.0.0",
"nodemailer": "^6.4.16", "nodemailer": "^4.0.1",
"nodemailer-direct-transport": "^3.3.2", "nodemailer-direct-transport": "^3.3.2",
"nodemailer-stub-transport": "^1.1.0", "nodemailer-stub-transport": "^1.1.0",
"serve-favicon": "^2.2.0", "serve-favicon": "^2.2.0",