ReleaseMicrosoftMicrosoftpublished Apr 10, 2026seen 1d

microsoft/kiota v1.31.0

microsoft/kiota

Open original ↗

Captured source

source ↗
published Apr 10, 2026seen 1dcaptured 13hhttp 200method plain

v1.31.0

Repository: microsoft/kiota

Tag: v1.31.0

Published: 2026-04-10T19:19:23Z

Prerelease: no

Release notes:

Added

Changed

  • Fixed a bug where OpenAPI schemas with format but without type keyword would generate UntypedNode instead of proper types. #7315
  • Fixed a bug where discriminator mappings for oneOf types with allOf-inherited schemas would incorrectly use schema names as keys instead of resolving the base type discriminator mappings. #7339
  • Fixed TypeScript enum imports to use import type for type aliases to support verbatimModuleSyntax. #7332