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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Added support for multipart form data request body in PHP. #3029
Added uri-form encoded serialization for PHP. #2074
Added information message with base URL in the CLI experience. #4635
Added optional parameter --disable-ssl-validation for generate, show, and download commands. #4176
For Debug builds of kiota, the --log-level / --ll option is now observed if specified explicitly on the command line. It still defaults to Debug for Debug builds and Warning for Release builds. #4739
Changed
Fix package casing normalizing for value passed using --namespace-name option when generating Go Client. #4498
Aligns naming of sliced OpenAPI description generated by plugin add should be named <plugin-name>-openapi.json|yml#4595
Fixed RPC server to respect the KIOTA_CONFIG_PREVIEW flag.
Added missing nullable directives for CLI generation.
Fixed handling of nested arrays to be handled as UntypedNode instances #4549
Fixed InvalidOperationException thrown when serializing IBacked models with no changes present in the additional data in dotnet microsoftgraph/msgraph-sdk-dotnet#2471.
Fixed a bug where enums could be considered inheritance parents. #4640
Fixed RequestConfiguration Classes dropped in RequestBuilder methods in python #4535
Fixed incorrect optional types in method parameters in Python #4507
Changed enum parsing methods to return nil in the default case in Go #4621
Changes the cached description file name to openapi.yml|json from description.yml|json#4641
Put opening brace after namespace definition on new line #4625
Put opening brace after property definition on new line, if property has getter and setter #4625
Put spaces correctly around dictionary entries #4625
Remove trailing space after class definition #4625
Fixed a bug where multiple allOf entries type would not get merged if they were part of a discriminator. #4325
Fixed a bug where allOf structure with one entry and properties would not be considered as inheritance case. #4346
Fixed a bug where some allOf scenarios would be missing properties if type object wasn't set on the schema. #4074
Fixed a bug where schema with multiple allOf entries would incorrectly get merged to inherit from the first entry #4428
Fixes constructor generation for nullable properties that are initialized as null in C#,Java and PHP