Skip to content

Commit 0deae59

Browse files
authored
Merge pull request #175 from MicrosoftDocs/main
Merge main to live
2 parents de7a09b + a420f7c commit 0deae59

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

OpenAPI/kiota/support.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,28 @@ Patches ship as needed, and they include security and nonsecurity bug fixes.
2929

3030
## Language support
3131

32+
### Maturity level
33+
3234
Language support in Kiota is either stable, preview or experimental for each language.
3335

3436
The following criteria are used to determine the maturity levels.
3537

3638
- **Stable**: Kiota provides full functionality for the language and is used to generate production API clients.
3739
- **Preview**: Kiota is at or near the level of stable but isn't being used to generate production API clients.
3840
- **Experimental**: Kiota provides some functionality for the language but is still in early stages. Some features might not work correctly or at all.
41+
- **Abandoned**: The language is not maintained anymore and will be removed in a future major release, users should start migrating off generated client for the language.
3942

4043
Breaking changes to languages that are stable result in major version change for Kiota tooling. Code generation changes to a stable language aren't considered breaking when they rely on additions in the corresponding abstractions library. These changes only require updating the abstractions library to the latest minor/patch version under the same major version.
4144

45+
### Support experience
46+
47+
Languages can be implemented by different authors, which impacts the support experience users can expect:
48+
49+
- **Microsoft**: The language has been implemented by the Kiota team at Microsoft, users can expect support from the team as any regular product.
50+
- **Community**: The language has been implemented by the broader Kiota community, users can expect help from other community members but should not expect direct support from Microsoft.
51+
52+
### Getting support information for a language
53+
4254
The current status of language support can be queried by using the following command.
4355

4456
```bash

0 commit comments

Comments
 (0)