microsoft/kiota v1.32.0
microsoft/kiota
Captured source
source ↗published Jun 2, 2026seen 1dcaptured 9hhttp 200method plain
v1.32.0
Repository: microsoft/kiota
Tag: v1.32.0
Published: 2026-06-02T20:20:12Z
Prerelease: no
Release notes:
Added
Changed
- C#, Java, Go, PHP, Dart, TypeScript, Python and Ruby client: default value initialization in model classes for DateTime/Date/Time/UUID properties did not compile #7404
- All languages: default value initialization in model classes for numeric/boolean properties was missing #7404
- Fixed a bug where required query parameters from one HTTP operation were leaking into the path-item-level URL template, making them appear required for sibling operations on the same path. #7292
- Fixed a potential NullReferenceException in union model discriminator factory methods when a discriminator mapping key is null or empty across C#, Dart, Go, Java, PHP, and Python writers. #7641
- Fixed
kiota downloadreturning exit code 0 (success) when no results are found or multiple ambiguous matches exist. #7643 - Fixed incorrect command hints and telemetry in
kiota plugin generatehandler referencing "client" instead of "plugin". #7642 - Fixed Ruby
isStreamalways evaluating to false inCodeMethodWriter, causing stream/binary responses to never usesend_primitive_async. #7639 - Fixed a code injection vulnerability in Python generation by sanitizing
x-ms-enumdescriptions before emitting comments/docstrings. #7735 - Fixed a code injection vulnerability in Ruby generation by escaping interpolation markers in generated double-quoted string literals. #7746