v1.6.0-preview.202309070001
Pre-release
Pre-release
Added
- Added support for raw URL in the fluent API surface in CSharp, Go, Java, PHP, Python, Ruby, TypeScript. #3199
- Added support for external documentation links within descriptions in Python. #2041
- Added support for API manifests. #3104
- Added support for reserved path parameters. #2320
- Added support for csv enum values in enums using a mask in Go.
- Added support for
x-ms-enum-flags
extension in Generator to enable generation of bitwise(flagged) enum values#3237.
Changed
- Fixed an issue where dependencies would not show up for any other language than CSharp in the vscode extension. #3226
- Multiple fixes to guarantee idempotency of subsequent runs. #2442
- Fixed issue with generating classes with Aliases(PHP)microsoftgraph/msgraph-beta-sdk-php#197
- Flattens the models namespaces in Ruby to avoid circular dependencies.
- Adds ObjectId as a reserved keyword in Ruby to have memory management issues.
- Replace Javax annotations in favor of Jakarta annotations for Java code generation. #2810
- RequestExecuters call overload methods reducing code generation size for Java. #3150
- Remove URISyntaxException from Java generated RequestExecutors and RequestGenerators. #3149
- Adds 'Generated' annotation to generated Enums and Classes for Java. #3106
- Fixes uuid conversion to string value in PathParameters in Go. #3106
- Fixes a bug with incorrect reserved models renaming that occurs sometimes depending on the order of type processing microsoftgraph/msgraph-sdk-dotnet/issues/2084
- Work around a System.ComandLine bug where adjacent matching command names would crash the CLI parser (CLI). microsoftgraph/msgraph-cli#316 microsoftgraph/msgraph-cli#320, dotnet/command-line-api#2260
- Aggregate typescript import statements by source #3232
- Fixes a bug in dotnet where enums types would not be fully disambiguated when initialized in constructor with default values and existing conflicting property exists [#3233]
- Fixes a bug in generation of flagged enum properties and their serializer/deserializer functions in typescript [https://github.com//issues/3260