Releases: microsoft/kiota-python
Releases · microsoft/kiota-python
v1.3.3
v1.3.2
Added
Changed
- Moved DeprecationWarning to post_init of BaseRequestConfiguration. microsoft/kiota#250
v1.3.1
Added
Changed
- Fixed a bug with serialization of parsable multipart body due to unsubscriptable argument type.
v1.3.0
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.