Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .chronus/changes/external-type-python-2025-9-20-14-28-41.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

14 changes: 14 additions & 0 deletions packages/http-client-python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log - @typespec/http-client-python

## 0.22.0

### Features

- [#8767](https://github.com/microsoft/typespec/pull/8767) Support SDK users defined customized serialization/deserialization function for external models

### Bug Fixes

- [#9017](https://github.com/microsoft/typespec/pull/9017) Keep original client name for backcompat reasons when the name is only padded for tsp generations
- [#9129](https://github.com/microsoft/typespec/pull/9129) Fix for optional properties in flatten model to keep compatibility
- [#9144](https://github.com/microsoft/typespec/pull/9144) Fix multipart when files part is optional
- [#9138](https://github.com/microsoft/typespec/pull/9138) Fix serialization name for multipart


## 0.21.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/http-client-python/eng/scripts/ci/regenerate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const argv = parseArgs({
});

// Add this near the top with other constants
const SKIP_SPECS = ["type/union/discriminated"];
const SKIP_SPECS = ["type/union/discriminated", "documentation"];

// Get the directory of the current file
const PLUGIN_DIR = argv.values.pluginDir
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ azure-mgmt-core==1.6.0
-e ./generated/setuppy-authentication-union
-e ./generated/encode-duration
-e ./generated/encode-numeric
-e ./generated/encode-array
-e ./generated/parameters-basic
-e ./generated/parameters-collection-format
-e ./generated/parameters-path
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
-e ./generated/setuppy-authentication-union
-e ./generated/encode-duration
-e ./generated/encode-numeric
-e ./generated/encode-array
-e ./generated/parameters-basic
-e ./generated/parameters-collection-format
-e ./generated/parameters-path
Expand Down
Loading
Loading