Skip to content

Commit 2802fa2

Browse files
authored
add versions.json + support in readme (#3320)
* add versions.json + support in readme Signed-off-by: Ryan Winter <ryanwinter@outlook.com> * remove lts versions Signed-off-by: Ryan Winter <ryanwinter@outlook.com> * pr fixes Signed-off-by: Ryan Winter <ryanwinter@outlook.com> * update eol for preview5 Signed-off-by: Ryan Winter <ryanwinter@outlook.com> --------- Signed-off-by: Ryan Winter <ryanwinter@outlook.com>
1 parent de605ef commit 2802fa2

2 files changed

Lines changed: 21 additions & 24 deletions

File tree

readme.md

Lines changed: 12 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,6 @@ The API reference documentation for .NET SDK is [here][dotnet-api-reference].
6363
To find SDKs in other languages for Azure IoT, please refer to the [azure-iot-sdks][azure-iot-sdks] repository.
6464
For IoT Hub Management SDK in .NET, please visit [azure-sdk-for-net](https://github.com/Azure/azure-sdk-for-net) repository.
6565

66-
## Need support?
67-
68-
- Have a feature request for SDKs? Please post it on [User Voice](https://feedback.azure.com/forums/321918-azure-iot) to help us prioritize.
69-
- Have a technical question? Ask on [Stack Overflow](https://stackoverflow.com/questions/tagged/azure-iot-hub) with tag “azure-iot-hub”.
70-
- Need Support? Every customer with an active Azure subscription has access to [support](https://docs.microsoft.com/azure/azure-supportability/how-to-create-azure-support-request) with guaranteed response time. Consider submitting a ticket and get assistance from Microsoft support team.
71-
- Found a bug? Please help us fix it by thoroughly documenting it and filing an issue on GitHub (C, Java, .NET, Node.js, Python).
72-
7366
## Developing applications for Azure IoT
7467

7568
Visit [Azure IoT Dev Center][iot-dev-center] to learn more about developing applications for Azure IoT.
@@ -192,28 +185,23 @@ A couple of examples:
192185

193186
For additional guidance and important information about certificates, please refer to [this blog post](https://techcommunity.microsoft.com/t5/internet-of-things/azure-iot-tls-changes-are-coming-and-why-you-should-care/ba-p/1658456) from the security team.
194187

195-
## Long-Term Support (LTS)
196-
197-
The project offers a Long-Term Support (LTS) releases to allow users that do not need the latest features to be shielded from unwanted changes.
188+
## Support
198189

199-
LTS repo tags are to be named lts_*yyyy*-*mm*-*dd*, where *yyyy*, *mm*, and *dd* are the year, month, and day when the tag was created. An example of such a tag is *lts_2021-03-18*.
190+
The Azure IoT Hub Device Client supported releases is outlined in the following table.
200191

201-
The lifetime of an LTS release is 12 months. During this time, LTS releases may receive maintenance bug fixes that fall in these categories:
192+
Refer to the [Azure IoT Device SDK lifecycle and support](https://learn.microsoft.com/azure/iot/iot-device-sdks-lifecycle-and-support) for details on the different supported stages.
202193

203-
- security bug fixes
204-
- critical bug fixes (e.g., unavoidable/unrecoverable crashes, significant memory leaks)
194+
| Release | Category | End-of-life |
195+
|-|-|-|
196+
| 1.42.0 | Active | - |
197+
| 2.0.0-preview005 | Preview | 2023-07-26
205198

206-
> No new features or improvements are in scope to be picked up in an LTS branch. A patch will not extend the maintenance or expiry date.
199+
### Need help?
207200

208-
LTS releases may include additional extended support for security bug fixes as listed in the LTS schedule.
209-
210-
### Schedule
211-
212-
This table shows previous LTS releases and end dates.
213-
214-
| Release | LTS Start Date | Maintenance End Date |
215-
| :----------------------------------------------------------------------------------------------------------------------------: | :------------: | :------------------: |
216-
| [2022-06-07](https://github.com/Azure/azure-iot-sdk-csharp/releases/tag/lts_2021-3-18_patch6) <sub>patch 6 of 2021-03-18</sub> | 2021-03-18 | current |
201+
- Have a feature request for SDKs? Please post it on [User Voice](https://feedback.azure.com/forums/321918-azure-iot) to help us prioritize.
202+
- Have a technical question? Ask on [Stack Overflow](https://stackoverflow.com/questions/tagged/azure-iot-hub) with tag “azure-iot-hub”.
203+
- Need Support? Every customer with an active Azure subscription has access to [support](https://docs.microsoft.com/azure/azure-supportability/how-to-create-azure-support-request) with guaranteed response time. Consider submitting a ticket and get assistance from Microsoft support team.
204+
- Found a bug? Please help us fix it by thoroughly documenting it and filing an issue on GitHub (C, Java, .NET, Node.js, Python).
217205

218206
---
219207

versions.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[
2+
{
3+
"version" : "1.42.0"
4+
},
5+
{
6+
"version" : "2.0.0-preview005",
7+
"eol" : "2023-07-26"
8+
}
9+
]

0 commit comments

Comments
 (0)