| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Microsoft.OpenApi.Kiota.1.28.0.snupkg | 2025-07-11 | 683.6 kB | |
| Microsoft.OpenApi.Kiota.Builder.1.28.0.snupkg | 2025-07-11 | 493.1 kB | |
| Microsoft.OpenApi.Kiota.Builder.1.28.0.nupkg | 2025-07-11 | 1.1 MB | |
| kiota-1.28.100000001.vsix | 2025-07-11 | 592.1 kB | |
| Microsoft.OpenApi.Kiota.1.28.0.nupkg | 2025-07-11 | 10.6 MB | |
| win-x86.zip | 2025-07-11 | 31.9 MB | |
| win-x64.zip | 2025-07-11 | 34.4 MB | |
| win-arm64.zip | 2025-07-11 | 33.3 MB | |
| osx-x64.zip | 2025-07-11 | 35.6 MB | |
| osx-arm64.zip | 2025-07-11 | 34.1 MB | |
| linux-x64.zip | 2025-07-11 | 35.2 MB | |
| linux-arm64.zip | 2025-07-11 | 33.9 MB | |
| README.md | 2025-07-11 | 1.3 kB | |
| v1.28.0 source code.tar.gz | 2025-07-11 | 2.8 MB | |
| v1.28.0 source code.zip | 2025-07-11 | 3.4 MB | |
| Totals: 15 Items | 257.9 MB | 0 | |
Added
Changed
- Removed incomplete Swift generation.
- Removed CLI generation ability. [microsoft/kiota-cli-commons#248](https://github.com/microsoft/kiota-cli-commons/issues/248)
- Fixed a bug where union of primitive types collection would not compile in dotnet. #6635
- Fixes generation of usings/imports in where Date Types are placed in a nested class. #6286
- Python: Set a default value for non-nullable array fields. #6350
- Fixed a bug causing an error in generation of requests which have an enum or an UntypedNode as body. [microsoft/kiota-dotnet#537](https://github.com/microsoft/kiota-dotnet/issues/537)
- Removed redundant additional data property definition in TypeScript.
- Fixed a bug where the value parameter for serialization/deserialization in TypeScript methods would be missing a doc comment.
- Fixed a bug where serializing a base type in TypeScript would lead to missing properties from the derived type. #6511