Changed
- Fixed a bug where collections types would generate invalid return types in CSharp.
- Fixed a bug where a nullable entry in anyOf schemas would create unnecessary composed types.
- Removed duplicate properties defined in base types from model serialization and deserialization methods and initialise property defaults in constructor. #1737
- Fixed a bug where the generated code had incorrect casing within a method (Ruby). #1672
- Fixed an issue where duplicate 'require' statements are generated for inner classes in the middle of the file (Ruby). #1649
- Split parsable interface and additional property/data interface in Ruby. #1654
- Changed format of datetimes in Go to be converted to ISO 8601 by default when place in path parameters(Go)
- Reduce code verbosity on Go Getters and Setters. [G0#26][https://github.com/microsoftgraph/msgraph-sdk-go-core/issues/26]
Added
- Updated test suite and tooling for python abstractions and core packages. #1761
- Added support for no-content responses in python abstractions and http packages. #1630
- Added support for vendor-specific content types in python. #1631
- Simplified field deserializers for json in Python. #1632
- Adds python code generation support. #1200
- Added native type support for Duration, Time Only, and Date Only in Ruby. #1644
- Added a
--additional-dataargument to generate the AdditionalData properties #1772