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/HEAD-2025-11-22-12-54-15.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/HEAD-2025-11-29-14-54-18.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/nextversion-2025-11-30-10-16-46.md

This file was deleted.

1 change: 0 additions & 1 deletion .chronus/changes/python-bump-tcgc-2026-0-12-15-52-59.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
changeKind: dependencies
packages:
- typespec-vs
- "@typespec/http-client-python"
---

Bump tcgc dep to `0.63.4`

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/python-upgradeCore-2025-11-19-14-42-51.md

This file was deleted.

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

## 0.24.0

### Features

- [#9257](https://github.com/microsoft/typespec/pull/9257) Support multi-service scenario.
- [#9272](https://github.com/microsoft/typespec/pull/9272) Support lro-paging operation

### Bump dependencies

- [#9335](https://github.com/microsoft/typespec/pull/9335) Bump tcgc dep to `0.63.4`
- [#9245](https://github.com/microsoft/typespec/pull/9245) Bump generated code's dependency on `azure-core` to `1.37.0`

### Bug Fixes

- [#9256](https://github.com/microsoft/typespec/pull/9256) Fix syntax error when model property is named "list" by using type alias to avoid naming conflicts
- [#9255](https://github.com/microsoft/typespec/pull/9255) Fix import error about apiversion validation for nested operation groups
- [#9014](https://github.com/microsoft/typespec/pull/9014) Fix import when body parameter is union of models
- [#9334](https://github.com/microsoft/typespec/pull/9334) Fix linting errors caused by too many vars, next-mypy issues


## 0.23.1

### Bug Fixes
Expand Down
Loading
Loading