Releases: microsoft/kiota-python
Releases · microsoft/kiota-python
v1.2.0
Added
- Added methods in request information to reduce the amount of code being generated. microsoft/kiota#3695
Changed
- Fixed an issue where path and query parameters of enum type would not be expanded properly. microsoft/kiota#3783
v1.1.0
Added
- Added an abstract class to mark composed type wrappers and facilitate serialization.