Skip to content

Commit

Permalink
Mark Python and PHP as stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndiritu committed Nov 1, 2023
1 parent 8d4a535 commit ffa2595
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- πŸ“’πŸ“’πŸ“’ Python generation is now stable! πŸš€πŸš€πŸš€
- πŸ“’πŸ“’πŸ“’ PHP generation is now stable! πŸš€πŸš€πŸš€
- Added support for enum query parameter types. [#2490](https://github.com/microsoft/kiota/issues/2490)
- Added settings in the vscode extension for: backingStore, additionalData, excludeBackwardCompatible, cleanOutput, clearCache, serializers, deserializers, disabledValidationRules, structuredMimeTypes. [#3355](https://github.com/microsoft/kiota/issues/3355)
- Support for primary error message in PHP [#3276](https://github.com/microsoft/kiota/issues/3276)
Expand Down
6 changes: 3 additions & 3 deletions src/kiota/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"DependencyInstallCommand": "npm install {0}@{1} -S"
},
"PHP": {
"MaturityLevel": "Preview",
"MaturityLevel": "Stable",
"Dependencies": [
{
"Name": "microsoft/kiota-abstractions",
Expand All @@ -189,7 +189,7 @@
"DependencyInstallCommand": "composer require {0}:{1}"
},
"Python": {
"MaturityLevel": "Preview",
"MaturityLevel": "Stable",
"Dependencies": [
{
"Name": "microsoft-kiota-abstractions",
Expand Down Expand Up @@ -276,4 +276,4 @@
"DependencyInstallCommand": "dotnet add package {0} --version {1}"
}
}
}
}

0 comments on commit ffa2595

Please sign in to comment.