Skip to content

Commit 555449f

Browse files
authored
Add note on dropping support for non LTS versions of Node.js (Azure#15627)
* Add note on dropping support for non LTS versions of Node.js * Azure SDK libraries for JavaScript * Add link to support doc from readme
1 parent 83fb668 commit 555449f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,18 @@ Libraries which enable you to provision specific resources. They are responsible
3535
- For detailed documentation visit our [Azure SDK for JavaScript documentation](https://aka.ms/js-docs)
3636
- File an issue via [GitHub Issues](https://github.com/Azure/azure-sdk-for-js/issues)
3737
- Check [previous questions](https://stackoverflow.com/questions/tagged/azure-sdk-js) or ask new ones on StackOverflow using `azure-sdk-js` tag.
38+
- Read our [Support documentation](https://github.com/Azure/azure-sdk-for-js/blob/master/SUPPORT.md).
3839

3940
### Community
4041

41-
* Chat with other community members [![Join the chat at https://gitter.im/azure/azure-sdk-for-js](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/azure/azure-sdk-for-js?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
42+
Try our [community resources](https://github.com/Azure/azure-sdk-for-js/blob/master/SUPPORT.md#community-resources).
4243

4344
### Reporting security issues and security bugs
4445

4546
Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) <secure@microsoft.com>. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the [Security TechCenter](https://www.microsoft.com/msrc/faqs-report-an-issue).
4647

4748
## Contributing
49+
4850
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-js/blob/master/CONTRIBUTING.md).
4951

5052
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit

SUPPORT.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,8 @@ Further information, including the MSRC PGP key, can be found in the [Security T
3131

3232
## Microsoft Support Policy
3333

34-
Please refer to [Azure SDK Support and Lifecycle information](https://azure.github.io/azure-sdk/policies_support.html)
34+
The Azure SDK libraries for JavaScript will not be guaranteed to work on Node.js versions that have reached their end of life. Dropping support for such Node.js versions may be done without increasing the major version of the Azure SDK libraries.
35+
36+
We strongly recommend migration to [LTS versions of Node.js](https://nodejs.org/about/releases/) to be eligible for technical support. In terms of browsers, we support latest versions of Safari, Chrome, Edge and Firefox. We will make reasonable efforts to support the Azure SDK libraries on Node.js that have reached their end of life less than six months prior, unless security or other considerations require otherwise.
37+
38+
Please refer to [Azure SDK Support and Lifecycle information](https://azure.github.io/azure-sdk/policies_support.html) for more on our support policy.

0 commit comments

Comments
 (0)