You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: OpenAPI/kiota/support.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,16 +29,28 @@ Patches ship as needed, and they include security and nonsecurity bug fixes.
29
29
30
30
## Language support
31
31
32
+
### Maturity level
33
+
32
34
Language support in Kiota is either stable, preview or experimental for each language.
33
35
34
36
The following criteria are used to determine the maturity levels.
35
37
36
38
-**Stable**: Kiota provides full functionality for the language and is used to generate production API clients.
37
39
-**Preview**: Kiota is at or near the level of stable but isn't being used to generate production API clients.
38
40
-**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.
39
42
40
43
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.
41
44
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
+
42
54
The current status of language support can be queried by using the following command.
0 commit comments